161
I Use This!
Inactive

Commits : Listings

Analyzed about 18 hours ago. based on code collected 1 day ago.
Aug 22, 2025 — Aug 22, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Use InvariantCulture for string comparisons - fixes problems with Turkish locale settings. More... almost 21 years ago
dynamic help: uses default entries (s. revision 489), uses the Project language to limit the help results More... almost 21 years ago
dynamic help: created new XML file with default entries (if you want to use it, copy it into the Addin folder) More... almost 21 years ago
Put more strings into the translation database. More... almost 21 years ago
Application and Signing project options panels now use the translation database. More... almost 21 years ago
tried to fix a Virtual PC (no SDK) crash; HiliteMatches restored for testing (it doesn't work here :o( ) More... almost 21 years ago
disable 'highlight matching topics' because it doesn't work with the WebBrowser control More... almost 21 years ago
File was not being identified as a 'code behind file' if it existed in a subfolder. More... almost 21 years ago
Ignore .svn folders when creating setup. More... almost 21 years ago
Add prepareRelease.bat (creates ChangeLog.xml and REVISION file) More... almost 21 years ago
Fixed InterfaceImplementorCodeGenerator bug (override keyword). More... almost 21 years ago
SD2-438. Form designer now creating, loading and saving resources. More... almost 21 years ago
Fixed SD2-402:Toolbar in bookmark pad. More... almost 21 years ago
some changes/fixes, LoggingService used More... almost 21 years ago
Allow addins to have their project/file templates stored in the addin directory. More... almost 21 years ago
dynamic help: new method/type detection (by Robert_G, Delphi-PRAXiS) used for Forms designer support More... almost 21 years ago
Allow find references and rename for local variables and parameters. More... almost 21 years ago
Fixed find references on private members in partial classes. More... almost 21 years ago
dynamic help: sorting implemented, some other fixed More... almost 21 years ago
Renamed InvocationExpression.Parameters to InvocationExpression.Arguments. Fixed bug that caused SharpDevelop to add byte order marks to plain ASCII files when UTF-8 was chosen as default encoding. More... almost 21 years ago
When renaming a field, ask the user if he also wants to the rename the property. More... almost 21 years ago
dynamic help: some changes and fixes and (I hope) improvements More... almost 21 years ago
dynamic help: Forms designer support added; some more improvements More... almost 21 years ago
PropertyPad: SelectedGridItemChanged event for Dynamic Help added More... almost 21 years ago
Reduced number of allocations: - do not load xml documentation keys into memory but load only the hash code and keep everything else cached on disk. - made Dom's region a value-type. - do not create a SortedList<string, IReturnType> for every using statement but only when the using statements actually uses aliases. Overall SD should use ca. 10 MB RAM less when working on a big solution like SharpDevelop.sln. More... almost 21 years ago
dynamic help: debug info enabled; using other ResolveResult types to get more info More... almost 21 years ago
Fixed SD2-419:C# Parser bug (methodBase is ConstructorInfo ? #ctor : methodBase.Name). More... almost 21 years ago
SharpRefactory tests are now running under MbUnit. More... almost 21 years ago
Fixed SD2-439: VB.Net event handlers are lost. Save layout configuration before switching layout by starting debugger or pressing Shift+Escape. More... almost 21 years ago
Show error message when going to designer mode in a file with syntax errors instead of displaying an empty form. More... almost 21 years ago