60 Commits (df18fef0d31fb75cb54a72079db7dddc71ba9186)

Author SHA1 Message Date
Daniel Grunwald df18fef0d3 AutoHide pads are initalized when they are expanded (not when they are first clicked on). 21 years ago
Daniel Grunwald 1873333ed0 Small bugfixes, updated translation, modified SVNChangeLogToXml to use NSvn instead of svn.exe; created publish.bat which automatically builds SharpDevelop, runs SVNChangeLogToXml and then builds the setup. 21 years ago
Daniel Grunwald 040a8b7582 Use LoggingService instead of Console.WriteLine. 21 years ago
Daniel Grunwald b7c53722fe Copy GacUtil2 to tools directory. 21 years ago
Daniel Grunwald 71f2d912ec Cut/Copy/Paste menu+toolbar commands now also work for normal text boxes and combo boxes (e.g. on the project's property pages). 21 years ago
Daniel Grunwald 83d7b3301e Fixed SD2-405: Invisible menu item can be run by shortcut. 21 years ago
Daniel Grunwald 20199d196a Fixed SD2-401: Using aliases for classes. 21 years ago
Daniel Grunwald 34dfa86a93 Update default layouts. Fixed help document highlighting. 21 years ago
Daniel Grunwald a7780f0bec Made HtmlHelp2 addin use the normal search results pad. 21 years ago
Daniel Grunwald 737cbb83df Remove some Console.WriteLine() calls; catch some exceptions which previously were ignored silently or just dumped to the console. 21 years ago
Daniel Grunwald 6284ddd531 Made Help addin use the default browser view content. (moved advanced toolbar from help addin to Base) 21 years ago
Daniel Grunwald f4023665c8 Added XmlEditor addin. 21 years ago
Daniel Grunwald 6c7b1d237c Added checks for invalid filenames. (SD2-394) 21 years ago
Daniel Grunwald 8da1d5c7cc Fixed SD2-384 and SD2-386. 21 years ago
Mike Krüger c95b0c7975 nunit pad now working. 21 years ago
Mike Krüger 635349f5ca Errorlist labels are now updated. 21 years ago
Daniel Grunwald c27ee76994 Small bug fixes. 21 years ago
Daniel Grunwald 2cdb101e4a Improved prjx imported. 21 years ago
Daniel Grunwald b414c2c33a Fixed some resolver bugs. 21 years ago
Daniel Grunwald 3d3b57eec6 Fixed parser crash introduced in last revision. 21 years ago
Daniel Grunwald 331c44292e Applied new header to all source files. 21 years ago
Daniel Grunwald a680c1fcfd Added code completion for attributes. 21 years ago
Daniel Grunwald 6dbad22c85 Added support for My.Forms. 21 years ago
Daniel Grunwald e0ba9a5f35 Improved code completion. 21 years ago
Daniel Grunwald 6490c0c38b Small improvements. 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
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 d2e1d6a857 Worked on SubversionAddIn. 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 67837d7f39 Renamed FileUtility.IsEqualFile to FileUtility.IsEqualFileName (this was a successful test of 'rename'). 21 years ago
Daniel Grunwald da478ba25f Fixed assertion when parsing method declaration with an unnamed parameter (when the user is still typing): use name '?' instead. 21 years ago
Daniel Grunwald 5ee7ff51e4 Small bug fixes (StatusBar, ProjectContent). 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
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 2bb8881add Fixed project template options. 21 years ago
Daniel Grunwald 90c13fc553 Add definition view pad. 21 years ago
Daniel Grunwald b5cc91e62e Fixed MessageView bug. 21 years ago
Andrea Paatz 89345c7670 fixed bug in propertygrid 21 years ago
Mike Krüger d8031d2d2f the compiler message view now uses our text editor. 21 years ago
Mike Krüger 0a625baf52 Worked on code completion layer. 21 years ago
Mike Krüger 3538eae26a The refactoring of the upper code completion layer has begun ... 21 years ago
Mike Krüger beb1629bd4 project contents can now reference other project contents (greatly reducing loading times/memory consumption). XmlDocumentation is now loaded & cached (greatly increasing loading times/memory consumption). 21 years ago
Mike Krüger 7a62a9c9d9 Fixed compilation bug. 21 years ago
Mike Krüger 792856b8df Fixed property grid bug (caused by lazy loading)." 21 years ago
Mike Krüger e9c105a4e2 Worked on #D 21 years ago
Mike Krüger 77802490a8 overworked task subsystem a bit. 21 years ago