1011 Commits (37c18e066081a10a16787f844d3f5eaf97253b71)

Author SHA1 Message Date
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 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 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 6284ddd531 Made Help addin use the default browser view content. (moved advanced toolbar from help addin to Base) 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 f4023665c8 Added XmlEditor addin. 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
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
Daniel Grunwald b691598427 Use translation database for code completion options panel and "refactoring bookmark". 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 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
Mike Krüger 7862b8ec39 Fixed option update bug. 20 years ago
Mike Krüger cd8281e9a8 worked on forms designer loading. 20 years ago
Mike Krüger 4e7cb5154a worked on codedom ast codegenerator. codedom code generation is now more in line with the .net codedom formsdesigner output. 20 years ago
Markus Palme 0ca4a6c4be inserted operator declartions into DOM. fixed locations of operator declarations, this enabled folding for them 20 years ago
Markus Palme 5ac7897e3d fixed exception when referenced project that was thrown when a referenced project wasn't part of the open project 20 years ago
Markus Palme 08cd056a03 replace and replace all works 20 years ago
Markus Palme 3127b5b359 assign correct document iterator 20 years ago
Mike Krüger c95b0c7975 nunit pad now working. 20 years ago
Mike Krüger 635349f5ca Errorlist labels are now updated. 20 years ago
Andrea Paatz 4409a2e4e0 go to definition now works for parameters too 20 years ago
Mike Krüger 5ca739dbca Worked on bookmarks 20 years ago
Mike Krüger 3df25d688c Fixed bug in ActiveContent property in SdiLayout. (Bug affected the functionalty of cut/copy/paste. updated the sidebar control library to .NET 2. 20 years ago
Daniel Grunwald 588845f7e7 Keyword completion is not activated in comments anymore. 20 years ago
Daniel Grunwald c27ee76994 Small bug fixes. 20 years ago
Daniel Grunwald 2cdb101e4a Improved prjx imported. 20 years ago
Daniel Grunwald b414c2c33a Fixed some resolver bugs. 20 years ago
Daniel Grunwald d62435fb23 Ported some fixes for unit test mode from Fidalgo rev. 2014. 20 years ago
Daniel Grunwald f74fdf8a15 Rename Erbauer/Auswerter files. 20 years ago
David Srbecký 8de9cde42b Prototype of SetIP 20 years ago
Daniel Grunwald 766c524f61 Rename Erbauer/Auswerter directories. 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 4c1a238309 Improved support for partial classes. 20 years ago
Daniel Grunwald 39e4a95f2d Fixed C# parser (added support for generic methods inside interfaces). 20 years ago
David Srbecký 021e7c4129 CurrentLineBookmark does not use whole line, 'Debug' layout used during debugging 20 years ago
Daniel Grunwald 3d3b57eec6 Fixed parser crash introduced in last revision. 20 years ago
Daniel Grunwald 80c70338c7 Fixed code completion bugs regarding "global::"/"Global". 20 years ago
Daniel Grunwald 4f2ce47b02 Fixed some code completion bugs. 20 years ago
Markus Palme 7b831f403f added vb.net completion after several expressions and keywords. added insight for vb.net 20 years ago
Daniel Grunwald 8545cf82a6 .csproj/.vbproj files can now be opened directly (.sln is automatically created) 20 years ago