3022 Commits (91069acffda0aeb655b9a4d892fe714088e686ba)

Author SHA1 Message Date
David Srbecký f426662c90 Refactoring function.cs 21 years ago
David Srbecký d110f9161e A bit work on properties 21 years ago
Daniel Grunwald 5ca1f5bdc2 Parser now inserts documentation into the AST. 21 years ago
Daniel Grunwald 45bead5f28 C# <-> VB.Net converters now convert comments. 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
David Srbecký 563d57b57d Added MyProxy, preparing NDebugger for MTA 21 years ago
David Srbecký f2a679cf02 Playing with Remoting 2 21 years ago
David Srbecký 687dc23e38 Playing with Remoting 21 years ago
David Srbecký 224b69817a Added custom Remoting sinks 21 years ago
David Srbecký 809b9fd96c Debugger made less static 2 21 years ago
David Srbecký 78d62ad595 Debugger made less static 21 years ago
David Srbecký a25838f546 Removed length limitation on unmanaged strings 21 years ago
Markus Palme e6a9f2460f improved vb.net indentation (http://icsharpcode.net/OpenSource/SD/Forum/topic.asp?TOPIC_ID=9042) 21 years ago
Daniel Grunwald a7a4fe10c9 Fixed code completion problems when one referenced assembly has references to other assemblies. 21 years ago
Daniel Grunwald 4d802c718c Worked on SubversionAddIn. 21 years ago
Daniel Grunwald 4e8630a289 Move SubversionAddIn back (doesn't solve my problem with MSBuild) 21 years ago
Daniel Grunwald 6c32136ba2 Moved SubversionAddin. 21 years ago
Daniel Grunwald d08a8b9260 Added <Include> erbauer. 21 years ago
Daniel Grunwald d2e1d6a857 Worked on SubversionAddIn. 21 years ago
Daniel Grunwald c3ace6e866 Fixed code completion bugs with inner classes. 21 years ago
Daniel Grunwald 01675c578c Fixed some issues with code completion and the class browser. 21 years ago
Daniel Grunwald bb7f052797 Fixed some ClassBrowser bugs. Included splashscreen from Korona. 21 years ago
Daniel Grunwald f757e0045c Fixed code completion in files containing character literals like '\xFF'. 21 years ago
Daniel Grunwald aa34af8ced Fixed some small bugs. 21 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