154 Commits (7f031933d8cff7a767364a71e7f21066817a4c39)

Author SHA1 Message Date
Daniel Grunwald 38fd088674 Initial implementation of CSharpAmbience. 14 years ago
Siegfried Pammer 2fecad9715 complete fix for SD-1527 - A display binding's supported files should be independent from the files it handles by default 14 years ago
Daniel Grunwald fea3b5aed9 WIP: newNR integration 14 years ago
Eusebiu Marcu 9d405ff628 fix http://bugtracker.sharpdevelop.net/issue/ViewIssue.aspx?id=1768&PROJID=4 14 years ago
Siegfried Pammer 97f4f8c305 remove Ctrl+Q shortcut; QuickDocumentation was never implemented for AvalonEdit 14 years ago
Daniel Grunwald 283bff1714 Remove Eusebiu's metadata decompiler. 14 years ago
Daniel Grunwald 4fb4288c87 Starting to port SD to new NRefactory 14 years ago
Daniel Grunwald 753dfd5d65 Remove Eusebiu's metadata decompiler. 15 years ago
Eusebiu Marcu ae0d2b3e51 Put icon bookmark inside the Location column. Fix resize issue. 15 years ago
mrward e37603ba57 Support excluding code behind files from a project. 15 years ago
Daniel Grunwald 271d06aeed Disable last 3 entries in workbench window context menu (Copy file path, Navigate to file, Open containing folder) when the workbench window does not represent any file. 15 years ago
Eusebiu Marcu b648951f54 Using CodeDom to generate metadata files. 15 years ago
Eusebiu Marcu c1d5d98e0e Break at first line of execution 15 years ago
Daniel Grunwald c744659edb Use same icon for "collapse all" as in search results pad. 15 years ago
Eusebiu Marcu 0a986b486a Collapse all in project browser pad and class browser pad 15 years ago
Daniel Grunwald 533605baf9 Add main menu command for "Add new project to existing solution". 15 years ago
Eusebiu Marcu 70b33f5963 move tooltips to Debugger.AddIn 15 years ago
eusebiu edcfb96f87 pin control v0.3 15 years ago
eusebiu 1d934de1b4 Edit pin control v0.2 15 years ago
Daniel Grunwald 408ccb482d Synchronize English string resources with database on translation server. 15 years ago
Daniel Grunwald fd4dad3299 Fixed right-click>Copy in tasks pad. 15 years ago
eusebiu 3fa55395fe merge all bookmarks for next/prev operations in BookmarkPadToolbarCommands.cs 15 years ago
eusebiu 0619139d42 fix toobar issue and added resource strings 15 years ago
eusebiu b53f8635f2 Added WPF BreakPointsPad, Watchpad, LocalVarPad + controls 15 years ago
Daniel Grunwald cbf373e687 Fix SD-1687: Add UpgradeView strings to translation DB 15 years ago
mrward a528487a50 Add support for sending selected text to Python and Ruby consoles. 15 years ago
Siegfried Pammer 395a8b7df0 Deleted multiple translations for "Move Down" and "Move Up" and added Global.MoveDown and Global.MoveUp 15 years ago
Martin Koníček b169fe6311 - Implemented "Collapse all" context menu item in project browser. 15 years ago
Daniel Grunwald 295c4abfe9 Combine Run/Continue on F5. Move FindDerivedClassesOrOverrideCommand to F6; change F9 back to Build Project. 15 years ago
Daniel Grunwald c2ebe0b9b9 Disable bookmarks and breakpoints pads. 15 years ago
Matt Ward 48383a8bec Restructured AddIns folder - removed nested AddIns\AddIns folder and added Analysis folder. 15 years ago
Martin Koníček 86fec631cd Moved 15 years ago
Martin Koníček 6485df93ac Code completion respects suggested item: e.g. when typing "DateTimeKind k =", the completion window pres-selects the DateTimeKind entry. 15 years ago
Martin Koníček e48784a10b Shortcuts: 15 years ago
Martin Koníček a53c2967d0 Shortcuts: 15 years ago
Martin Koníček ba590ca416 Shortcuts: 15 years ago
Daniel Grunwald 359e7bb4ac Remove ICSharpCode.SharpDevelop.DefaultEditor namespace. 15 years ago
Martin Koníček bb28929b91 Added "Find derived classes command" to class context menu, which shows in-place popup with inheritance tree. 15 years ago
Daniel Grunwald f9ed7c06df Remove all ctrl+alt+letter shortcuts. These conflict with text input methods on some keyboard layouts (e.g. Ctrl+Alt+Q='@' on German keyboard; Ctrl+Alt+B='{' on Slovenian, etc.). 15 years ago
Daniel Grunwald ae955286f2 Fix SD2-1671 - Delete key is processed both by Windows Forms and WPF 15 years ago
Daniel Grunwald fcff1190af Suppress MSB3644: The reference assemblies for framework ... were not found. 15 years ago
Daniel Grunwald 090bf516bb Use AvalonEdit in definition view. 16 years ago
Daniel Grunwald 0b8d32fb61 Allow SharpDevelop AddIn to filter the logger output. Removed mutable 'CurrentErrorOrWarning' in BuildEngine and use logger filters instead. 16 years ago
Daniel Grunwald 2b25a92886 Add option to print MSBuild diagnostic output to SharpDevelop output pad. 16 years ago
Daniel Grunwald e5c90b35d7 Fixed SD2-1610 - Add back file encoding option 16 years ago
Daniel Grunwald f49db06b88 Allow user to specify an encoding when saving a text file. 16 years ago
Daniel Grunwald cf7adb39dd Allow user to specify an encoding when opening a text file. 16 years ago
Daniel Grunwald 2f6ade9faf Fixed NullReferenceException in ShowErrorHelpCommand.Run. 16 years ago
Daniel Grunwald 396f189f06 Fixed description and function of "build" toolbar buttons to match the menu items with the same icons (forum-10853). 16 years ago
Daniel Grunwald b5f9f09c40 Highlighting editor: allow editing colors of highlighting definitions defined in AddIns. 16 years ago