67 Commits (dbdb75e4a68f7e4330bbdd55b9d6f6b1524ef414)

Author SHA1 Message Date
Daniel Grunwald dbdb75e4a6 Fix RichTextModel.UpdateOffsets() 12 years ago
Daniel Grunwald efd7e21b10 Introduce 'RichText' class and use it in new output pad API. 12 years ago
Siegfried Pammer 3e96d7a6ea Add easier usable API for SearchPanel built into AvalonEdit 12 years ago
Daniel Grunwald 918582348c Fix compiler warnings. 12 years ago
Daniel Grunwald a2bfa48520 Use InvokeAsyncAndForget() instead of InvokeAsync().FireAndForget(). 13 years ago
Peter Forstmeier a8e2c54257 Rename Files 13 years ago
Peter Forstmeier e2f66561ab CompilerMessageView.cs reacts on new OnPropertyChange from FontSize and Font family 13 years ago
Peter Forstmeier f0ef718865 Remove dependency to System.Drawing.Font. 13 years ago
Peter Forstmeier 12dd9699f6 rename some obsolete classes to old_XY 13 years ago
Peter Forstmeier ab895ec3e1 CompilerMessageView.cs make use of OutputWindowOptionsPanelXaml.xaml.cs 13 years ago
Daniel Grunwald 6950976e53 Fix a couple of compiler warnings. 13 years ago
Daniel Grunwald 760a2ae10b Remove more usages of WorkbenchSingleton. 13 years ago
Daniel Grunwald 643223761d Move MultiHighlighter to AvalonEdit.AddIn 13 years ago
Daniel Grunwald 7f18d1d432 Remove usages of WorkbenchSingleton. 13 years ago
Daniel Grunwald a224739c79 Replace some WorkbenchSingleton usages with the SD5 API. 13 years ago
Daniel Grunwald 1f43c620d2 Add IWinFormsService interface to wrap ICSharpCode.Core.WinForms. 13 years ago
Daniel Grunwald a3f61c855f Move workbench-related classes into new 'Workbench' namespace. 13 years ago
Daniel Grunwald 7aea1ca75e Rewritten ICSharpCode.Core.Properties: 14 years ago
Siegfried Pammer 1a5cd796f4 fix setting sync bug in output window 14 years ago
Daniel Grunwald 821bb6e6e7 Don't expose LinkElementGenerator.GetMatch(). 14 years ago
Siegfried Pammer 90dc21d60a added SD-790 - Output window text search 14 years ago
Siegfried Pammer 8c64954a06 move OutputPad to WPF based on AvalonEdit 14 years ago
Daniel Grunwald f5780c2944 Apply new file headers 15 years ago
Daniel Grunwald c39c8ddc05 Don't show output pad when building. 16 years ago
Daniel Grunwald 4c485fabf7 Rename Content property back to Control (IViewContent, IPadContent, IOptionsPanel) to prevent the C# compiler from automatically picking up a Content property from a base class. 16 years ago
Daniel Grunwald ea1c893a4a Reduce memory consumption of CompilerMessageView. Related to SD2-1450 (Large amounts of output cause OutOfMemoryException). 17 years ago
Daniel Grunwald c7993c90f4 Make pads listen to language change, fixed memory leak in PresentationResourceService. 17 years ago
Daniel Grunwald 3bd1ab5517 SD2-1342: Remove Windows.Forms dependency from ICSharpCode.Core 17 years ago
Daniel Grunwald 6beeb1734d Move P/Invoke calls to NativeMethods.cs. 18 years ago
Daniel Grunwald 15d7aadd27 Worked on SD2-1234: Create common way to handle in-memory representations of files that have multiple views. 19 years ago
Scott Ferrett 0b2fc43b68 Clear error messages from the Output pad when a new solution is loaded 19 years ago
Markus Palme a1543c981e removed unused import statements 19 years ago
Daniel Grunwald c9ecec41f3 Put ICSharpCode.SharpDevelop.Dom in a separate assembly. 19 years ago
Daniel Grunwald 941c45808b Make Consolas the default font on Vista. 19 years ago
Daniel Grunwald 6050a6bda4 Moved some more strings to translation database. Windows Service template now contains installer class. 19 years ago
Daniel Grunwald 6cdf5d7ab8 Parse CompilerMessageView text on category change correctly. 19 years ago
Daniel Grunwald f678d9c8c7 More untranslated strings moved to the translation database, fixed SD2-838: Untranslated resource strings in output window 19 years ago
Daniel Grunwald 6ebc9f8514 Fixed SD2-793: Output window showing incorrect unit test output text 19 years ago
Daniel Grunwald 32c383fffc Fixed SD2-753: Output window does not autoscroll when it does not have focus 20 years ago
Daniel Grunwald 94d5e5bc08 Switch from MbUnit to NUnit: 20 years ago
Daniel Grunwald 4ac89b6905 Overworked form designer assembly loading a bit. Showing the custom components in the tools pad no longer causes the assembly to be loaded, it is loaded only when the component in the toolbox is activated. 20 years ago
Daniel Grunwald 32abb6ee5a Change file header. 20 years ago
Daniel Grunwald 46f232a188 Use IntPtr instead of int in SendMessage P/Invoke declaration. 20 years ago
Daniel Grunwald b036e9d48f Fixed SD2-573: Editing menu item text in place 20 years ago
Daniel Grunwald 2e2e17e634 Fixed SD2-595: Replace in files must use same Encoding detection as text editor 20 years ago
Daniel Grunwald ea52117d70 Fixed SD2-525: Changing the output Window font changes the text editor window font. 20 years ago
Matt Ward c116e87013 Removed LoggingService.Debug calls from CompilerMessageView. 20 years ago
Matt Ward fce237bd28 Fixed duplicate items in output pad due to race condition in CompilerMessageView. Addins that use the output pad changed to bring pad to front before adding messages to it. Added NAnt build file filter when opening files. 20 years ago
Daniel Grunwald 9d3e4e8eab Some changes to resources / font loading. 20 years ago
Daniel Grunwald 953c951b3f Fixed SD2-503: WindowActive condition fails 20 years ago