2306 Commits (a627f020d5893c629156cb547addb668b1f65f08)
 

Author SHA1 Message Date
Daniel Grunwald 351f5ba52c Fixed build. 19 years ago
Daniel Grunwald d30e81daec Removed SharpDbTools from SD 2.1.x (will be supported only in SD 3.0) 19 years ago
Daniel Grunwald e98edfac8c Fixed forum-15733: Completion-list off-by-one exception in Boo interpreter 19 years ago
Daniel Grunwald 40b92e149e VB token list: "Off" and "Explicit" are not reserved words. 19 years ago
Daniel Grunwald 3b20e9e076 VB parser: "Off" and "Explicit" are not reserved words. 19 years ago
Daniel Grunwald 23ad0a61fc Prevent NRefactoryResolver crash when mscorlib project content is not referenced correctly. 19 years ago
Daniel Grunwald 08c138311d Fixed editing of raw MSBuild properties in project options (where the user can use $(..) in the text box). 19 years ago
Daniel Grunwald f7b2d45b7f Add AddInWritingHelp.txt to project templates creating SharpDevelop AddIns that point to the documentation in the wiki. 19 years ago
Daniel Grunwald f8f3121734 Fixed forum-15675: Stack overflow in ReferenceNode.ReferenceProjectItem in Project Browser 19 years ago
Daniel Grunwald 39bfcc0013 Fixed SD2-1338: VB "Handles" cause cannot be parsed when handling an event on "Me" 19 years ago
Daniel Grunwald 5fcfe9be4e When going to the definition of a CompoundClass, go to the shortest file name. This prevents going to the Designer.cs part instead of the main part. 19 years ago
Daniel Grunwald db19e3b31b Fixed SharpDevelop.Build.VisualBasic.targets to set PlatformFamilyName/PlatformID default values when the .vbproj file does not specify any. 19 years ago
Daniel Grunwald cea87a1bcc Fixed SD2-1329: Index was out of range when cutting text. 19 years ago
Daniel Grunwald 74f21e68ab Remove [STAThread] from C# compact framework project template. 19 years ago
Christoph Wille 3646285888 Updated readme 19 years ago
Christoph Wille 947fec9914 Updated language resource 19 years ago
Justin Dearing 2ec6b50c05 Added Apache 2.0 License 19 years ago
Christoph Wille b1b3e9dec3 SDR updated to revision 120, v2.1 RTM 19 years ago
Daniel Grunwald 15da21072b Fixed forum-15559: C# lexer reports error on identifiers like @_ABC 19 years ago
Daniel Grunwald 51e43f4b74 Support loading multi-file assemblies. 19 years ago
Daniel Grunwald e59709ea88 Remove Debugger.BooInterpreter from setup - we won't ship it with SharpDevelop 2.1 because it is unfinished (e.g. trying to get the values of local variables doesn't work yet). 19 years ago
Daniel Grunwald 1918fab13c Fixed lookup of type name in parent namespaces. (same problem as the already-fixed SD2-863, but in SearchType instead of SearchNamespace) 19 years ago
Daniel Grunwald 58d070bbf7 Fixed SD2-1307: Code completion for NHibernate 19 years ago
Daniel Grunwald 3e4222ba45 When deleting directories in the project browser, use Subversion's delete command for directories under version control. 19 years ago
Matt Ward 9603a7722e The XML Editor now returns the correct value for the IViewContent's IsReadOnly property. A read-only xml file will now be indicated by a + character after the filename when opened inside SharpDevelop. 19 years ago
Justin Dearing 64cad7396f Setup projects now have an UpgradeCode assigned to them. This is a GUID that remains consistent throughout all incarnations of the MSI package. You cannot upgrade an installed MSI without an upgrade code. 19 years ago
Christoph Wille e8c83839ae Rev 108 of SharpDevelop Reports - fixes error for FolderDialog in wizard 19 years ago
Christoph Wille 751904a9f3 RC1 designation removed from setup 19 years ago
Daniel Grunwald 3cf1fe8410 Fixed forum-15241-2. : Pressing Ctrl-Space in Boo Interpreter Debuggee causes exception. 19 years ago
Daniel Grunwald 33ea15dfff Compiling for the compact framework now references the Compact mscorlib version (previously it was possible to reference non-existing methods and cause a MissingMethodException at runtime). 19 years ago
Matt Ward 61ab46c6ff Fixed SD2-1312 - DivideByZeroException when searching an empty file. The ForwardTextIterator's MoveAhead method no longer tries to move forward when the text buffer is empty. 19 years ago
Daniel Grunwald 20cbe02631 Fixed SD2-1276: Duplicated code when converting single VB.NET If-Then line into multiple lines 19 years ago
Matt Ward c60589e19b Updated string resources. Added Chinese Simplified (cn-gb) to the list of available languages. 19 years ago
Matt Ward 2134a53677 Added RC1 to the installer's product name. 19 years ago
Matt Ward c49b3ed232 Updated to SharpDevelop Reports 2.1.0.105 19 years ago
Daniel Grunwald 55493dcbc3 Fixed SD2-1290: Bookmark position incorrect after pasting several lines before it 19 years ago
Matt Ward 4a6209467f SD2-857. Fixed an edge case where the search would incorrectly find no match when the cursor was located after the very last character in the text. 19 years ago
Daniel Grunwald 016219676d Fixed SD2-1010: Method overloads for overridden abstract method 19 years ago
Daniel Grunwald 4d20506557 Fixed SD2-865: Property window showing wrong value for "Local copy" and "specific version" on GAC references 19 years ago
Daniel Grunwald 5cbee26b9c Fixed SD2-1291: Duplicate breakpoint information stored in project preferences 19 years ago
Matt Ward 28a08fba8c Fixed a problem where if a build fails before the unit test is run then the user was prevented from closing SharpDevelop since the code thought a build was still in progress. 19 years ago
Daniel Grunwald b74d53be68 Fixed SD2-1248: Adding many warnings in the current file to the error drawer takes a long time - do not refresh text editor after each individual error/warning 19 years ago
Daniel Grunwald 6cff4ad0b4 Fixed SD2-1236: Opening a solution with an invalid guid in the nested projects section 19 years ago
Daniel Grunwald d70442897c Remove .xml code template - the xml editor does not support templates. 19 years ago
Matt Ward 5029cbe998 Text editor opens files with FileShare.ReadWrite and not FileShare.Read. This allows the text editor to load a file that is locked and being written to by another process the same as Notepad can. 19 years ago
Matt Ward 5e9bbb9581 Fixed SD2-873. Reloading the ToolboxProvider's side tabs before the ToolboxService is created caused the SideTabItemDesigner's ReloadToolbox method to reload the side tabs again whilst they were currently being reloaded causing duplicate Windows Forms side tabs. Attempting to use this second set threw a null reference exception. 19 years ago
Matt Ward fd51d933bf Fixed duplicate keyboard shortcut Ctrl+Alt+B. Removed the shortcut from the Database Explorer. Changed the Breakpoints pad shortcut to Ctrl+Alt+P. 19 years ago
Matt Ward 7cc6ec8258 Fixed SD2-1024. The user can no longer close SharpDevelop when it is running a build and a message is displayed when this is attempted. 19 years ago
Matt Ward ed2d73dd0d SD2-1278. Test method locations are now updated in the test tree as the file is edited. Previously using Goto Definition in the test tree could jump to the wrong line after the file was edited. 19 years ago
Matt Ward 7b039c6368 NAnt pad now supports build files that are not part of a project. 19 years ago