Matt Ward
|
788044949c
|
Fix ordering of OK and cancel buttons on Select Projects dialog.
|
14 years ago |
Siegfried Pammer
|
3bb6b1fab2
|
fix non-disposed change watcher on file rename
|
14 years ago |
Siegfried Pammer
|
d5f606eda2
|
SD-1847 - Search Results should use same font as the text editor (http://bugtracker.sharpdevelop.net/Issue/Comment.aspx?ID=1847&PROJID=4)
|
14 years ago |
peterforstmeier
|
355ac48390
|
Update Sample, small changes from FxCop
|
14 years ago |
peterforstmeier
|
4ea91aa6de
|
SqlParameters, remove dead code
|
14 years ago |
Matt Ward
|
302718ecfa
|
Support defining the primary place holder ID when generating ASP.NET MVC ASPX pages.
|
14 years ago |
Matt Ward
|
d504eb9f1a
|
Set default master page when selecting ASPX view engine in ASP.NET MVC Add View dialog.
|
14 years ago |
Matt Ward
|
27924e0199
|
Support generating ASP.NET MVC content pages from T4 templates.
|
14 years ago |
Matt Ward
|
c2a505b93d
|
Add Razor layout and ASP.NET master page options to ASP.NET MVC Add View dialog.
|
14 years ago |
Matt Ward
|
6560b99a46
|
Do not show Visual Basic classes from My namespace in model lists in ASP.NET MVC Add View dialog.
|
14 years ago |
Matt Ward
|
280a79ad9b
|
Do not show HttpApplication derived class in list of models in ASP.NET MVC Add View dialog.
|
14 years ago |
Matt Ward
|
b6c483150a
|
Do not show controllers in list of models in ASP.NET MVC Add View dialog.
|
14 years ago |
Daniel Grunwald
|
392871bf63
|
Save width+height of floating pad using invariant culture.
|
14 years ago |
Matt Ward
|
2511b29778
|
Support creating strongly typed views for ASP.NET MVC.
|
14 years ago |
peterforstmeier
|
55753768a9
|
Modify SqlParameters, adjust NameSpaces
|
14 years ago |
Matt Ward
|
665752625a
|
Show model classes in ASP.NET MVC Add View dialog.
|
14 years ago |
Daniel Grunwald
|
0b5295f6c1
|
Remove 'dynamic' usage in DebuggerService.HandleToolTipRequest
|
14 years ago |
Daniel Grunwald
|
793e35797a
|
Revert patches for SD-1783 (react to "read only" changes).
|
14 years ago |
Eusebiu Marcu
|
c82b185296
|
fix error when the file is deleted.
|
14 years ago |
Eusebiu Marcu
|
c180a154f2
|
fix deleting rows from settings designer
|
14 years ago |
Siegfried Pammer
|
86f51556ff
|
update ChangeMarkerMargin when files are committed into the git repository
|
14 years ago |
Siegfried Pammer
|
94dea92156
|
implement display of deletions on line 0 in ChangeMarkerMargin
|
14 years ago |
Siegfried Pammer
|
429f0229b5
|
fix some bugs in ChangeMarkerMargin
|
14 years ago |
Siegfried Pammer
|
6a704fd93a
|
fix displayed text in XamlCodeCompletionItem
|
14 years ago |
Siegfried Pammer
|
7b04a31e22
|
update resources; introduce Global.TextLine
|
14 years ago |
Matt Ward
|
c5ef8c882c
|
Change Visual Basic MVC controller template to use the HttpPost attribute.
|
14 years ago |
Matt Ward
|
8f72cb49ff
|
Support creating partial views from ASP.NET MVC Add View dialog.
|
14 years ago |
mkonicek
|
432b5c00b1
|
Extend selection (Ctrl+W) now works well with comments.
|
14 years ago |
Matt Ward
|
b880cd3554
|
Add create/read/update/delete ASP.NET MVC controller template.
|
14 years ago |
Matt Ward
|
b1047cafec
|
Support ControllerRootName in MVC T4 templates.
|
14 years ago |
mkonicek
|
7312a8cba6
|
Extend selection (Ctrl+W) almost handles comments correctly (except for comments at the end of a line).
|
14 years ago |
Siegfried Pammer
|
640effe9ec
|
rename Gui.ColorPicker to ColorPickerButton
|
14 years ago |
Siegfried Pammer
|
b546740b2d
|
rewrite HexEditor settings in WPF
|
14 years ago |
Siegfried Pammer
|
5a943271ea
|
working on SD-1527 - A display binding's supported files should be independent from the files it handles by default:
- add mimeType to file extensions
- implement new methods IsPreferredBindingForFile and AutoDetectFileContent for IDisplayBinding
|
14 years ago |
Matt Ward
|
c07a57ac29
|
Fix ASP.NET MVC Add View and Add Controller menu items appearing for any directory node selected.
|
14 years ago |
Matt Ward
|
c35486ae3d
|
Do not show ASP.NET MVC Add View/Add Controller menu items when project is selected.
|
14 years ago |
Matt Ward
|
c30bbb4a75
|
Generate Razor or ASPX view files based on selected view engine in Add MVC View dialog.
|
14 years ago |
Matt Ward
|
9b1ee1d5e0
|
Fix forms designer not using spaces in generated code when text editor is configured to convert tabs to spaces.
|
14 years ago |
Matt Ward
|
164a379a97
|
Fix mixed tabs and spaces formatting on PackageManagement xaml files.
|
14 years ago |
Eusebiu Marcu
|
6af905de05
|
properly fix SD-1716 - http://bugtracker.sharpdevelop.net/issue/ViewIssue.aspx?id=1716&PROJID=4
|
14 years ago |
Siegfried Pammer
|
e0a38744bb
|
fix parameter highlighting for VB
|
14 years ago |
Eusebiu Marcu
|
d151b9a5fa
|
fix renaming UserControl.Name
|
14 years ago |
Eusebiu Marcu
|
b9f9234dc3
|
fix SD-631 - http://bugtracker.sharpdevelop.net/issue/ViewIssue.aspx?id=631&PROJID=4
|
14 years ago |
Matt Ward
|
97b6672939
|
Add basic syntax highlighting for VB.NET Razor files (.vbhtml).
|
14 years ago |
Matt Ward
|
e32ad48d22
|
Add basic syntax highlighting for C# Razor files (.cshtml).
|
14 years ago |
Eusebiu Marcu
|
58e5ace255
|
fix SD-1716 - http://bugtracker.sharpdevelop.net/issue/ViewIssue.aspx?id=1716&PROJID=4
|
14 years ago |
Siegfried Pammer
|
9c874706bc
|
fix SD-1834 - Code completion selection should consider "List" an exact match for "List(Of T)" - http://bugtracker.sharpdevelop.net/issue/ViewIssue.aspx?id=1834&PROJID=4
|
14 years ago |
Siegfried Pammer
|
fa38d8060a
|
fix unit tests
|
14 years ago |
Siegfried Pammer
|
2087328303
|
removed calls to obsolete StringParser.Parse overload
|
14 years ago |
Siegfried Pammer
|
7fd8260112
|
add MockProjectChangeWatcher for Unit Tests
|
14 years ago |