Matt Ward
08f8dd6893
Fix incorrect MSDN url when searching online Help.
14 years ago
Daniel Grunwald
28c2f38f4f
Fix "InvalidOperationException: Trying to build visual line from collapsed line":
...
When the last line in the document was collapsed, the method HeightTree.GetNodeByVisualPosition(position after end of document)
was returning the last line in the document, when it should have returned the last non-collapsed line.
Also fixed a minor bug in FoldingMargin (missing end marker when folding starts above viewport and ends on last line of document).
14 years ago
Daniel Grunwald
d071c68a8d
Move the list of line delimiters to NewLineFinder.
14 years ago
Daniel Grunwald
65a130c882
Ignore SQLiteException if UDC database is locked.
14 years ago
Daniel Grunwald
b057643818
Fix NullReferenceException in BookmarkPad.BookmarkManagerRemoved()
14 years ago
Siegfried Pammer
394166496e
added AutoInsertBlockEnd option to options dialog
14 years ago
Matt Ward
89c2621bf6
Add simple ASP.NET web forms fold parser.
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
Matt Ward
47632bcec3
Change control order in Add ASP.NET MVC View dialog.
14 years ago
Matt Ward
314c7e0aa6
Detect id properties as primary keys when they are prefixed with the class name.
14 years ago
Matt Ward
392ba8707e
Treat Id model property as primary key in ASP.NET MVC List T4 template.
14 years ago
Matt Ward
63527078a8
Add hidden field for Id model property in ASP.NET MVC Edit T4 template.
14 years ago
Matt Ward
bd9fc100fc
Treat Id model property as primary key in ASP.NET MVC Details T4 template.
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
96678d37e0
Do not generate Html helpers for Id properties in ASP.NET MVC Delete T4 template.
14 years ago
Matt Ward
438c537303
Do not generate Html helpers for Id properties in ASP.NET MVC Create T4 template.
14 years ago
Matt Ward
a22a0b9f2f
Add unit tests for ASP.NET MVC T4 templates when model has more than one property.
14 years ago
Matt Ward
0accf9f126
Fix table header generated by MVC List T4 template when model has more than one property.
14 years ago
Matt Ward
7e2fa745ec
Generate code for model properties in ASP.NET MVC List T4 templates.
14 years ago
Matt Ward
eefdc40e50
Generate code for model properties in ASP.NET MVC Edit view T4 templates.
14 years ago
Matt Ward
07349f9657
Generate code for model properties in ASP.NET MVC Details view T4 templates.
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
6ebfe59c20
Generate code for model properties in ASP.NET MVC Delete view T4 templates.
14 years ago
Matt Ward
c0c385cc54
Generate code for model properties in ASP.NET MVC Create view T4 templates.
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
Matt Ward
0dac5a1b47
Add basic Delete view T4 template for ASP.NET MVC.
14 years ago
Matt Ward
1d7738ff6d
Add basic List view T4 template for ASP.NET MVC.
14 years ago