1011 Commits (37c18e066081a10a16787f844d3f5eaf97253b71)

Author SHA1 Message Date
Daniel Grunwald ae5a3110b1 Core bugfixes: 20 years ago
Daniel Grunwald 986d49240a Fixed assembly loading bug introduced in rev. 429. 20 years ago
Daniel Grunwald 86dfaa1bf3 Fixed SD2-434: Reference locking issue 20 years ago
Daniel Grunwald adbb1ce32a Fixed SD2-433: Deleting references mixes up context menu 20 years ago
Daniel Grunwald 89fa2c30d6 Fixed SD2-432: Project references added to the wrong project. 20 years ago
Daniel Grunwald 9a246da449 Add unit tests for CSharpOutputVisitor. 20 years ago
Daniel Grunwald 8fc6327d9f Added CSharpBinding.Tests project. 20 years ago
Daniel Grunwald 7c69708220 Applied CSharpOutputVisitor patch from Rodrigo B. de Oliveira. 20 years ago
Daniel Grunwald e4fabdffd8 New files get now a build action dependent on their file extension. 20 years ago
Daniel Grunwald b28e1079c2 Fixed bug that caused the ParserService to "forget" parsing the projects when a solution was opened with a command line argument. 20 years ago
Daniel Grunwald 212863b199 Fixed SD2-382: Setting a Breakpoint on an empty line 20 years ago
Daniel Grunwald 2f3f01a16f SearchResultPad now displays correct line number. 20 years ago
Daniel Grunwald fb9b8314dc Make the GotoDialog accept expressions like "Function.cs:line 416" (like in stack traces) 20 years ago
Daniel Grunwald 06039e9d6d Show debugger tooltips for expressions like "reference.FieldName". 20 years ago
Daniel Grunwald faab2b4fc9 Improve project options panels and prepare editing different configurations. 20 years ago
David Srbecký 865ca761ff Fixed SD2-414: Breakpoints "invisibly" moving when deleting lines 20 years ago
Daniel Grunwald 5417969348 Fixed SD2-412: Set as startup project is not implemented. 20 years ago
Daniel Grunwald dc6424f703 Use start action for starting projects and give friendly error message when trying to start a class library. 20 years ago
Daniel Grunwald 97f2383785 Fixed SD2-416: Multi-instance Search and Replace dialog 20 years ago
Daniel Grunwald 15549a22d6 Improved event handler completion. 20 years ago
Daniel Grunwald a071440e5f Allow writing a space after "+=" completion without closing the completion window. 20 years ago
Daniel Grunwald 46835e2060 Add NUnit.Framework again. 20 years ago
Matt Ward 731de2e36a Main menu and toolbar initialised after all the pads so that keyboard shortcuts work for the various View-Pad menu items without needing the menu to be displayed at least once. 20 years ago
Daniel Grunwald c1d54b7df2 Update English and German StringResources (combine -> solution). 20 years ago
Daniel Grunwald 9ea25bfec5 Fixed SD2-411: Code completition doesn't show parent class (nested classes) 20 years ago
Daniel Grunwald 21af77e33d Ported changes from Fidalgo rev 2038, ivokovacka. 20 years ago
Daniel Grunwald b3ec9593b8 NRefactory bugfixes (C#: For initializers added twice and VB: Custom event regions not stored in AST) 20 years ago
Daniel Grunwald 0306c5af7e Improved C# -> VB converter (For-Statement is converted to ForNextStatement). 20 years ago
Daniel Grunwald f7f43911c0 SearchAndReplaceDialog remembers it's location and can be closed with Escape. 20 years ago
Daniel Grunwald 63bb9fe821 Added F1 help to text editor and forms designer. 20 years ago
Daniel Grunwald 7df2337803 Fixed SD2-385: After project run Source/Abstract Content tabs are missing 20 years ago
Daniel Grunwald 8e7a4a989a Fixed some bugs. 20 years ago
Daniel Grunwald 6a9bf64985 Fixed SD2-380: TODO Parsing Bug. 20 years ago
Daniel Grunwald 7d4f14a9aa Add context menu to class browser. 20 years ago
Daniel Grunwald 3d4f0a78f7 Fixed SD2-400: Importing classes (VB.NET). 20 years ago
Daniel Grunwald aad4c32ffc Fixed drag'n'drop of components from the side bar to the form designer. 20 years ago
Daniel Grunwald df18fef0d3 AutoHide pads are initalized when they are expanded (not when they are first clicked on). 20 years ago
Daniel Grunwald eea2eade1e Small bugfixes, updated translation, modified SVNChangeLogToXml to use NSvn instead of svn.exe; created publish.bat which automatically builds SharpDevelop, runs SVNChangeLogToXml and then builds the setup.Remove NUnitPad (MbUnit can run NUnit tests). 20 years ago
Daniel Grunwald 1873333ed0 Small bugfixes, updated translation, modified SVNChangeLogToXml to use NSvn instead of svn.exe; created publish.bat which automatically builds SharpDevelop, runs SVNChangeLogToXml and then builds the setup. 20 years ago
Daniel Grunwald d992e73b07 Fixed two small code completion bugs: 20 years ago
Daniel Grunwald 0028131d61 Add MbUnit and MbUnit-addin. 20 years ago
Daniel Grunwald 7d34f5b122 When loading referenced assemblies for code completion that have missing dependencies, try to find best available version. 20 years ago
Daniel Grunwald 040a8b7582 Use LoggingService instead of Console.WriteLine. 20 years ago
Daniel Grunwald b7c53722fe Copy GacUtil2 to tools directory. 20 years ago
Daniel Grunwald 71f2d912ec Cut/Copy/Paste menu+toolbar commands now also work for normal text boxes and combo boxes (e.g. on the project's property pages). 20 years ago
Daniel Grunwald d6bdc87bc2 Fixed SD2-374: Compiler warnings during debugging. 20 years ago
Daniel Grunwald 83d7b3301e Fixed SD2-405: Invisible menu item can be run by shortcut. 20 years ago
Daniel Grunwald a80f630082 Code completion improvements. 20 years ago
Daniel Grunwald 20199d196a Fixed SD2-401: Using aliases for classes. 20 years ago
Daniel Grunwald 3c3f2e3190 Fixed SD2-403: Find references does not find indexer calls. 20 years ago