5361 Commits (eaf7f695898ddc7a8e41986ee4a90a5694fb3b3a)
 

Author SHA1 Message Date
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
Matt Ward 7de4e89a25 Removed missing IronRuby assemblies from installer. 16 years ago
Matt Ward 440a96e542 Use IronRuby 1.0 RC2 assemblies for .NET 4.0 RC1. 16 years ago
Matt Ward cea559312f Merge python addin to trunk and use IronPython 2.6.1 RC1 for .NET 4.0 RC1 16 years ago
Siegfried Pammer e59d785117 temporarily disabled IL rewriting in profiler (profiler fails with BadImageFormatException on some assemblies) 16 years ago
Christoph Wille 223d49ca08 UsageDataCollector skeleton project 16 years ago
Christoph Wille 4ca1c6cfa0 Add service contract, change proxy namespace to not collide with newly added service contract. 16 years ago
Christoph Wille 6c663e71f3 Moved all DataContracts to Contracts namespace (UsageDataCollector) 16 years ago
Siegfried Pammer 5ea7e6efe0 corrected offsets of inserted code in InsertCtorDialog.GenerateCode 16 years ago
Siegfried Pammer 55ab9226d6 fixed scrolling bug in TextView.MakeVisible 16 years ago
Siegfried Pammer 954fbbb142 - Added translations for refactorings and updated string resources 16 years ago
Daniel Grunwald 84f0895b3b Added support for default parameters and variance annotations to C# parser. 16 years ago
Daniel Grunwald 42eb68eeb7 Merge 3.0 to trunk. 16 years ago
Daniel Grunwald 23171fe112 Fixed issue when building solution that had a mix of difference project configurations. 16 years ago
Daniel Grunwald c65bdc038d Don't install the SharpDevelop start menu shortcut to a folder. Include the version number in the shortcut name (this helps when using the Vista start menu search and several SharpDevelop versions are installed). 16 years ago
Matt Ward cb47bdf23e Updated to IronRuby 1.0 RC2 16 years ago
Peter Forstmeier f39aff62c8 Add patches from Alex Rednic , center page in ReportViewer, better drawing of bitmap 16 years ago
Daniel Grunwald fa8cbc56ff Update string resources. 16 years ago
Daniel Grunwald c3ef772a34 Don't include WiX documentation in SharpDevelop setup. 16 years ago
Daniel Grunwald 6991527a95 Removed SHFB from SharpDevelop distribution. 16 years ago
Daniel Grunwald 3c212c5839 Improved F# interactive pad. 16 years ago