540 Commits (a81823f68329534e17ec5b2670b78feb94336f13)
 

Author SHA1 Message Date
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 30e512c7b9 Fixed SD2-404: C#: ExpressionFinder bug with CastExpressions 20 years ago
Daniel Grunwald 87b75008b7 Add "default(Type)" expression to C# parser. 20 years ago
Daniel Grunwald 041bf1f1b8 Fixed SD2-423: Cast to array types cause parser error. 20 years ago
Daniel Grunwald d4f2825721 Added support for accessor modifiers to C# parser (public int Property { get {} protected set {}}) 20 years ago
Daniel Grunwald 2983197ecc SD2-421: Add msbuild file template 20 years ago
Daniel Grunwald 1dcf29e24d Add null coalescing operator to C# lexer and parser. 20 years ago
Christoph Wille 980bf98267 Added version number to default install directory, the default is now %programfiles%\sharpdevelop\2.0\. Program group is now also SharpDevelop 2.0. Uninstall key is SharpDevelop2, to not clash with 1.0 installation (SxS is now possible with installer) 20 years ago
Daniel Grunwald 645f4802d2 Fixed SD2-387: Main Menu: Sub menu position wrong 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 ab70c219cc Removed NUnit project reference from main SharpDevelop solution. 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
Mike Krüger dc57d76362 Changed some little translation issues. Re-Arranged tools menu. 20 years ago
Daniel Grunwald c1d54b7df2 Update English and German StringResources (combine -> solution). 20 years ago
Daniel Grunwald 2a323389a8 Fixed SD2-410: Goto definition doesn't work for array types 20 years ago
Daniel Grunwald 9ea25bfec5 Fixed SD2-411: Code completition doesn't show parent class (nested classes) 20 years ago
Daniel Grunwald b32b9beb14 Fixed forms designer to reparse the file when switching to the designer tab. 20 years ago
Matt Ward 31ae5feed0 Show properties (F4) now works in form design mode. 20 years ago
Daniel Grunwald 21af77e33d Ported changes from Fidalgo rev 2038, ivokovacka. 20 years ago
Markus Palme 5a23a45292 added very basic event handler code completition (appears after typing '+='); still many things to do here 20 years ago
David Srbecký 5fad25b34d Added scrollbars to debugger Exception Dialog 20 years ago
Daniel Grunwald e0676ea1c7 VB parser: Declarations in the form "Dim a(10) As Integer" were not recognized as array declarations. 20 years ago
Daniel Grunwald ced99d3ba0 Fixed C# parser bug: anonymous methods without parameter list were not supported. 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
David Srbecký 7f90fcbdd0 Debugger.Interop assembly removed 20 years ago
Mathias Simmack 512ea6b7e8 changed FullTypeName search to DynamicHelp engine 20 years ago
Daniel Grunwald 13ef4c0826 Patched docking suite. Take care on docking library updates: 20 years ago
Daniel Grunwald 0306c5af7e Improved C# -> VB converter (For-Statement is converted to ForNextStatement). 20 years ago
Mathias Simmack aa06be74c3 enabled an early version of F1 help 20 years ago
Matt Ward eb5337d562 When displaying xml namespaces the autocompletion list now resizes to fit the longest string. 20 years ago
Daniel Grunwald f7f43911c0 SearchAndReplaceDialog remembers it's location and can be closed with Escape. 20 years ago
Matt Ward 30d666807c Changed the namespace for the form designer context menu commands. Added ICSharpCode.SharpDevelop runtime to FormDesigner.addin. Form designer context menus now working. 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 db1f34bfd9 Fixed SD2-399: Hide bookmarks inside folded regions 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
Mathias Simmack e5b08710e8 minor fixes (MSDN is the default search page again) and cosmetic (printer picture for ContextMenuStrip in TocPad.cs) 20 years ago