2305 Commits (6bbba8d32a00c4b62bdabcfcbd18f6b42dbb23b8)

Author SHA1 Message Date
Siegfried Pammer 7dc8e0b947 - fixed bug in OptionBinding 16 years ago
Siegfried Pammer cd8c81ebd0 - removed language selection box from all console except debugger console 16 years ago
Daniel Grunwald ef2cbabe03 Fixed project creation (don't create both AnyCPU and x86 platforms) 16 years ago
Daniel Grunwald f112d92a15 Implemented ToolBar CheckBox in Core.Presentation. 16 years ago
Daniel Grunwald 9761f2de43 AvalonEdit: add safety check that ReadOnlySectionProvider doesn't return invalid sections. 16 years ago
Daniel Grunwald 13e1fa6bb0 Fixed IsAccessible for "protected internal" members. (forum-9974) 16 years ago
Siegfried Pammer 75cec19ac1 - updated English translation 16 years ago
Daniel Grunwald f0d8124acc Immediately rename form class when a form is renamed in the designer (avoids side-effects in IViewContent.Save). 16 years ago
Daniel Grunwald 85c0da5716 Fix SD2-1587 - Duplicate sections added to solution file on each save 16 years ago
Siegfried Pammer 44564f9f2f fixed SD2-1526 - Save As shows a Save As dialog box for each view attached to the file 16 years ago
Daniel Grunwald 588f77c0e0 Temporarily disable FileChangeWatcher while renaming files. Should fix forum-10029. 16 years ago
Siegfried Pammer 566b84c281 Profiler: 16 years ago
Daniel Grunwald 598a05e716 Reparse when return is pressed. 16 years ago
Siegfried Pammer bab3f4369f - removed some debug code from AXmlParser in Release build to increase performance a bit 16 years ago
Siegfried Pammer 28804bf2ea Profiler: 16 years ago
Daniel Grunwald 3627244b26 Missing StringParser.Parse call in ApplicationSettings panel 16 years ago
Daniel Grunwald fad3a5583b Update strings in main menu and toolbar when changing the language. 16 years ago
Daniel Grunwald 39f8dfdd06 Performance improvements in GotoDialog. 16 years ago
Daniel Grunwald 2f49e082e5 Improved automatic language switching of workbench elements. 16 years ago
Daniel Grunwald 84576901fd LocalizeExtension + StringParseExtension: implemented automatic update of text when the language changes. 16 years ago
Daniel Grunwald a9ded62ac1 Reimplemented "Go to matching brace". 16 years ago
Daniel Grunwald 7aab8df4ba AvalonEdit: scroll when mouse is moved close to border while selecting text. 16 years ago
Daniel Grunwald 1ddce50475 Improved scrolling so that the code being jumped to end up in the middle of the text area. 16 years ago
Siegfried Pammer 8570e8f7e7 - implemented IBracketSearcher for C# 16 years ago
Daniel Grunwald c7173845cf Fixed ArgumentOutOfRangeException in Caret when closing a folding section. 16 years ago
Martin Koníček 698ada6a5a Magnifier image in debugger tooltips. 16 years ago
Daniel Grunwald ca3f8791b6 ParserService: allow GetExistingParseInformation with specified project content. 16 years ago
Siegfried Pammer f15a135bf9 implemented ErrorDrawer for ITextEditor 16 years ago
Christian Hornung 34cd8c436d Forms designer: Fixed SD2-1531 - CenterHorizontally / CenterVertically: icons are swapped. 16 years ago
Daniel Grunwald 18f3aca132 Use Ctrl+Click as go to definition. 16 years ago
Christian Hornung 679866ec5a NRefactoryASTConvertVisitor: Apply IndexerNameAttributes to the names of the converted indexers. 16 years ago
Daniel Grunwald b9e1ce7c02 Store string resources as .resx instead of .resources in the repository. 16 years ago
Daniel Grunwald 4ecf8be05c profiler: modified DefaultProfiler implementation to show error message instead of throwing NotSupportedException in case no profiler was found. 16 years ago
Daniel Grunwald d7cd3faf36 LoadSolutionProjectsThread: use multiple processor cores for parsing 16 years ago
Daniel Grunwald 511a9016f8 Create new projects as x86 by default - AnyCPU leads to programs running as 64-bit process without ever being tested that way. 16 years ago
Siegfried Pammer 03b7647f0f - moved some debugger classes to extra files 16 years ago
Daniel Grunwald 4ea09fbbae Revert docking library change (broke more stuff than it fixed). Small improvements to Boo interpreter pad. 16 years ago
Daniel Grunwald 2c9c5991ea Fixed memory leak in GotoDialog. 16 years ago
Siegfried Pammer cc06eec997 - corrected typo in ITextEditorOptions 16 years ago
Daniel Grunwald a8f50a6850 Fixed NullReferenceException in go to dialog 16 years ago
Daniel Grunwald 1a9f2ab7f0 Change label "Goto line number" -> "Go to" to better reflect the features of the new GotoDialog 16 years ago
Daniel Grunwald dcf2544f20 Show methods in current file in the Go To dialog. 16 years ago
Daniel Grunwald 7dd5d67102 ITextBufferVersion: add MoveOffsetTo method 16 years ago
Siegfried Pammer 532acccbf0 ported consoles to AvalonEdit 16 years ago
Daniel Grunwald bba9b753ba SharpDevelop.Dom: in CtrlSpace+GetCompletionData methods: replace ArrayList with List<ICompletionEntry> 16 years ago
Martin Koníček c0a9d4c1f5 Debugger tooltips - added visualizer picker image. 16 years ago
Daniel Grunwald cd800c8308 Fixed SD2-1494 - 'Move class to file' duplicates delegate declarations 16 years ago
Daniel Grunwald a6fb1caa46 Removed CtrlSpace method from IResolver interface. 16 years ago
Daniel Grunwald 719d16891e Mark ParseInformation.*CompilationUnit as obsolete. 16 years ago
Daniel Grunwald 4c32ea2a50 Fixed output for overloaded unary operators. 16 years ago