Daniel Grunwald
|
80dc644829
|
Enable new context actions (Create Local, Extract Field, Implement Interface).
Allow clicking on track adorners.
Don't serialize project content on shutdown when it hasn't changed.
|
13 years ago |
Daniel Grunwald
|
6436a028bb
|
Fixed document service retrieval.
|
13 years ago |
Daniel Grunwald
|
0f3a0732fb
|
Snippets: make ${Caret} work as expected when ${Selection} isn't used.
|
13 years ago |
PeterForstmeier
|
5beb8bce62
|
AnalysisIdeOptionsPanel
|
13 years ago |
Daniel Grunwald
|
0788d1bbff
|
[WIP] Started porting forms designer to NR5
|
13 years ago |
Siegfried Pammer
|
4671ad9828
|
WIP
|
13 years ago |
Daniel Grunwald
|
f38b2e3cc7
|
Fix build.
|
13 years ago |
Daniel Grunwald
|
94585060eb
|
Make ColumnRulerRenderer internal; expose pen instead of brush.
|
13 years ago |
Daniel Grunwald
|
c14b730c2e
|
Allow secondary view contents to prevent the CodeEditor from clearing the undo stack when switching the active view.
|
13 years ago |
Siegfried Pammer
|
0596de0f0f
|
implement type-lookup cache to improve performance of Forms Designer - http://community.sharpdevelop.net/forums/t/15914.aspx
|
13 years ago |
Siegfried Pammer
|
97c248803a
|
make column ruler color customizable
|
13 years ago |
Tobias Ibounig
|
2306bbd21a
|
Moved the ColumnRulerRenderer from the AddIn to the Library and changed the line pointed out by Daniel
|
13 years ago |
Tobias Ibounig
|
5e4ec9c472
|
Implemented Options for ColumnRulerRenderer
|
13 years ago |
Tobias Ibounig
|
0624b9e15e
|
Added SD-1634 - Implement column ruler
|
13 years ago |
Siegfried Pammer
|
7d4edf27b0
|
fix update of link text color in highlighting editor
|
13 years ago |
Matt Ward
|
0604f8d203
|
EntityModelCodeGenerator custom tool now generates code using the custom tool's namespace property.
|
13 years ago |
Siegfried Pammer
|
74e0f42f76
|
make colors of current statement marker customizable
|
13 years ago |
Siegfried Pammer
|
6cc6d14efd
|
fix SD-1272 - Breakpoint text highlight colour is not configurable
|
13 years ago |
Siegfried Pammer
|
017a874863
|
add TextMarkerService to preview in highlighting options
|
13 years ago |
Siegfried Pammer
|
f767c0102d
|
add versioning support to exported sdsettings
|
13 years ago |
Siegfried Pammer
|
37233cbb60
|
add support for VB colors
|
13 years ago |
Siegfried Pammer
|
bd7d401105
|
add marker colors customization
|
13 years ago |
Siegfried Pammer
|
f35b3e2268
|
implement importer for .vssettings syntax highlighting and fix some styling/theming bugs
|
13 years ago |
Daniel Grunwald
|
a2f42f2665
|
Fixed StackPanelPlacementSupport.ChangePositionTo().
http://community.sharpdevelop.net/forums/t/13865.aspx
|
13 years ago |
Daniel Grunwald
|
415f4ae274
|
Replace spaces with tabs.
|
13 years ago |
Matt Ward
|
17229176b3
|
Add syntax highlighting for .psm1, psd1, .ps1xml and .nuspec files.
|
13 years ago |
Siegfried Pammer
|
6d8bf0047d
|
fix bug introduced by f0ab34006f - http://community.sharpdevelop.net/forums/t/15792.aspx
|
13 years ago |
Siegfried Pammer
|
852d4356f7
|
improve implementation of unsupported code removal
|
13 years ago |
Siegfried Pammer
|
8a4aff214e
|
fix problems with inherited members in Windows Forms DesignerGenerator - http://community.sharpdevelop.net/forums/t/15800.aspx
|
13 years ago |
Siegfried Pammer
|
da8bb04c3a
|
fix problems with inherited members in Windows Forms DesignerGenerator - http://community.sharpdevelop.net/forums/t/15800.aspx
|
13 years ago |
Daniel Grunwald
|
f38add775c
|
Add a negative margin to the image in the QuickClassBrowser so that it does not cause the ComboBox to expand in height.
|
13 years ago |
PeterForstmeier
|
f3f58ba296
|
Cleanup
|
13 years ago |
PeterForstmeier
|
ff282a6a51
|
FormsDesigner - GeneralOptions
|
13 years ago |
Matt Ward
|
fe25841b5f
|
Fix XML Tree View editor changing text file line endings to Unix format.
|
13 years ago |
Matt Ward
|
78ab872f81
|
Fix file not found exception when opening an xml document referencing a dtd in the Xml Tree View editor.
|
13 years ago |
Daniel Grunwald
|
c5e470b7af
|
Fixed thread-safety issue when accessing IProjectContent.ReferencedContents.
Fixes InvalidOperationException in XamlCompilationUnit.FindType (crash #240)
|
13 years ago |
Daniel Grunwald
|
65394ce3e0
|
Change folding commands so that they do not require a ParserFoldingStrategy.
This fixes "toggle all foldings" for .xml files.
|
13 years ago |
Siegfried Pammer
|
9260c46613
|
fix http://community.sharpdevelop.net/forums/p/15639/39951.aspx#39951
project (and thus the target framework) was improperly detected for newly generated resource files (not yet written to disk).
|
13 years ago |
Siegfried Pammer
|
6e0c1e194f
|
fix exception 3396
|
13 years ago |
Daniel Grunwald
|
485309d3e4
|
Fix context actions and issue manager.
|
13 years ago |
Siegfried Pammer
|
c580b21697
|
fix leaked OpenedFile after creation of ViewContent fails, causes exceptions some later actions, see:
http://community.sharpdevelop.net/forums/t/15625.aspx
|
13 years ago |
Siegfried Pammer
|
b6d2d5a60d
|
fix SD-1594 - Windows Forms designer generates the wrong version of .resx files for .NET 3.5 projects
and convert .resx on project upgrade/downgrade (as noted in a comment on the issue)
|
13 years ago |
Siegfried Pammer
|
589598e3ac
|
fix build
|
13 years ago |
Siegfried Pammer
|
bf23572925
|
fix http://community.sharpdevelop.net/forums/t/15618.aspx - do not dispose change watcher in ChangeMarkerMargin - it could be used by two different margins (in two synchronized text editors, for ex. split view)
|
13 years ago |
Siegfried Pammer
|
a7309fc677
|
fix SD-1726 - WPF loads assemblies by their unqualified name
|
13 years ago |
Daniel Grunwald
|
ebceccdaa9
|
Fix LoadSolutionProjects-Thread.
|
13 years ago |
Daniel Grunwald
|
1c61553dd7
|
Move remainder of the FileService into interface.
|
13 years ago |
Daniel Grunwald
|
ab95b18a3f
|
Refactored parser service.
|
13 years ago |
Siegfried Pammer
|
06440c49d8
|
fix SD-1894 - ArgumentOutOfRangeException when indenting .xaml file
|
13 years ago |
David Srbecký
|
fb31be5e4c
|
Cleaning up debugger tree model and tooltips
|
14 years ago |