540 Commits (a81823f68329534e17ec5b2670b78feb94336f13)
 

Author SHA1 Message Date
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
Daniel Grunwald 0c9ebf6dc2 Reduced number of allocations: 20 years ago
Mathias Simmack 091e1d2610 dynamic help: debug info enabled; using other ResolveResult types to get more info 20 years ago
Mike Krüger 452b741835 Fixed SD2-419:C# Parser bug (methodBase is ConstructorInfo ? #ctor : methodBase.Name). 20 years ago
Mike Krüger 0e42d49abe SharpRefactory tests are now running under MbUnit. 20 years ago
Daniel Grunwald 65ac905148 Fixed SD2-439: VB.Net event handlers are lost. 20 years ago
Daniel Grunwald 9854f92d06 Show error message when going to designer mode in a file with syntax errors instead of displaying an empty form. 20 years ago
Matt Ward 09daff2a33 SD2-437. Source code now generated in InitializeComponent method for non-visual components. 20 years ago
Mathias Simmack b9ae31af01 dynamic help: some scripting improvements 20 years ago
Mathias Simmack 4cfa438cc1 I changed some of the CSharp namespace names; there are no bug fixes in this upload 20 years ago
Daniel Grunwald ee32c33db4 Fixed some bugs. 20 years ago
Mathias Simmack c115d07ebf dynamic help: I forgot the 3 images for the toolstrip (required to compile) and the HTML file and the 2 *Book.png images for the dynamic help (required to use DH) 20 years ago
Mathias Simmack 39c8f1ca1a dynamic help: added support for Help 2.0 namespace reloading 20 years ago
Mathias Simmack faaf94408d dynamic help changed and ready to use 20 years ago
David Srbecký 1660fd6f02 Implemented hiding of status strip in fullscreen. 20 years ago
Daniel Grunwald da62a3f37c Improved overload resolution by implementing 14.4.2.2 Better function member. 20 years ago
David Srbecký cb8ee9af07 Implemented hiding of main menu and toolbar in fullscreen 20 years ago
David Srbecký 603a58a350 Unavailable variables in debugger handled gracefully 20 years ago
David Srbecký 4bdac6de02 Fixed bug that was caused by breakpoints set on non-executable lines 20 years ago
David Srbecký 00b338e73f Fixed bug that was caused by static variables maked as ThreadStatic 20 years ago
Daniel Grunwald 395257996d Implement type argument inference for generic method calls. 20 years ago
Daniel Grunwald 022170d1a1 Fixed "copy/cut/paste" in context menus. 20 years ago