56 Commits (a2add0b62ec288c12330b57e550a60d22cd243ff)

Author SHA1 Message Date
Daniel Grunwald a2add0b62e WIP 14 years ago
Daniel Grunwald fea3b5aed9 WIP: newNR integration 14 years ago
Daniel Grunwald 3c85020743 A few more adjustments to the new NRefactory 14 years ago
Daniel Grunwald 4fb4288c87 Starting to port SD to new NRefactory 14 years ago
mkonicek 74584ef078 Object graph - better formating of type names. 15 years ago
mkonicek 85341978e6 Basic implementation of Move statement up / down. 15 years ago
mkonicek c3eb3c38a6 Extend selection works with comments (CTRL+W, will be a command in menu). 15 years ago
Daniel Grunwald e032e042a7 Settings editor: update the app.config file. 15 years ago
Daniel Grunwald f5780c2944 Apply new file headers 15 years ago
Martin Koníček d724328441 Rewrote EditorContext so that it will be more usable for implementing Context actions. It now provides AST Node at caret and its parents. 15 years ago
Martin Koníček ac810d59bc TranslateMenuItemToWpf sets also shortcut on WPF MenuItem, so that menus show shortcuts. 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
Martin Koníček 10c5aadd92 CodeCompletion inserts Attributes without the "Attribute" suffix (correctly - only in attribute contexts, that is [*expr*] class *expr*). 15 years ago
Daniel Grunwald 3d04de0098 Fixed C# parser when casting the result of a default-expression "(int)default(short)". 15 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. 16 years ago
Daniel Grunwald 45761d3824 Implemented option panels for text editor. 16 years ago
Martin Koníček 5a9eb62f09 Debugger tooltips: 16 years ago
Daniel Grunwald 2540b7e087 ParserService refactoring: 16 years ago
Daniel Grunwald 51fcc171d6 Add ChangeTrackingCheckpoint to AvalonEdit.Document. 16 years ago
Daniel Grunwald b42acf6a76 Fixed SD2-1525: Error creating new files when default encoding was set to Unicode. 16 years ago
Daniel Grunwald 06f1c490bf Fixed "Implement interface" refactoring. 16 years ago
Daniel Grunwald 31c5fd83d3 Remove unused XML-Parser. 16 years ago
Daniel Grunwald 664dc13b32 Implemented code coverage text markers for AvalonEdit. 16 years ago
Daniel Grunwald 0b4bd0e3f7 Worked on MSBuildBasedProject 16 years ago
Daniel Grunwald dea5046bec Refactoring menu for AvalonEdit 16 years ago
Daniel Grunwald 65019e2fa3 Do not save the highlighter being used if the user didn't change it. 16 years ago
Daniel Grunwald d0345f7801 Adjust ProjectTypeGuids when converting project between C# and VB. 16 years ago
Daniel Grunwald 024c5fb887 ITextEditor: moved to namespace ICSharpCode.SharpDevelop.Editor. 16 years ago
Daniel Grunwald 25814ec485 Changed IPositionable interface and FileService.JumpToFilePosition to work with 1-based line and column numbers. 16 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 21b9e13f05 Removed some obsolete methods. 17 years ago
Daniel Grunwald c15374a67c On quad core machines, use 4 build workers by default. 17 years ago
Daniel Grunwald 0affcacda3 Host option panels in WPF window, allow WPF option panels. 17 years ago
Daniel Grunwald 20d4744aa4 Put a Hyperlink into the startpage ListView. 17 years ago
Daniel Grunwald 4cf6263988 Fixed exception during shutdown that caused SharpDevelop to not save any settings. 17 years ago
Daniel Grunwald ae5d33a76c r7324@daniel-notebook (orig r3355): daniel | 2008-08-14 22:29:16 +0200 17 years ago
Daniel Grunwald f3f1ed2f05 r7305@daniel-notebook (orig r3336): daniel | 2008-08-14 07:39:30 +0200 17 years ago
Daniel Grunwald 69598c8466 Make workbench a WPF window. 17 years ago
Daniel Grunwald fe0b68c19d Make IClass (+ IMember, IParameter, IAttribute, ICompilationUnit .....) immutable. 18 years ago
Daniel Grunwald 8f2e284793 Allow choosing the target framework when creating a new project. 18 years ago
Daniel Grunwald 180d7d1cf6 Show build progress in status bar. 18 years ago
Daniel Grunwald fef7d40907 Rewritten build system. Separated solution build logic (BuildEngine) from project build logic (MSBuildEngine). 18 years ago