5381 Commits (9ee5a7b3ccb84a3bb04c41e8a8fbfa25cbf36fbf)
 

Author SHA1 Message Date
Daniel Grunwald 9ee5a7b3cc Updated some of the SharpDevelop samples. 16 years ago
Matt Ward 19d1eb15b3 Merge Python and Ruby addin to trunk. 16 years ago
Daniel Grunwald 3569587233 Fixed SD2-1608 - 'Bookmark All' is not implemented 16 years ago
Siegfried Pammer 0ed2835ba1 applied improvements suggested by Daniel: 16 years ago
Daniel Grunwald ce47f3f815 Fixed HighlightingColorizer crash in combination with folding. 16 years ago
Daniel Grunwald b58f8075bb C# parser: added support for method invocations with named arguments. 16 years ago
Daniel Grunwald 7d3a410d0b AvalonEdit: Fixed repainting issues when document was modified above the visible region (e.g. using split view) and the highlighting stack changed. 16 years ago
Daniel Grunwald 843a8c4788 Highlighting editor: allow changing the default text color and selection color. 16 years ago
Daniel Grunwald b5f9f09c40 Highlighting editor: allow editing colors of highlighting definitions defined in AddIns. 16 years ago
Daniel Grunwald 800da5a5c5 Fixed race conditions in AddIn system when Runtime.Load is triggered from multiple threads at once. 16 years ago
Daniel Grunwald e3d7d7dc1b Fixed bug in syntax highlighting when keywords start with a special character (e.g. ".maxstack" in IL highlighting). 16 years ago
Daniel Grunwald 1c4b406283 Fixed unit tests (the previous commit fixed a minor bug in the C# syntax definition, and the unit test was expecting the incorrect output) 16 years ago
Daniel Grunwald 1ac7989efa Fixed build. 16 years ago
Daniel Grunwald 471ec831c6 Editing highlighting colors is now supported for C#, VB, XML and .patch files. 16 years ago
Daniel Grunwald 488d12f83c SD2-1592 (Add back highlighting editor for AvalonEdit): 16 years ago
Daniel Grunwald 944111d628 UsageDataCollector: improved StackTrace upload: 16 years ago
Daniel Grunwald 061496afc3 Started work on SD2-1592 - Add back highlighting editor for AvalonEdit 16 years ago
Daniel Grunwald 91efe25b62 Detect C++ runtime when its installed only as part of .NET 3.5. 16 years ago
Daniel Grunwald 9078bed6e5 Try using VC9 compiler for profiler hook (trying to get rid of VC10 runtime dependency). 16 years ago
Daniel Grunwald f834492d3c Require Visual C++ 2008 Runtime to be installed for running the SharpDevelop setup. 16 years ago
David Srbecký eaf7f69589 Fixed SD2-1646 - "Run to cursor" is broken 16 years ago
David Srbecký 3222eb6970 Fixed SD2-1651 - Crash in debugger when showing value of variable with value string.Empty 16 years ago
Siegfried Pammer 829bf9a264 updated string resources 16 years ago
Daniel Grunwald 71c5d4d290 Move ISnippetElementProvider to ICSharpCode.SharpDevelop.Editor.AvalonEdit. 16 years ago
Siegfried Pammer 4a3e9acf21 override ToString shows now full member variable name in list 16 years ago
Daniel Grunwald 007c2aa040 Remove unused neato plugins. Add neato to setup. 16 years ago
Siegfried Pammer 2fd42c367b - implemented InsertCtorCommand as Snippet 16 years ago
Siegfried Pammer 7dfe0ac44a added ISnippetElementProvider 16 years ago
Siegfried Pammer 9f80028772 added ICompletionItemHandler 16 years ago
Daniel Grunwald b61b39d22a Fixed NullReferenceException in Caret.BringCaretToView when TextEditor.Document==null. 16 years ago
Daniel Grunwald 0e6e93c019 Update to AvalonDock 1.2.2702. 16 years ago
Daniel Grunwald f9a40b7892 Fixed StringResourceTool "Find missing resources". 16 years ago
Siegfried Pammer 4747435f03 - added GridUnitSelector for columns 16 years ago
Daniel Grunwald 146b73ea01 Fixed bug introduced in last revision that caused test failure. 16 years ago
Daniel Grunwald 80c40eb5c0 Fixed SD2-1621 - WinForms designer: events are not created in source code 16 years ago
Daniel Grunwald 1a5042de91 Remove unused DesignItem.ValueOnInstance setter. 16 years ago
Daniel Grunwald 142f099be4 Fixed NullReferenceException in ICSharpCode.SharpDevelop.LoadSolutionProjects.JobQueue.RunThread() when canceling LoadSolutionProjects thread. 16 years ago
Siegfried Pammer 66ce124332 improved GridRailAdorner with GridUnitSelector (only for rows currently) 16 years ago
Daniel Grunwald 2af09d613b Fixed small selection bug in snippet completion window (Ctrl+J). 16 years ago
Daniel Grunwald 3baeaed80b Fixed System.ArgumentOutOfRangeException in ICSharpCode.SharpDevelop.ErrorPainter.AddTask(Task task). 16 years ago
Daniel Grunwald 4a3f617c1b Fixed issue in CodeEditorView: CustomTabCommand was modifying a KeyBinding shared by all AvalonEdit instances. The code now creates a new KeyBinding instead. 16 years ago
Daniel Grunwald 48a4203735 Use DispatcherTimer instead of animation for blinking caret. This reduces the frame rate WPF uses. The processor has to wake up less often -> computer uses less power. 16 years ago
Daniel Grunwald 6f0b7e852a Add "Switch Layout" stress test. 16 years ago
Daniel Grunwald 3196f5838b Fixed ProjectBrowserPad selecting the currently opened file. 16 years ago
Daniel Grunwald 87de67e1ef Fixed updating of the IWorkbench.ActiveWorkbenchWindow property. 16 years ago
Daniel Grunwald edd3fb4a0a "Normalize" file headers. 16 years ago
Daniel Grunwald d0e3f61d60 Disable low-priority rendering after text input: it did not work correctly and caused WPF to render twice per character entered into AvalonEdit. 16 years ago
Daniel Grunwald d79c461876 Ported HtmlSyntaxColorizer to AvalonEdit. 16 years ago
Daniel Grunwald a34d6f47e6 Add "StressTest" AddIn (running performance tests for interactive operations, e.g. editor speed) 16 years ago
Daniel Grunwald 83261c2a52 Work around strange .NET feature in command-line parsing. 16 years ago