1955 Commits (3f70bb79388bfdb64e59978a1edf365499638cba)
 

Author SHA1 Message Date
Markus Palme 3f70bb7938 removed old components from data tab 19 years ago
Daniel Grunwald 02ad6da28f Add standalone C# code completion example. 19 years ago
Markus Palme fa229d846e fixed the example 19 years ago
Daniel Grunwald 6d85e67099 Speed up folding code a bit. 19 years ago
Markus Palme 9b8e8de67b added SharpCoco source code 19 years ago
Markus Palme c72b88aa50 keep directory 19 years ago
Markus Palme 2a40620a58 fixed parser generation 19 years ago
Markus Palme af50fcaf60 removed sharpcoco binary because it's not used. removed sharpcoco source code because it doesn't match the version used. 19 years ago
Daniel Grunwald fd2977e83d Pass SideBar tab headers to StringParser. 19 years ago
Christoph Wille dc9379b366 component added (level 1) 19 years ago
Daniel Grunwald 519c18a986 Move SideBar and AutoHide to ICSharpCode.SharpDevelop.Widgets. 19 years ago
Christoph Wille 0e274e98a8 8.3 compliance 19 years ago
Christoph Wille d9d25a34ee icsharpcode.sharpdevelop.widgets.dll added to setup 19 years ago
Daniel Grunwald cec58a8ed4 Fixed ExpressionFinder unit test, added unit tests for folding manager. 19 years ago
Daniel Grunwald 8780d88ec4 Add Boo interpreter back to solution. 19 years ago
Christoph Wille 923cb7b9f5 removed removed files 19 years ago
Daniel Grunwald 31f75600a2 Add ICSharpCode.SharpDevelop.Widgets, move debugging-related classes to ICSharpCode.SharpDevelop.Debugging. 19 years ago
Markus Palme 7f5f7ceae8 more arrays list replaced with generic lists 19 years ago
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