800 Commits (3897fc0a335430593048267c5cb74d13db7c8efc)

Author SHA1 Message Date
David Srbecký a25838f546 Removed length limitation on unmanaged strings 20 years ago
Markus Palme e6a9f2460f improved vb.net indentation (http://icsharpcode.net/OpenSource/SD/Forum/topic.asp?TOPIC_ID=9042) 20 years ago
Daniel Grunwald a7a4fe10c9 Fixed code completion problems when one referenced assembly has references to other assemblies. 20 years ago
Daniel Grunwald 4d802c718c Worked on SubversionAddIn. 20 years ago
Daniel Grunwald 4e8630a289 Move SubversionAddIn back (doesn't solve my problem with MSBuild) 20 years ago
Daniel Grunwald 6c32136ba2 Moved SubversionAddin. 20 years ago
Daniel Grunwald d08a8b9260 Added <Include> erbauer. 20 years ago
Daniel Grunwald d2e1d6a857 Worked on SubversionAddIn. 20 years ago
Daniel Grunwald c3ace6e866 Fixed code completion bugs with inner classes. 20 years ago
Daniel Grunwald 01675c578c Fixed some issues with code completion and the class browser. 20 years ago
Daniel Grunwald bb7f052797 Fixed some ClassBrowser bugs. Included splashscreen from Korona. 20 years ago
Daniel Grunwald f757e0045c Fixed code completion in files containing character literals like '\xFF'. 20 years ago
Daniel Grunwald aa34af8ced Fixed some small bugs. 20 years ago
Daniel Grunwald 973804ccb4 Fixed C# ExpressionFinder to support generics. 21 years ago
Daniel Grunwald 059e7e904f Added anonymous methods to c# parser. 21 years ago
Daniel Grunwald b78ab08cfb Fixed code completion bugs regarding generic methods. 21 years ago
Mathias Simmack 2265ec1b76 'FormDesigner.addin'patches to access the Customize dialog (I needed some of the new .NET 2.0 controls; these *Strip* things :o)) 21 years ago
Daniel Grunwald 96160bb80d Breakpoints are now a special kind of bookmarks. 21 years ago
Daniel Grunwald 995de1838d Even more performance improvements for the LoadSolutionProjectsThread. Fixed SkipCurrentBlock() in C# lexer. 21 years ago
Daniel Grunwald 8ec53afcbd Improved performance of parser run after opening a solution (really big improvement!!). 21 years ago
Daniel Grunwald daee009454 Resolver is now using ExtractMethod to parse only the current method to get local variables. 21 years ago
Daniel Grunwald 0b5f2e9148 Fixed bug in C# parser that could generate null reference as method invocation argument (+added unit tests). 21 years ago
Daniel Grunwald 2e9bc7c8a2 Fixed string splitting. 21 years ago
Daniel Grunwald e0697cfcdd Implemented ExtendedWebBrowser to get the NewWindow event. 21 years ago
Daniel Grunwald e3883d8088 CurrentAmbience now uses the ambience of CurrentProject. 21 years ago
Daniel Grunwald 5ee7ff51e4 Small bug fixes (StatusBar, ProjectContent). 21 years ago
Daniel Grunwald dd20fc51f7 Display parsing progress in status bar when opening project. 21 years ago
Daniel Grunwald d0400c2e1d Fixed code completion for VB.NET. Implemented LanguageProperties to control case sensivity for project content. 21 years ago
Daniel Grunwald 921a3d3acd Implemented code completion for generics. Fixed code completion for arrays. 21 years ago
Daniel Grunwald 3539fc4de3 Worked on SharpDevelop.Dom (just a step closer to being able to begin working on generics support :)). 21 years ago
Daniel Grunwald f49f5b9f04 Ctrl-Space completion now shows generic type parameters after class name. 21 years ago
Daniel Grunwald a5d79f2499 Worked on SharpDevelop.Dom (merging Implementations/Abstact* and NRefactoryResolver/*) + some bug fixes when creating new projects. 21 years ago
David Srbecký e051794455 Minor fixes 21 years ago
David Srbecký 9c5e0db7aa Debugger stepping made more stable 21 years ago
Daniel Grunwald f17c72e038 Replaced LoadWithPartialName through Assembly.Load, it seems to do the same job in .NET 2.0. 21 years ago
Daniel Grunwald e73b222ff3 ParserService does not lock parsed files anymore. 21 years ago
Daniel Grunwald a2fc15687f Fixed some properties in the project files. 21 years ago
Daniel Grunwald 3291bbb15f Moved debugger pads into their own subcategory in the view menu. 21 years ago
Daniel Grunwald 2bb8881add Fixed project template options. 21 years ago
Daniel Grunwald bbe15432b7 Fixed docking of project options panel. 21 years ago
Daniel Grunwald 90c13fc553 Add definition view pad. 21 years ago
David Srbecký 08279d2016 Property evaluation in the debbuger disabled 21 years ago
Daniel Grunwald ce2c0b3e67 Fixed bug that prevented project scout treeview from redrawing when opening folder without contents. 21 years ago
Daniel Grunwald 8b3d5f9b89 Made tooltip static so only one tooltip can be displayed at one time. 21 years ago
David Srbecký a99c5185e4 * Caching of Variable.CorType 21 years ago
David Srbecký 95b351a8a0 Icons in Local Variables Pad fixed 21 years ago
David Srbecký b03ebfcab8 corDebug.Terminate() crashed the #D on exit 21 years ago
David Srbecký 078cc2744e Release build fixed (but nunit.framework still must be in GAC) 21 years ago
David Srbecký b97b502dba "workingDirectory" and "arguments" used in CreateProcess 21 years ago
David Srbecký f6ddb57440 Debugger Interop updated to Beta 2 21 years ago