736 Commits (254c8e6bd54fbe9952a66ed6fbafd1285edcd855)

Author SHA1 Message Date
Daniel Grunwald b43033b2b4 Update translations; fixed translation-related bugs. 19 years ago
Daniel Grunwald adbbcc2c2b Fixed SD2-851: Pasting solution folder hangs SharpDevelop 19 years ago
Matt Ward 13d84756ae SD2-721. Can now delete files and folders from the project browser using the delete key. 19 years ago
Matt Ward 7d7ed71d37 SD2-856. When indenting xml that is not well formed SharpDevelop no longer displays an error message showing the XmlException. 19 years ago
Mike Krüger 015f625877 Fixed SD2-845:Null reference exception when attempting to show tooltip for XSLT output 19 years ago
Daniel Grunwald 3c9dc9f139 Fixed forum-8579: "Goto Matching Brace" doesn't work if "Highlighting matching braces" is deactivated 19 years ago
Daniel Grunwald b430d4b3aa Fixed SD2-854: Renaming VB's MyApplication class 19 years ago
Daniel Grunwald a4bd782875 Moved more strings to translation database. 19 years ago
Daniel Grunwald 2ed82fd4cb Fixed some bugs reported in the forum. 19 years ago
Daniel Grunwald 6050a6bda4 Moved some more strings to translation database. Windows Service template now contains installer class. 19 years ago
Daniel Grunwald 80d967e240 Fixed parsing of the VB "Custom" keyword (it is valid variable identifier but not valid field identifier) 19 years ago
Daniel Grunwald d4353b1484 Fixed SD2-826: Excluding folder from project browser throws exception 19 years ago
Daniel Grunwald 5efb3e0526 Fixed SD2-825: Drop file into project browser overwrites file without no warning 19 years ago
Daniel Grunwald 77bf824719 Fixed SD2-829: Linked file not removed from project browser when deleted 19 years ago
Daniel Grunwald 81835b5c25 Fixed SD2-853: Cut and paste folder removes folder and contained files 19 years ago
Daniel Grunwald 357653ecc9 Applied custom quick class browser patch by Robert Zaunere. 19 years ago
Daniel Grunwald 515b955432 Lock access to DefaultProjectContent.ReferencedContents - can be modified by main thread and solution loading thread. 19 years ago
Daniel Grunwald b2a3cc4ead More bugfixes for the C# <-> VB converter. 19 years ago
Daniel Grunwald 09165fa450 Ensure project name is valid before creating solution. 19 years ago
Daniel Grunwald 7ec05ca194 Fixed SD2-840: Adding existing item to unknown project type throws a null reference exception 19 years ago
Daniel Grunwald 35ab1d4ee3 Fixed SD2-841: Saving MSBuild project after deleting file from project can throw ArgumentException 19 years ago
Daniel Grunwald a03d294025 Prevent exception when Cecil doesn't report a return type for a member. 19 years ago
Daniel Grunwald b5ff89c524 Fixed position of current line textmarker. 19 years ago
Daniel Grunwald 6cdf5d7ab8 Parse CompilerMessageView text on category change correctly. 19 years ago
Daniel Grunwald f678d9c8c7 More untranslated strings moved to the translation database, fixed SD2-838: Untranslated resource strings in output window 19 years ago
Daniel Grunwald 7ea51e06df Fixed forum-8340: error inserting code template in empty file 19 years ago
Daniel Grunwald 40347a51c9 Add more strings to translation database. (based on list by asl) 19 years ago
Daniel Grunwald 30d5780ff0 Fixed SD2-828: Resolving private field with the same name in subclass 19 years ago
Daniel Grunwald 82f68b0329 Fixed several minor bugs; put some strings into the translation database. 19 years ago
Matt Ward 5a58e676fe SD2-833. The currently active view is checked to see if it implements the ITextEditorControlProvider interface before attempting to clear the selection when bookmarking all found search results. 19 years ago
Matt Ward 4b4905d787 SD2-830. 'Prompt for Arguments' and 'Use Output Window' options now working for external tools. 19 years ago
Daniel Grunwald 782aac1504 Fixed SD2-699: New file name does not increment 19 years ago
Daniel Grunwald 6ebc9f8514 Fixed SD2-793: Output window showing incorrect unit test output text 19 years ago
Daniel Grunwald f1eb93cb43 Fixed SD2-424: Replace performance not acceptable 19 years ago
Daniel Grunwald e56e0f6f8a Rewritten TextView.PaintLinePart. Text markers now can start or end inside TextWords; the highlight marker now can be placed inside a TextWord. 19 years ago
Daniel Grunwald 9f8c6209ae Update to new Cecil version, fixes exception when loading mixed-mode assemblies. 19 years ago
Daniel Grunwald e8e6d4e662 Fixed SD2-817: File changes lost when moving file in project tree 19 years ago
Daniel Grunwald f6d5658aee Fixed bugs introduced in rev 1423. 19 years ago
Daniel Grunwald 374bcd7409 Fixed SD2-815: Generic delegate throws null reference exception 19 years ago
Daniel Grunwald d8b42d8997 Fixed SD2-685: Pads must have an icon 19 years ago
Daniel Grunwald f9cfdec1d3 Fixed bug: Starting IDE Multiple Times looses Panel layout (based on patch by Scott Ferrett) 19 years ago
Daniel Grunwald 730def510e Referenced assemblies are now loaded with Mono.Cecil. 19 years ago
Daniel Grunwald 5b72594fad Fixed unit tests. 19 years ago
Daniel Grunwald e6865a4baa Reduce usage of ProjectContentRegistry.Mscorlib - we'll support multiple mscorlib project contents later (compact framework, older .NET versions etc.) 19 years ago
Daniel Grunwald 676a617c3a Fixed SD2-814: Expanding wildcard search result node throws exception 19 years ago
Daniel Grunwald df43c0eef7 Fixed SD2-816: Output visitor does not output implicit/explicit operators 19 years ago
Daniel Grunwald 906253d37f Add NRefactory demo application. 19 years ago
Daniel Grunwald 58dfc5abce Fixed SD2-813: If statement not parsed 19 years ago
Daniel Grunwald 704ea9be70 BooAdvancedHighlighter: only resolve references that in the visible part of the document 20 years ago
Daniel Grunwald 71e17b5842 Fixed SD2-804: Renaming a class in a new unsaved file 20 years ago