71 Commits (abd9f2604d3aeb945ecc7bf25dd97f8ad7e54b2d)

Author SHA1 Message Date
Daniel Grunwald abd9f2604d Fixed SD2-458: Tab is always replaced with 4 spaces 20 years ago
Matt Ward d8bcf5d980 Added support for commenting/uncommenting a selection of xml. 20 years ago
Daniel Grunwald 0ac8a0bd47 Fixed SD2-472 (Cursor disappears off screen whilst pressing right arrow key) and a newly introduce performance problems with large files (>5000 lines). 20 years ago
Matt Ward 538974e08e Fixed SD2-473. A KeyNotFound exception is no longer thrown if the highlighting strategy does not contain a LineComment property. 20 years ago
Daniel Grunwald ff3ac00775 Improved handling of proportional fonts. 20 years ago
Daniel Grunwald 8f8218c216 Caret is now displayed at the correct position when using non-monospaced fonts. (but selecting with the mouse still doesn't work) 20 years ago
Daniel Grunwald 009883c525 Use use static readonly collection instance for empty attribute, type parameter and parameter collections. 20 years ago
Daniel Grunwald 8afa7cc805 Allow references to unbound types in typeof/GetType expressions. 20 years ago
Daniel Grunwald 830e2bf7c5 Worked on SD2-425 (Improve project options): you can now choose in which section the OutputPath property is stored. 20 years ago
Daniel Grunwald 68f7c01970 Fixed some P/Invoke declarations where FxCop complained they weren't portable to 64bit and some other complaints from FxCop. 20 years ago
Daniel Grunwald a3cca20f00 Renamed InvocationExpression.Parameters to InvocationExpression.Arguments. 20 years ago
Daniel Grunwald ee32c33db4 Fixed some bugs. 20 years ago
Daniel Grunwald ae5a3110b1 Core bugfixes: 20 years ago
Daniel Grunwald 6a84cddd57 Add a "DoEvents" call to the workaround for SD2-426. 20 years ago
Daniel Grunwald 9a246da449 Add unit tests for CSharpOutputVisitor. 20 years ago
Daniel Grunwald 1dcf29e24d Add null coalescing operator to C# lexer and parser. 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 db1f34bfd9 Fixed SD2-399: Hide bookmarks inside folded regions 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 040a8b7582 Use LoggingService instead of Console.WriteLine. 20 years ago
Daniel Grunwald 83d7b3301e Fixed SD2-405: Invisible menu item can be run by shortcut. 20 years ago
Daniel Grunwald 465e919934 Improved lazy-loading. 20 years ago
Daniel Grunwald 737cbb83df Remove some Console.WriteLine() calls; catch some exceptions which previously were ignored silently or just dumped to the console. 20 years ago
Daniel Grunwald ac2c93aa16 Added ILAsmBinding and ICSharpCode.Build.Tasks (library for additional MSBuild tasks like ILAsm) 20 years ago
Mike Krüger 2344eff173 Fixed text editor caret positioning bug. (occured with fonts that had different font withs for bold and plain chars) 20 years ago
Mike Krüger 5ca739dbca Worked on bookmarks 20 years ago
Daniel Grunwald c27ee76994 Small bug fixes. 20 years ago
Daniel Grunwald 2cdb101e4a Improved prjx imported. 20 years ago
Markus Palme 271e00448d custom events support 20 years ago
Daniel Grunwald 0e75a514cf When typing a variable declaration like "List<string> list = new ***", the new-completion popup preselects "List<string>". 20 years ago
Daniel Grunwald 3d3b57eec6 Fixed parser crash introduced in last revision. 20 years ago
Daniel Grunwald 331c44292e Applied new header to all source files. 20 years ago
Daniel Grunwald baf2cf6305 Fixed solution saving (the order of the solution folders would reverse every time the solution is saved). 20 years ago
Daniel Grunwald f395a72edb Added panel with options for code completion. 20 years ago
Daniel Grunwald 9d32b99b27 Code completion remembers frequently used items and prefers them in SelectItemWithStart(). 20 years ago
Daniel Grunwald 6adc092649 Added tool to put revision number into AssemblyInfo files. 20 years ago
Daniel Grunwald a680c1fcfd Added code completion for attributes. 20 years ago
Daniel Grunwald 6dbad22c85 Added support for My.Forms. 20 years ago
Daniel Grunwald 5b197228c4 Added generics support to the VB.Net parser. 20 years ago
Daniel Grunwald 3571a1a7e4 Worked on code completion. 20 years ago
Daniel Grunwald 69dd3ca12d Fixed some C# <-> VB conversion bugs. 20 years ago
Daniel Grunwald 4c3d93223c TextEditorControl now auto-detects the file encoding. When saving, the file is saved with the old encoding. 20 years ago
Daniel Grunwald 01675c578c Fixed some issues with code completion and the class browser. 20 years ago
Daniel Grunwald aa34af8ced Fixed some small bugs. 20 years ago
Daniel Grunwald 864ed8b726 IconMargin now shows icons for methods and properties that can be clicked to execute actions on the properties/methods. 20 years ago
Daniel Grunwald a1c667f5f1 Bookmarks (and breakpoints) are saved in the project preferences. 20 years ago
Daniel Grunwald 96160bb80d Breakpoints are now a special kind of bookmarks. 20 years ago
Daniel Grunwald b468d12412 Fixed VB code completion. Fixed method overload lookup. 20 years ago