151 Commits (bc52b86150f11966fd091a7e8ce3dc1edab6c74d)

Author SHA1 Message Date
Daniel Grunwald db1f34bfd9 Fixed SD2-399: Hide bookmarks inside folded regions 21 years ago
Daniel Grunwald 040a8b7582 Use LoggingService instead of Console.WriteLine. 21 years ago
Daniel Grunwald 83d7b3301e Fixed SD2-405: Invisible menu item can be run by shortcut. 21 years ago
Daniel Grunwald 737cbb83df Remove some Console.WriteLine() calls; catch some exceptions which previously were ignored silently or just dumped to the console. 21 years ago
Daniel Grunwald ac2c93aa16 Added ILAsmBinding and ICSharpCode.Build.Tasks (library for additional MSBuild tasks like ILAsm) 21 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) 21 years ago
Mike Krüger 5ca739dbca Worked on bookmarks 21 years ago
Daniel Grunwald c27ee76994 Small bug fixes. 21 years ago
Daniel Grunwald 0e75a514cf When typing a variable declaration like "List<string> list = new ***", the new-completion popup preselects "List<string>". 21 years ago
Daniel Grunwald 3d3b57eec6 Fixed parser crash introduced in last revision. 21 years ago
Daniel Grunwald 331c44292e Applied new header to all source files. 21 years ago
Daniel Grunwald baf2cf6305 Fixed solution saving (the order of the solution folders would reverse every time the solution is saved). 21 years ago
Daniel Grunwald f395a72edb Added panel with options for code completion. 21 years ago
Daniel Grunwald 9d32b99b27 Code completion remembers frequently used items and prefers them in SelectItemWithStart(). 21 years ago
Daniel Grunwald a680c1fcfd Added code completion for attributes. 21 years ago
Daniel Grunwald 6dbad22c85 Added support for My.Forms. 21 years ago
Daniel Grunwald 3571a1a7e4 Worked on code completion. 21 years ago
Daniel Grunwald 69dd3ca12d Fixed some C# <-> VB conversion bugs. 21 years ago
Daniel Grunwald 4c3d93223c TextEditorControl now auto-detects the file encoding. When saving, the file is saved with the old encoding. 21 years ago
Daniel Grunwald 01675c578c Fixed some issues with code completion and the class browser. 21 years ago
Daniel Grunwald aa34af8ced Fixed some small bugs. 21 years ago
Daniel Grunwald 864ed8b726 IconMargin now shows icons for methods and properties that can be clicked to execute actions on the properties/methods. 21 years ago
Daniel Grunwald a1c667f5f1 Bookmarks (and breakpoints) are saved in the project preferences. 21 years ago
Daniel Grunwald 96160bb80d Breakpoints are now a special kind of bookmarks. 21 years ago
Daniel Grunwald b468d12412 Fixed VB code completion. Fixed method overload lookup. 21 years ago
Daniel Grunwald 5ee7ff51e4 Small bug fixes (StatusBar, ProjectContent). 21 years ago
Daniel Grunwald 62d43e407f Fixed SD-338: Selecting text with the mouse by clicking in the gutter 21 years ago
Daniel Grunwald a17fed9eda Optimized StringParser. 21 years ago
Markus Palme ecb18d86d0 fixed SD-353: Wrong position of insight window when horizontal ruler is visible 21 years ago
Daniel Grunwald bbe15432b7 Fixed docking of project options panel. 21 years ago
Daniel Grunwald 8b3d5f9b89 Made tooltip static so only one tooltip can be displayed at one time. 21 years ago
Daniel Grunwald 8f0d6da9ad Fixed SD-318 and SD-347. Many small changes. 21 years ago
Daniel Grunwald 1bd2aefc9e Fixed StackOverflowException when property ReflectionIndexer.Parameters is used. 21 years ago
Daniel Grunwald 3cfb8ffad9 Fixed tooltip flickering and a resolver bug. 21 years ago
Daniel Grunwald 661a64dd21 Tooltip now shows the type of variables. 21 years ago
Mike Krüger d266a7a7c5 Text markers can now specify foreground color. 21 years ago
Mike Krüger d814e6235c updated dockpanel suite. 21 years ago
Andrea Paatz 89345c7670 fixed bug in propertygrid 21 years ago
Mike Krüger 77802490a8 overworked task subsystem a bit. 21 years ago
Mike Krüger fc08e8e8d8 Code generator (Alt+ins) now works again. fixed texteditor drawing bug. 21 years ago
Mike Krüger e1afc488fb Fixed bug in text editor options panel. 21 years ago
Mike Krüger 647befcb80 Corsavy is now self-hosting. Hopefully no more build files are out of sync with project files issues ... 21 years ago
Mike Krüger c4336b038c created trunk folder. 21 years ago