800 Commits (3897fc0a335430593048267c5cb74d13db7c8efc)

Author SHA1 Message Date
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 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
Daniel Grunwald 2acc1100d1 Added HtmlHelp2 addin. 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
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 8da1d5c7cc Fixed SD2-384 and SD2-386. 20 years ago
Mike Krüger 4b91b06924 Worked on VB.NET Forms Designer.' 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
Mike Krüger c95b0c7975 nunit pad now working. 20 years ago
Mike Krüger 635349f5ca Errorlist labels are now updated. 20 years ago
Mike Krüger 5ca739dbca Worked on bookmarks 20 years ago
Mike Krüger 1738db8864 Fixed CodeDOM output bug which prevented the forms desinger from working. 20 years ago
Daniel Grunwald 588845f7e7 Keyword completion is not activated in comments anymore. 20 years ago
David Srbecký 3415506f6d Bugfix - Arguments of static functions 20 years ago
Daniel Grunwald 2cdb101e4a Improved prjx imported. 20 years ago
David Srbecký 6ed9b4fa03 Fixed function switching bug, debugger window acivated if debugee pauses 20 years ago
David Srbecký 15f12a2d08 Added some error messages, worked on function and thread switching 20 years ago
David Srbecký eaa5f40de3 Reworked debugger state control 20 years ago
David Srbecký fb0252d6f5 Bugfixes - Local variables on thread without symbols; Can't click on function without symbols; Added CurrentFunction to NDebugger 20 years ago
David Srbecký 1d73ae154e Bugfixes - Thread and Callstack switching; unmanaged functions refused 20 years ago
David Srbecký 95c177bd75 Bugfixes - no CurrentFunction in Threads pad handled, Method signature blob ignored now, dereference fail handled 20 years ago
David Srbecký 8de9cde42b Prototype of SetIP 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
David Srbecký 5371ac4b7d Exception interception 20 years ago
David Srbecký b0f3900260 Exception dialog uses TextBox and is bit more informative 20 years ago
Daniel Grunwald 4c1a238309 Improved support for partial classes. 20 years ago
David Srbecký 026b3f41b5 Bugfixing, handled exceptions handled faster 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
David Srbecký 19ff0d6ece IsProcessRunningd and IsDebugging replaced with IsCurrentProcessSafeForInspection 20 years ago
David Srbecký 6e692e24d1 Removed IsProcessRunningChanged and IsDebuggingChanged from NDebugger 20 years ago
Daniel Grunwald 80c70338c7 Fixed code completion bugs regarding "global::"/"Global". 20 years ago
David Srbecký 97264ff9af Worked on stepping (sometimes it was necessary to step more times) 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
David Srbecký 3a0a26c1b1 Updating my headers 20 years ago
David Srbecký 45fb709e2b Worked on Local variables pad 20 years ago