2237 Commits (51e43f4b74da4dc3fbca0b12d145962a4438ea8f)
 

Author SHA1 Message Date
Daniel Grunwald 819f30e1da Fixed file headers. 19 years ago
Markus Palme a1543c981e removed unused import statements 19 years ago
Daniel Grunwald a364505d14 Fixed unit test build. 19 years ago
Daniel Grunwald 3363abd941 Rename namespace for classes inside ICSharpCode.SharpDevelop.dll: ICSharpCode.Core -> ICSharpCode.SharpDevelop 19 years ago
Markus Palme 79889f6620 forum 12715 19 years ago
Markus Palme 64eae0f20b cleanup; converted array lists to generic lists 19 years ago
Daniel Grunwald 7ce88146dc Move Ambience and ExpressionFinder to ICSharpCode.SharpDevelop.Dom 19 years ago
Markus Palme 60960bec85 removed html export; removed obsolete files; replaced array lists with generic lists 19 years ago
Markus Palme 1dc51241d5 cleanup 19 years ago
Markus Palme 98a8a27b7b removed shell.png from resource list 19 years ago
Markus Palme e5bddcf157 cleanup; fixed the build 19 years ago
Markus Palme e1c3c5f792 cleanup 19 years ago
Markus Palme 91f92a19f2 cleanup 19 years ago
Markus Palme 58a4e84c3b replaced array list with generic lists; cleanup 19 years ago
Daniel Grunwald e45e18552f Remove duplicated code in FontSelectionPanel and GeneralTextEditorPanel. 19 years ago
Daniel Grunwald 92391e4960 Lazy-loading for IDE option panels. 19 years ago
Daniel Grunwald c0b803d954 Show "loading..." while font list is loading. 19 years ago
Daniel Grunwald 2af45ce811 Load list of available fonts on separate thread - speeds up opening the text editor options panel. 19 years ago
Markus Palme 9c565052a2 removed the tip of the day dialog 19 years ago
Matt Ward 92d41a2bd7 Fixed SD2-859 - Properties panel in new file dialog not hidden when category changed. 19 years ago
Matt Ward b496daa5e1 Fixed SD2-1171 - Cancelling the Add File to Project dialog opens the New File Dialog. Modified the custom dialog so the escape key closes it if no cancel button has been defined. 19 years ago
Daniel Grunwald bd84127e89 Type parameters are now included in CtrlSpace list. 19 years ago
Peter Forstmeier 14de0ac3da Basic implementation of 'ReportViewer', a Control to display zoomable Preview, this Preview acts also as a Test Frontend for Exporting features like PDF,HTML.Until now, only TextBased Items can be displayed but graphics and function's will follow soon. 19 years ago
Matt Ward 35546c0348 Fixed SD2-998 - Find or replace all in all open documents hangs SharpDevelop if two or more text files are open. The new docking library does not set the ActiveWorkbenchWindow until certain windows messages have been processed which caused the AllOpenDocumentIterator class to not be able to change the active window and kept the search stuck in an infinite loop. The AllOpenDocumentIterator class has been modified to use an index to determine the currently searched document window rather than relying on the ActiveWorkbenchWindow. 19 years ago
Daniel Grunwald 53739a9c31 Fixed forum-12661: Missing parenthesis when converting CastExpression from VB to C#. 19 years ago
Christian Hornung 0dee13342f ResourceToolkit: Provide '{res' as code completion when typing '$' in an ICSharpCore.Core based project. 19 years ago
Daniel Grunwald 42ab1e46fb Fixed NullReferenceException when implicit reference (like Microsoft.VisualBasic in VB projects) cannot be loaded for code-completion. 19 years ago
Dickon Field 2776cc0363 Added backgroundworker for loading metadata from connection, and added progress indicators in the form or varying length ellipses after the 'loading' message. Also added obj and bin directories to ignore list. 19 years ago
Daniel Grunwald 118f3cc121 Update to boo-0.7.6.2351 19 years ago
Daniel Grunwald b222c73868 Fixed SD2-1164: Code completion doesn't appears for referenced projects namespaces content. 19 years ago
Daniel Grunwald 9ebcd55fb8 Fixed SD2-887: Converting VS 2003 project with special characters makes the project unusable 19 years ago
Christian Hornung 1fabc19dbd Fixed SD2-1107: InvalidEnumArgumentException when making form localizable and text alignment set to TopRight. 19 years ago
Matt Ward 289024562e Fixed SD2-1113 - Running an xsl transform containing an xsl:strip-space element throws an XslTransform exception. The input xml is now loaded into an XmlReader so the white space can be stripped during the transform. 19 years ago
Daniel Grunwald c9a44af42a Replace MenuBuilder with <Include> - prevents WixBinding from being loaded at SharpDevelop startup 19 years ago
Daniel Grunwald 75ccdb10ea ICSharpCode.Core: For <MenuItem type="CheckBox">, the checked attribute can now be specified. Doing so enables lazy loading by using that value as default (until the item is clicked). The value can depend on properties stored in the PropertyService. 19 years ago
Matt Ward 4a197ee962 Adding child elements, inserting elements before and after the currently selected element are now possible in the XML tree editor. 19 years ago
Daniel Grunwald 60481970fb Fixed indentation problem introduced in revision 1926 19 years ago
Daniel Grunwald 6f8dff4b67 Fixed various translation issues. 19 years ago
Daniel Grunwald 11bde7c539 Fixed SD2-1011: If statement indentation when no bracket used. 19 years ago
Daniel Grunwald 70a9f05362 Fixed SD2-1142: Indentation removes comments in VB code. 19 years ago
Matt Ward 4db70538d8 Adding and removing attributes from the XML tree editor is now possible. 19 years ago
David Srbecký 7e4e728e71 Fixed threads pad 19 years ago
David Srbecký 1e6c8c82f3 Fixed SD2-1151 (correction) 19 years ago
David Srbecký 1b40728dac Fixed SD2-1151: Debugger thrown exception stepping into a simple VB project code and trying to stop it. 19 years ago
David Srbecký 99826d886b Fixed SD2-1102: Debugger thrown 'Process was terminated.' exception when stopping the debugee; (Can not reproduce; guessing) 19 years ago
David Srbecký d6249abed9 Fixed SD2-952: Breaking threaded console application throws exception. 19 years ago
Dickon Field 9c122eb9b0 Backgrounded metadata load from file operation 19 years ago
Christian Hornung a4574b29cb ResourceToolkit: 19 years ago
Daniel Grunwald dfe345a6f8 TextArea.IsInputChar now always returns true. This fixes SD2-747: Form containing the text editor and a button with a shortcut 19 years ago
Matt Ward 7c91f4078b Minor modifications to the C# unit test temlate - Using statements are now in alphabetical order and the .Tests string is no longer appended to the unit test class namespace. 19 years ago