103 Commits (ac810d59bc7c1f14fd1bc61003beb96ae821a4b3)

Author SHA1 Message Date
Martin Koníček ac810d59bc TranslateMenuItemToWpf sets also shortcut on WPF MenuItem, so that menus show shortcuts. 16 years ago
Daniel Grunwald 359e7bb4ac Remove ICSharpCode.SharpDevelop.DefaultEditor namespace. 16 years ago
Daniel Grunwald 7a23f641b3 Remove ICSharpCode.TextEditor. 16 years ago
Martin Koníček bb28929b91 Added "Find derived classes command" to class context menu, which shows in-place popup with inheritance tree. 16 years ago
Martin Koníček af3858a6e5 Renamed code snippet "props" to "prop", as the short property form is usually preferred. 16 years ago
Martin Koníček eb81f74d7b Cleaned up RefactoringService.FindDerivedClasses a bit. 16 years ago
Daniel Grunwald 392585c818 WpfSynchronizeInvoke.Invoke: pass exceptions to the calling thread 16 years ago
Daniel Grunwald 78d0012368 Add comment why we can't use this.CommandBindings in SDWindowsFormsHost. 16 years ago
Daniel Grunwald ae955286f2 Fix SD2-1671 - Delete key is processed both by Windows Forms and WPF 16 years ago
Martin Koníček 10c5aadd92 CodeCompletion inserts Attributes without the "Attribute" suffix (correctly - only in attribute contexts, that is [*expr*] class *expr*). 16 years ago
Daniel Grunwald 3d04de0098 Fixed C# parser when casting the result of a default-expression "(int)default(short)". 16 years ago
Daniel Grunwald cb0c99a10e Report error code when deleting file fails. 16 years ago
Daniel Grunwald cf7adb39dd Allow user to specify an encoding when opening a text file. 16 years ago
Daniel Grunwald ce47f3f815 Fixed HighlightingColorizer crash in combination with folding. 16 years ago
Daniel Grunwald edd3fb4a0a "Normalize" file headers. 16 years ago
Daniel Grunwald 923174fbbe Implemented incremental search for AvalonEdit. 16 years ago
Daniel Grunwald f5170d4fde Remove unused code. 16 years ago
Daniel Grunwald 3f49d60757 Fixed bug that caused WinFormsMessageService.DialogOwner to be initialized to null instead of the actual main window. 16 years ago
Siegfried Pammer 74086bc0ac fixed SD2-1619 - Checkmark in Breakpoint context menu missing 16 years ago
Siegfried Pammer 3c5585e0a2 - finished implementation of Ctrl+J snippets. 16 years ago
Daniel Grunwald 748344d2a9 Remove PixelSnapper; use WPF layout rounding instead. 16 years ago
Siegfried Pammer 002ffad912 - implemented Ctrl+J for new snippets 16 years ago
Daniel Grunwald fdd5d234f9 Enable legacy runtime activation policy for SharpDevelop.exe to allow loading mixed-mode assemblies. 17 years ago
Daniel Grunwald 45761d3824 Implemented option panels for text editor. 17 years ago
Daniel Grunwald 0991e23416 LINQ-to-Profiler: fixed crash when there is a ThenBy in the query. 17 years ago
Daniel Grunwald 7267cd5c81 Trying to reduce amount of global state in ICSharpCode.Core 17 years ago
Martin Koníček 5a9eb62f09 Debugger tooltips: 17 years ago
Daniel Grunwald 2540b7e087 ParserService refactoring: 17 years ago
Daniel Grunwald 51fcc171d6 Add ChangeTrackingCheckpoint to AvalonEdit.Document. 17 years ago
Martin Koníček 6a27467bda Debugger tooltips - added DebuggerTooltipControl. 17 years ago
Daniel Grunwald 6df1b7567a Use WPF routed commands for 'Help' and 'Print'. 17 years ago
Daniel Grunwald b42acf6a76 Fixed SD2-1525: Error creating new files when default encoding was set to Unicode. 17 years ago
Daniel Grunwald 06f1c490bf Fixed "Implement interface" refactoring. 17 years ago
Daniel Grunwald 12f8a85a91 Fixed forum-9591: NUnit test results are read with incorrect encoding. 17 years ago
Daniel Grunwald 8910f68d47 Trying to reimplement building (now building using a separate ProjectCollection) 17 years ago
Daniel Grunwald 8dff23a58e Fixed build. 17 years ago
Daniel Grunwald 31c5fd83d3 Remove unused XML-Parser. 17 years ago
Daniel Grunwald 664dc13b32 Implemented code coverage text markers for AvalonEdit. 17 years ago
Siegfried Pammer 25354e9011 - reimplemented commands 17 years ago
Daniel Grunwald 0b4bd0e3f7 Worked on MSBuildBasedProject 17 years ago
Daniel Grunwald 2d25fd022a Allow opening VS 2010 solutions. 17 years ago
Daniel Grunwald dea5046bec Refactoring menu for AvalonEdit 17 years ago
Daniel Grunwald 65019e2fa3 Do not save the highlighter being used if the user didn't change it. 17 years ago
Daniel Grunwald d0345f7801 Adjust ProjectTypeGuids when converting project between C# and VB. 17 years ago
Daniel Grunwald 024c5fb887 ITextEditor: moved to namespace ICSharpCode.SharpDevelop.Editor. 17 years ago
Daniel Grunwald 25814ec485 Changed IPositionable interface and FileService.JumpToFilePosition to work with 1-based line and column numbers. 17 years ago
Daniel Grunwald f3f05768f2 Fixed build. 17 years ago
Daniel Grunwald 376c978294 Cut/Copy/Paste: use WPF routed commands. 17 years ago
Daniel Grunwald d665141232 Fixed SD2-1530: protected inner classes are not visible 17 years ago
Daniel Grunwald 7ec33b1bc5 Don't constantly create new threads to poll the clipboard. 17 years ago