5381 Commits (9ee5a7b3ccb84a3bb04c41e8a8fbfa25cbf36fbf)
 

Author SHA1 Message Date
Daniel Grunwald 83d7b3301e Fixed SD2-405: Invisible menu item can be run by shortcut. 20 years ago
Christoph Wille aba3d7df3e Setup message changed 20 years ago
Christoph Wille d98412300c Updated to v2.0 and added a 2.0 blurb to the Intro 20 years ago
Daniel Grunwald 83b934ec0a Rename configuration folder from .ICSharpCode\Corsavy to .ICSharpCode\SharpDevelop2 20 years ago
Daniel Grunwald ccf1d3bddd Remove old help. Deactivate run of help register tool. 20 years ago
Daniel Grunwald 8bc61f3898 Fixed SD2-398: Add support for nullables to the C# parser. 20 years ago
Daniel Grunwald a80f630082 Code completion improvements. 20 years ago
Daniel Grunwald 20199d196a Fixed SD2-401: Using aliases for classes. 20 years ago
Daniel Grunwald 3c3f2e3190 Fixed SD2-403: Find references does not find indexer calls. 20 years ago
Daniel Grunwald 25be6a591e Add SharpDevelop help / help register application. 20 years ago
Daniel Grunwald 90f1b4153e Fixed compile errors. 20 years ago
Daniel Grunwald 34dfa86a93 Update default layouts. Fixed help document highlighting. 20 years ago
Daniel Grunwald a7780f0bec Made HtmlHelp2 addin use the normal search results pad. 20 years ago
Daniel Grunwald cf3eb0d1b9 Move XmlEditor files in Src/Resources subdirectories. 20 years ago
Daniel Grunwald 622070a221 Fixed SD2-293 (Creating any C++ Project fails with a NullReferenceException). 20 years ago
Daniel Grunwald 465e919934 Improved lazy-loading. 20 years ago
Daniel Grunwald 9df71b7ffe Made UpdateAssemblyInfo use NSvn instead of svn.exe. 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 2819cee5df Update XmlEditor file headers. Display browser's status text in status bar. 20 years ago
Daniel Grunwald 02f56d27dc Critical bug fixed (MenuCommands didn't work) 20 years ago
Daniel Grunwald 6284ddd531 Made Help addin use the default browser view content. (moved advanced toolbar from help addin to Base) 20 years ago
Daniel Grunwald 2acc1100d1 Added HtmlHelp2 addin. 20 years ago
Mike Krüger c82fa4b90b File tabstrip context menu now working again. (Patched docking suite. Take care on dockin library updates.) 20 years ago
Daniel Grunwald bd5ea18519 Included XmlEditor addin. 20 years ago
Daniel Grunwald f4023665c8 Added XmlEditor addin. 20 years ago
Daniel Grunwald e2edcd04f2 Fixed SD2-395: Deleting a file from Project Scout causes NSvn.Core.NotVersionControlled Exception. 20 years ago
Andrea Paatz c9f7499a22 Worked on Boyer-Moore search strategy 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 2bf5fc75d2 Worked on forms designer. 20 years ago
Daniel Grunwald 6c7b1d237c Added checks for invalid filenames. (SD2-394) 20 years ago
Daniel Grunwald 8da1d5c7cc Fixed SD2-384 and SD2-386. 20 years ago
Andrea Paatz 5872552ae9 Finished the Lexer position test, please add some more VB test if you know the language better than me :) 20 years ago
Daniel Grunwald b691598427 Use translation database for code completion options panel and "refactoring bookmark". 20 years ago
Andrea Paatz 937991a230 worked on VB Positions, added some C# tests 20 years ago
Andrea Paatz 32051d0aa0 removed one more Console.WriteLine 20 years ago
Andrea Paatz 639a4d231f worked on Positions and removed some debug Console.WriteLine 20 years ago
Mike Krüger 4b91b06924 Worked on VB.NET Forms Designer.' 20 years ago
Daniel Grunwald 858a0c3709 Fixed SD2-388 and SD2-389. 20 years ago
Daniel Grunwald 71081bf366 Fixed SD2-396: Opening a Visual Studio Solution with #D causes Error "... is not a valid solution file". 20 years ago
Daniel Grunwald 68c1a4a56a Fixed SD2-379 (Exception dialog box). 20 years ago
Mike Krüger 08b4794474 worked on translation. 20 years ago
Mike Krüger c2dca0b34d worked on main menu translation. 20 years ago
Andrea Paatz 2d7f50c858 tryed to implement a BoyerMoore algorithm, commented out, only copied from a web site 20 years ago
Andrea Paatz 717cbb8aa9 added some LexerPasotionTest for VB too. The Positions after a \n in VB not working in the Moment, kommented test out wich are not working... 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
Andrea Paatz 6109650a01 refactoring of the lexer is now ready: reader, line and col are now private in the AbstractLexer, the derived classes do not need to handle positioning stuff 20 years ago
Mike Krüger 7862b8ec39 Fixed option update bug. 20 years ago
Andrea Paatz 6a9debd3ad C# lexer ready, begin with vb lexer. 20 years ago
Mike Krüger cd8281e9a8 worked on forms designer loading. 20 years ago
Markus Palme 785ce51a02 fixed wrong test 20 years ago