2485 Commits (72ff84262559c300a5d27325665b7dc62313db4c)
 

Author SHA1 Message Date
Russell Wilkins fb453bac9f Refactoring the WorkflowDesignerLoaders 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
Russell Wilkins bccaf63632 Various updates around TypeProviderService and TypeResolutionService. 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
Russell Wilkins 9bf7c7b6f6 Template updates. 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
Daniel Grunwald 555654b78a Merged SharpDevelop 2.1 r2356:2376 to trunk. 19 years ago
Russell Wilkins c66404d480 Various fixes to designer services and FxCop Updates 19 years ago
Itar Bar-Haim adf25cb21a Better compatibility with VS2005 format. Made the Enum and the Delegate blocks look more like in VS2005. Minor bug fixes. 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
Russell Wilkins 1809d34bd0 Default designer context menu added. 19 years ago
Russell Wilkins cc4cebd3bb Select related property in propertyPad when error selected from activity context menu. 19 years ago
Russell Wilkins 2863634c46 Implmented TypeConverter for EventProperties. 19 years ago
Russell Wilkins 9b55eb70da Fix loading of ViewContent on project opening. 19 years ago
Russell Wilkins f6bb7d4311 FxCop updates 19 years ago
Russell Wilkins e5bd917fe4 Various updates around TypeProviderService and TypeResolutionService. 19 years ago
Daniel Grunwald 55493dcbc3 Fixed SD2-1290: Bookmark position incorrect after pasting several lines before it 19 years ago
Daniel Grunwald 50bf57497f Fixed build. 19 years ago
Daniel Grunwald 467dcdd3a4 Worked on SD2-1234 - added support for view contents that are not editing a file (e.g. project options). 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 ef8237e087 Fixed build. 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 4ddeb0397e Merged SD 2.1 r2332:2356 to trunk. 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
Dickon Field bf7915b6c4 Added a new subclass of TextEditorControl to specialise behaviour for SQL, SQLTextEditorControl, plus some test code to get the CompletionWindow showing and working correctly. Next step to add an ICompletionDataProvider that encapsulates pluggable SQL parsing using parser based on coco/r. 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
Russell Wilkins 5cbfac6902 TypeProviderService added to maintain common TypeProviders for projects. 19 years ago
Russell Wilkins ce307db3ae WorkflowSideTabService created to handle toolbox sidetabs for project assembly references. 19 years ago
Russell Wilkins 4c121b0393 FileRenaming after EventBindingService changes. 19 years ago
Russell Wilkins 4e81f57605 Reworking of EventBindingService 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
Itar Bar-Haim 9f4f22eae8 Some refactoring; Initial support for nested types. 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
Matt Ward 67a6982b9e Renamed SharpDevelop Report template in setup. 19 years ago
Matt Ward 633af69129 Updated to SharpDevelop Reports 2.1.0.98 19 years ago
Matt Ward a588fc4a17 Fixed SD2-1199 - Override completion list for KeyedCollection class contains invalid methods. ReflectionMethod and ReflectionProperty classes now set the Sealed modifier if the method or property getter/setter is marked as final. Incremented DomPersistence.FileVersion to invalidate the cached files. Code generators now use the OverrideCompletionDataProvider class to determine the overridable methods and properties instead of using their own implementation. 19 years ago
Daniel Grunwald d9e3f0b6f3 Fixed SD2-1287: Method signatures are not compared correctly 19 years ago
Daniel Grunwald f555c58726 Fixed SD2-1263: Project/@DefaultTargets missing from created MSBuild project 19 years ago
Daniel Grunwald e6bdcac3ae Fixed SD2-1282: Completion inside Select Case statement 19 years ago