1459 Commits (2db5ccb19e9d3a9c912c472deeea1b697ba28814)

Author SHA1 Message Date
Daniel Grunwald 2db5ccb19e Implemented the commands in the 'Edit>Format' menu for AvalonEdit. 16 years ago
Daniel Grunwald f1b423c05e Ported event handler completion to ITextEditor. 16 years ago
Daniel Grunwald 6249b7bef7 Revert shortcut handling (reverse-merge of all changes from Sergej - r4173,4154,4149-4143,4128,4127). 16 years ago
Daniel Grunwald 19025349a9 Move ICSharpCode.SharpDevelop.Dom.IParser to ICSharpCode.SharpDevelop.Project 16 years ago
Daniel Grunwald 0630068f58 Move code completion types into ICSharpCode.SharpDevelop.Editor.CodeCompletion. 16 years ago
Daniel Grunwald 1a80acf5c2 'override' completion for AvalonEdit. 16 years ago
Sergej Andrejev e451c17012 Fix exceptions when opening new pad from view menu 16 years ago
Daniel Grunwald 510c0b2048 Remove ICSharpCode.TextEditor references from SearchAndReplace. 16 years ago
Daniel Grunwald b4f383ad8f New search results pad. 16 years ago
Daniel Grunwald 41fe04bcb8 IDocument: moved to ICSharpCode.SharpDevelop (so that all ICSharpCode.SharpDevelop.Editor types are defined in the same assembly). 16 years ago
Daniel Grunwald 3c7a54507f New Search Results pad. 16 years ago
Sergej Andrejev 12a9dd40f4 GesturesPlaceHolderRegistry and CommandsRegistry fixes 16 years ago
Sergej Andrejev a0454e65b8 Use "+" in serialized shortcut strings. Fix python binding tests 16 years ago
Sergej Andrejev b01030f84e Use WPF commands in View menu 16 years ago
Sergej Andrejev 6da9813aa3 Fix broken buid 16 years ago
Sergej Andrejev 0e385eded1 Use WPF commands for Build and Run main menus 16 years ago
Daniel Grunwald 27cd1c9931 AvalonEdit: split Gui namespace into Editing and Rendering. 16 years ago
Daniel Grunwald 60f01927a9 Split AvalonEdit.Gui into Editing and Rendering 16 years ago
Daniel Grunwald eb09b62e33 Fixed two editor bugs introduced in revision 4138. 16 years ago
Daniel Grunwald ce435d7a0c CodeEditor is now calling IFormattingStrategy.FormatLine. 16 years ago
Daniel Grunwald 45b73e93e2 Fixed 'Reset to defaults' in layout combo box. 16 years ago
Daniel Grunwald 8bf506da54 Fixed bug that could cause pads to be lost when the layout is changed. (when trying to reopen such a "lost" pad, it would show up with a width of zero) 16 years ago
Sergej Andrejev 8660b4da03 Initial commands registry implementation 16 years ago
Daniel Grunwald 7ec09f2873 Merge bugfixes from revision 4108 to trunk: 16 years ago
Daniel Grunwald 01a3550d51 Remove obsolete members. 16 years ago
Daniel Grunwald 324fab013a Update to Mono.Cecil revision 134535. 16 years ago
Daniel Grunwald dea5046bec Refactoring menu for AvalonEdit 16 years ago
Daniel Grunwald 8e783a6694 Fixed icons in class browser. 16 years ago
Daniel Grunwald c33cfbabe9 Context menu for AvalonEdit 16 years ago
Siegfried Pammer 354a00107b - fixed bugs with profiling read-only projects and Unit Tests 16 years ago
Siegfried Pammer 18a6c2babe - added basic support for profiling Unit Tests 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 551cbf9e4c Implemented Indexer Insight for AvalonEdit. 16 years ago
Daniel Grunwald 698d2c5506 Show insight window when pressing comma inside a method call. 16 years ago
Daniel Grunwald 1d90f5a81d Fixed SD2-1514 - Exception compiling F# project using build worker. 16 years ago
Daniel Grunwald 4792788d4c Fixed build. 17 years ago
Daniel Grunwald b58af24885 Reimplemented method insight for AvalonEdit. 17 years ago
Daniel Grunwald d83dbd9f16 AvalonEdit Insight Window 17 years ago
Daniel Grunwald 1599cfa89e Implemented AvalonEdit split view 17 years ago
Siegfried Pammer cf1729fb95 - declared PrimaryFileName in AbstractViewContent as virtual to make special case in Profiler ViewContent working 17 years ago
Daniel Grunwald 6fba7e0501 Fixed forum-9315: view contents with customized save command (e.g. project options) are not saved when closing them and clicking 'Yes' in the 'Do you want to save?' question. 17 years ago
Daniel Grunwald b408fbc49b Use "build modified projects only" feature when starting unit tests. 17 years ago
Daniel Grunwald c1a6698887 Force handle creation of main form in WorkbenchSingleton.InitializeWorkbench. 17 years ago
Daniel Grunwald 4c485fabf7 Rename Content property back to Control (IViewContent, IPadContent, IOptionsPanel) to prevent the C# compiler from automatically picking up a Content property from a base class. 17 years ago
Daniel Grunwald d0345f7801 Adjust ProjectTypeGuids when converting project between C# and VB. 17 years ago
Daniel Grunwald af544bac8e Fixed bug in ScriptRunner (for scripts inside file or project templates). 17 years ago
Daniel Grunwald cdc98c365b Fixed bug in build engine: the mapping solution configuration->project configuration was not applied when building only modified projects. 17 years ago
Ivan Shumilin 4526da55b2 Project template for Silverlight application. 17 years ago
Siegfried Pammer 59672ddadb - Bug fixes in Profiler and enhancements in GUI 17 years ago
Daniel Grunwald 7ff8db8eac AvalonEdit: add quick class browser 17 years ago