561 Commits (a6dfc69c0cf3b492daddcca79bd21489d5ea36ec)
 

Author SHA1 Message Date
Daniel Grunwald 6c6d72de24 Fixed SD2-457: C# lexer crash on "0x" 20 years ago
Daniel Grunwald f4fa1ef613 Switched to NUnit for the NRefactory tests because Mike failed to tell me why he switched to MbUnit and broke ~20 Tests. 20 years ago
Daniel Grunwald 3df4fb54ce Fixed SD2-461: Cannot build projects with umlauts 20 years ago
Daniel Grunwald 04c0bebd07 The "Load solution" and "New solution" buttons on the start page now work even when JavaScript is disabled in Internet Explorer. 20 years ago
Daniel Grunwald ec3966a4ea Fixed exception when importing VS.NET project without ".user" file. 20 years ago
David Srbecký 47adfb89f7 Fixed bug that prevented recompiling due to files locked by the debugger 20 years ago
Matt Ward e928f20176 MbUnit Pad additions - Goto definition implemented, error list displayed after a test run with errors, and after a build the test tree auto-refreshes. 20 years ago
Mathias Simmack b805da617f Help 2.0: solution structure changed (you can enable the Dynamic Help by copying the new Addin file) 20 years ago
Mathias Simmack 7c59ad1435 dynamic help: some improvements, works with expressions now (ignores documents with more than 1 DevLang attribute) 20 years ago
Mathias Simmack e228fd2bc1 Help 2.0: context.html updated 20 years ago
Daniel Grunwald 283a39e280 Fixed SD2-425: Improve project options 20 years ago
Daniel Grunwald 85855fb8fd Put ProjectImports into the translation database. 20 years ago
Daniel Grunwald 830e2bf7c5 Worked on SD2-425 (Improve project options): you can now choose in which section the OutputPath property is stored. 20 years ago
Markus Palme 42948ac62a added list of project namespaces 20 years ago
Markus Palme 64c1f4f6a8 added vb.net projectlevel-imports option panel 20 years ago
Daniel Grunwald 76d0e4da6c Allow user to choose configuration and platform in the project options. (part of SD2-425) 20 years ago
Mathias Simmack 9b5819d2fb Help 2.0: some little fixes 20 years ago
Daniel Grunwald 68f7c01970 Fixed some P/Invoke declarations where FxCop complained they weren't portable to 64bit and some other complaints from FxCop. 20 years ago
Daniel Grunwald 2f79395791 Applied Fidalgo rev. 2075 20 years ago
Matt Ward befee650b3 Added 'Stop tests' toolbar button and context menus to the MbUnit pad. Go to definition context menu command is not currently working. 20 years ago
Daniel Grunwald cb26b53fa0 Fixed crash when using the "DefaultDebugger" instead of the debugger addin. 20 years ago
Daniel Grunwald 2818a84d16 Fixed SD-371: Adding empty combine to a combine causes exception 20 years ago
Mathias Simmack 52d9113431 dynamic help: fixed a little problem with the 'helpResults' bool 20 years ago
Daniel Grunwald 1df303a5a0 Fixed SD2-451: Exception thrown when adding new event handler. 20 years ago
Daniel Grunwald 9169d53913 Improved project options (more strings translatable, reference paths tab works now) 20 years ago
Mathias Simmack db77b810b2 dynamic help: fixed a problem with the Project language 20 years ago
Daniel Grunwald 6af13353d5 Use InvariantCulture for string comparisons - fixes problems with Turkish locale settings. 20 years ago
Mathias Simmack af29d284b8 dynamic help: uses default entries (s. revision 489), uses the Project language to limit the help results 20 years ago
Mathias Simmack cfc3ab3490 dynamic help: created new XML file with default entries (if you want to use it, copy it into the Addin folder) 20 years ago
Daniel Grunwald 983cd66df0 Put more strings into the translation database. 20 years ago
Daniel Grunwald 4b0f6b5a2e Application and Signing project options panels now use the translation database. 20 years ago
Mathias Simmack 3f4ae1490c tried to fix a Virtual PC (no SDK) crash; HiliteMatches restored for testing (it doesn't work here :o( ) 20 years ago
Mathias Simmack 3d0b29be33 disable 'highlight matching topics' because it doesn't work with the WebBrowser control 20 years ago
Matt Ward 8a1e782474 File was not being identified as a 'code behind file' if it existed in a subfolder. 20 years ago
Daniel Grunwald 489fd682f1 Ignore .svn folders when creating setup. 20 years ago
Daniel Grunwald 311b812ccb Add prepareRelease.bat (creates ChangeLog.xml and REVISION file) 20 years ago
Daniel Grunwald 42f00603da Fixed InterfaceImplementorCodeGenerator bug (override keyword). 20 years ago
Matt Ward 5e9b5901f2 SD2-438. Form designer now creating, loading and saving resources. 20 years ago
Mike Krüger 748cb314ca Fixed SD2-402:Toolbar in bookmark pad. 20 years ago
Mathias Simmack b67164978b some changes/fixes, LoggingService used 20 years ago
Daniel Grunwald d43964af7c Allow addins to have their project/file templates stored in the addin directory. 20 years ago
Mathias Simmack 4d7308244b dynamic help: new method/type detection (by Robert_G, Delphi-PRAXiS) used for Forms designer support 20 years ago
Daniel Grunwald 374101ad6c Allow find references and rename for local variables and parameters. 20 years ago
Daniel Grunwald 0b8a094265 Fixed find references on private members in partial classes. 20 years ago
Mathias Simmack b67a0b9d33 dynamic help: sorting implemented, some other fixed 20 years ago
Daniel Grunwald a3cca20f00 Renamed InvocationExpression.Parameters to InvocationExpression.Arguments. 20 years ago
Daniel Grunwald 3f4c0950f2 When renaming a field, ask the user if he also wants to the rename the property. 20 years ago
Mathias Simmack e4832b28fa dynamic help: some changes and fixes and (I hope) improvements 20 years ago
Mathias Simmack 310e1cc9b1 dynamic help: Forms designer support added; some more improvements 20 years ago
Mathias Simmack fb857926f3 PropertyPad: SelectedGridItemChanged event for Dynamic Help added 20 years ago