2084 Commits (91069acffda0aeb655b9a4d892fe714088e686ba)

Author SHA1 Message Date
Siegfried Pammer 28804bf2ea Profiler: 17 years ago
Daniel Grunwald 3627244b26 Missing StringParser.Parse call in ApplicationSettings panel 17 years ago
Daniel Grunwald fad3a5583b Update strings in main menu and toolbar when changing the language. 17 years ago
Daniel Grunwald 39f8dfdd06 Performance improvements in GotoDialog. 17 years ago
Daniel Grunwald 2f49e082e5 Improved automatic language switching of workbench elements. 17 years ago
Daniel Grunwald 84576901fd LocalizeExtension + StringParseExtension: implemented automatic update of text when the language changes. 17 years ago
Daniel Grunwald a9ded62ac1 Reimplemented "Go to matching brace". 17 years ago
Daniel Grunwald 7aab8df4ba AvalonEdit: scroll when mouse is moved close to border while selecting text. 17 years ago
Daniel Grunwald 1ddce50475 Improved scrolling so that the code being jumped to end up in the middle of the text area. 17 years ago
Siegfried Pammer 8570e8f7e7 - implemented IBracketSearcher for C# 17 years ago
Daniel Grunwald c7173845cf Fixed ArgumentOutOfRangeException in Caret when closing a folding section. 17 years ago
Martin Koníček 698ada6a5a Magnifier image in debugger tooltips. 17 years ago
Daniel Grunwald ca3f8791b6 ParserService: allow GetExistingParseInformation with specified project content. 17 years ago
Siegfried Pammer f15a135bf9 implemented ErrorDrawer for ITextEditor 17 years ago
Christian Hornung 34cd8c436d Forms designer: Fixed SD2-1531 - CenterHorizontally / CenterVertically: icons are swapped. 17 years ago
Daniel Grunwald 18f3aca132 Use Ctrl+Click as go to definition. 17 years ago
Christian Hornung 679866ec5a NRefactoryASTConvertVisitor: Apply IndexerNameAttributes to the names of the converted indexers. 17 years ago
Daniel Grunwald b9e1ce7c02 Store string resources as .resx instead of .resources in the repository. 17 years ago
Daniel Grunwald 4ecf8be05c profiler: modified DefaultProfiler implementation to show error message instead of throwing NotSupportedException in case no profiler was found. 17 years ago
Daniel Grunwald d7cd3faf36 LoadSolutionProjectsThread: use multiple processor cores for parsing 17 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. 17 years ago
Siegfried Pammer 03b7647f0f - moved some debugger classes to extra files 17 years ago
Daniel Grunwald 4ea09fbbae Revert docking library change (broke more stuff than it fixed). Small improvements to Boo interpreter pad. 17 years ago
Daniel Grunwald 2c9c5991ea Fixed memory leak in GotoDialog. 17 years ago
Siegfried Pammer cc06eec997 - corrected typo in ITextEditorOptions 17 years ago
Daniel Grunwald a8f50a6850 Fixed NullReferenceException in go to dialog 17 years ago
Daniel Grunwald 1a9f2ab7f0 Change label "Goto line number" -> "Go to" to better reflect the features of the new GotoDialog 17 years ago
Daniel Grunwald dcf2544f20 Show methods in current file in the Go To dialog. 17 years ago
Daniel Grunwald 7dd5d67102 ITextBufferVersion: add MoveOffsetTo method 17 years ago
Siegfried Pammer 532acccbf0 ported consoles to AvalonEdit 17 years ago
Daniel Grunwald bba9b753ba SharpDevelop.Dom: in CtrlSpace+GetCompletionData methods: replace ArrayList with List<ICompletionEntry> 17 years ago
Martin Koníček c0a9d4c1f5 Debugger tooltips - added visualizer picker image. 17 years ago
Daniel Grunwald cd800c8308 Fixed SD2-1494 - 'Move class to file' duplicates delegate declarations 17 years ago
Daniel Grunwald a6fb1caa46 Removed CtrlSpace method from IResolver interface. 17 years ago
Daniel Grunwald 719d16891e Mark ParseInformation.*CompilationUnit as obsolete. 17 years ago
Daniel Grunwald 4c32ea2a50 Fixed output for overloaded unary operators. 17 years ago
Daniel Grunwald c5a371dd2c Fixed SD2-1572 - operators are shown as nameless methods in code completion 17 years ago
Daniel Grunwald 2bd75facc9 Don't generate code for attributes of base class in override code completion. 17 years ago
Matt Ward ccc5df09db Python forms designer shows a more useful error message if it is unable to find a type to create a local variable. 17 years ago
Siegfried Pammer 4067100222 profiler: modified DefaultProfiler implementation to show error message instead of throwing NotSupportedException in case no profiler was found. 17 years ago
Daniel Grunwald 1915a2c328 Fixed SD2-1581 - GetterModifiers/SetterModifiers not loaded in ReflectionProperty and CecilReader 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 f3f87a4bf5 QuickClassBrowser: don't change ComboBox contents while user has opened the drop-down. 17 years ago
Daniel Grunwald 7c390e8d0f ParserService bugfix: use IParseInformationListener interface. 17 years ago
Daniel Grunwald 6a37ebba2a Allow to continue running the LoadSolutionProjects thread when there's an exception. 17 years ago
Siegfried Pammer 0dc6a987cb XamlBinding: fixed Unit Tests 17 years ago
Daniel Grunwald 9caed44e73 Allow unit tests to set the list of parser descriptors in the ParserService. 17 years ago
Martin Koníček 7ac6e8b962 Eval.CreateValue sets Value.ExpressionTree more correctly so that Expression.PrettyPrint does not result in stack overflow anymore. 17 years ago
Daniel Grunwald 54e90697dc Fixed bug in ParserService (ParseInformationUpdated event was not raised). 17 years ago