Siegfried Pammer
|
394166496e
|
added AutoInsertBlockEnd option to options dialog
|
14 years ago |
Siegfried Pammer
|
71db1c62ac
|
fix NullReferenceException in DisplayCaretHighlightAnimation
|
14 years ago |
Siegfried Pammer
|
2064ac350c
|
fix warning in PerformanceCounterDescriptor
|
14 years ago |
PeterForstmeier
|
02cb93910b
|
Extend CodeQuality/Src/MainWindowModel.cs with Menu
|
14 years ago |
PeterForstmeier
|
f52969bef6
|
WaitCursor in CodeQuality/Src/MainWindow.xaml
|
14 years ago |
PeterForstmeier
|
73bd16d006
|
CodeQuality/TreeMaps/Controls/TreeMapsPanel.cs override OnRender to show WaitCursor
|
14 years ago |
PeterForstmeier
|
9a897d3fae
|
Missing File
|
14 years ago |
PeterForstmeier
|
3f5f683032
|
DebugOptions Panel
|
14 years ago |
PeterForstmeier
|
2ea859e545
|
DebugOptions.cs
|
14 years ago |
PeterForstmeier
|
fc47f092d2
|
Cleanup
|
14 years ago |
Siegfried Pammer
|
ac717c602d
|
allow ShowHiddenDefinitions to be used independently from HighlightBrackets setting
|
14 years ago |
Siegfried Pammer
|
6bbb231db8
|
add EnableVirtualSpace setting to options dialog
|
14 years ago |
Matt Ward
|
fcd870f77d
|
Fix argument null exception in caret references renderer when finding references and last resolve result has been set to null.
|
14 years ago |
Siegfried Pammer
|
b32b727800
|
SearchPanel should insert selected text into the SearchPanel when pressing Ctrl+F (suggested by ThaiGIS)
|
14 years ago |
Siegfried Pammer
|
bc17c3e8ba
|
add some fault tolerance to BackgroundGeometryBuilder
|
14 years ago |
Siegfried Pammer
|
3c7c5d703f
|
fix SD-1873 - Unhandled WPF Exception when deleting text in text editor
|
14 years ago |
Siegfried Pammer
|
12493b5b49
|
fixed bugs in RectangleSelection and SimpleSelection
|
14 years ago |
Matt Ward
|
c6d9b445d7
|
Fix null reference exception when opening the debugging options panel and Step over all properties is true.
|
14 years ago |
Siegfried Pammer
|
e1a6f2b746
|
fix problem with readonly directories, when trying to profile executable in %PROGRAMFILES%
|
14 years ago |
Siegfried Pammer
|
51c3a092dd
|
fixed unit tests
|
14 years ago |
Siegfried Pammer
|
63bbc50e24
|
fixed some compiler warnings
|
14 years ago |
Siegfried Pammer
|
4457c68054
|
integrate changes for virtual space into SharpDevelop
|
14 years ago |
Siegfried Pammer
|
b7bfda0539
|
fixed warnings and added missing documentation
|
14 years ago |
Siegfried Pammer
|
a92e43c389
|
finished implementation of virtual space
|
14 years ago |
Siegfried Pammer
|
b32efa69cf
|
add support for Backspace and Delete in virtual space
|
14 years ago |
Siegfried Pammer
|
b677f75db0
|
continuing work on virtual space. Adjusted BackgroundGeometryBuilder and text input.
|
14 years ago |
Daniel Grunwald
|
b2a774f77b
|
Refactored the selection API; preparing for improving the rectangular selection.
|
14 years ago |
Daniel Grunwald
|
600ba51dab
|
AvalonEdit: Initial implementation of virtual space.
|
14 years ago |
PeterForstmeier
|
5f77498cc6
|
Merge branch 'master' of github.com:icsharpcode/SharpDevelop
|
14 years ago |
PeterForstmeier
|
cee7c8d18c
|
Change from ListView to ListBox in AddServiceReferenceDialog.xaml and AdvancedServiceDialog.xaml
|
14 years ago |
Matt Ward
|
8701d91dd8
|
Add MSpec addin to installer.
|
14 years ago |
Matt Ward
|
e7d03f328e
|
MSpec addin assembly version number now uses common SharpDevelop version number.
|
14 years ago |
Matt Ward
|
623d220c4b
|
Add MSpec addin to main SharpDevelop solution.
|
14 years ago |
Matt Ward
|
b852907e7d
|
Merge Machine.Specifications (MSpec) addin created by Tomasz Tretkowski.
|
14 years ago |
Tomasz Tretkowski
|
4ee5dbaffb
|
Machine.Specifications upgraded to version 5.3.0
|
14 years ago |
Tomasz Tretkowski
|
78810e8a6b
|
Machine.Specifications reference assemblies shufling.
Machine.Specifications goes to Tools/Machine.Specifications
Others go to Libraries inside Machine.Specifications directory.
|
14 years ago |
Tomasz Tretkowski
|
2ae8712a97
|
Displaying mspec test specifications which are not implemented or marked with Ignore attribute as ignored.
|
14 years ago |
PeterForstmeier
|
9b7c109937
|
Checkable ListView in AdvancedServiceDialog.xaml
|
14 years ago |
PeterForstmeier
|
7784f273da
|
Set Icon's for ServiceMethods in AddServiceReferenceDialog.xaml/ListView
|
14 years ago |
PeterForstmeier
|
32ff71c147
|
AdvancedServiceDialog.xaml (ChildDialog of AddServiceReferenceDialog.xaml
|
14 years ago |
Matt Ward
|
258f6f7529
|
Fix unit tests not being run when the 'Run all tests' menu item is selected but the Unit Tests window has not been opened.
|
14 years ago |
Matt Ward
|
343a5cb579
|
Remove NUnit reference from SharpReports.
|
14 years ago |
Matt Ward
|
11200c3308
|
Update to IronPython 2.7.1
|
14 years ago |
Matt Ward
|
cdffb2319c
|
Fix string resource not being replaced in Output window when a COM reference is added to a project.
|
14 years ago |
Matt Ward
|
d5c521dd7c
|
Support COM references with hex version numbers.
|
14 years ago |
Siegfried Pammer
|
fd4a575bd9
|
fix SD-1489 - Document reload due to external changes removes all bookmarks
|
14 years ago |
Siegfried Pammer
|
046d5a986d
|
fix special case when rendering selection at virtual line breaks (word wrap) with Show Spaces enabled
|
14 years ago |
Siegfried Pammer
|
22ed6e1093
|
handle SearchPatternException in SearchAndReplacePanel
|
14 years ago |
Tomasz Tretkowski
|
f8e392c5ab
|
Set local copy to false for project references of MachineSpecifications.
|
14 years ago |
Tomasz Tretkowski
|
a42637f66a
|
Fixed propagation of editor changes in double nested test classes to test pad.
|
14 years ago |