7688 Commits (f71cd538b12b4e3fae9e60aba05ecb737dd53b56)

Author SHA1 Message Date
Siegfried Pammer aaf34ce6c9 fix performance issue when activating MainWindow 15 years ago
Siegfried Pammer 86f51556ff update ChangeMarkerMargin when files are committed into the git repository 15 years ago
Siegfried Pammer 94dea92156 implement display of deletions on line 0 in ChangeMarkerMargin 15 years ago
Siegfried Pammer 429f0229b5 fix some bugs in ChangeMarkerMargin 15 years ago
Siegfried Pammer 6a704fd93a fix displayed text in XamlCodeCompletionItem 15 years ago
Siegfried Pammer 7b04a31e22 update resources; introduce Global.TextLine 15 years ago
Eusebiu Marcu b6c6535da2 fix SD-1269 - Ask to close debugger (or not) while it's running - http://bugtracker.sharpdevelop.net/issue/ViewIssue.aspx?id=1269&PROJID=4 15 years ago
Matt Ward c5ef8c882c Change Visual Basic MVC controller template to use the HttpPost attribute. 15 years ago
Matt Ward 8f72cb49ff Support creating partial views from ASP.NET MVC Add View dialog. 15 years ago
mkonicek 432b5c00b1 Extend selection (Ctrl+W) now works well with comments. 15 years ago
Matt Ward b880cd3554 Add create/read/update/delete ASP.NET MVC controller template. 15 years ago
Matt Ward b1047cafec Support ControllerRootName in MVC T4 templates. 15 years ago
mkonicek 7312a8cba6 Extend selection (Ctrl+W) almost handles comments correctly (except for comments at the end of a line). 15 years ago
Siegfried Pammer 640effe9ec rename Gui.ColorPicker to ColorPickerButton 15 years ago
Siegfried Pammer b546740b2d rewrite HexEditor settings in WPF 15 years ago
Siegfried Pammer 2fecad9715 complete fix for SD-1527 - A display binding's supported files should be independent from the files it handles by default 15 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: 15 years ago
Matt Ward c07a57ac29 Fix ASP.NET MVC Add View and Add Controller menu items appearing for any directory node selected. 15 years ago
Matt Ward c35486ae3d Do not show ASP.NET MVC Add View/Add Controller menu items when project is selected. 15 years ago
Matt Ward c30bbb4a75 Generate Razor or ASPX view files based on selected view engine in Add MVC View dialog. 15 years ago
Matt Ward 9b1ee1d5e0 Fix forms designer not using spaces in generated code when text editor is configured to convert tabs to spaces. 15 years ago
Matt Ward 164a379a97 Fix mixed tabs and spaces formatting on PackageManagement xaml files. 15 years ago
Eusebiu Marcu 6af905de05 properly fix SD-1716 - http://bugtracker.sharpdevelop.net/issue/ViewIssue.aspx?id=1716&PROJID=4 15 years ago
Siegfried Pammer e0a38744bb fix parameter highlighting for VB 15 years ago
Siegfried Pammer 48713b73e0 fix unreachable and wrong code in parameter highlight detection 15 years ago
Daniel Grunwald 067aa30c5c Fix "Solution was modified externally" message when SharpDevelop itself modifies the solution. 15 years ago
Eusebiu Marcu d151b9a5fa fix renaming UserControl.Name 15 years ago
Eusebiu Marcu b9f9234dc3 fix SD-631 - http://bugtracker.sharpdevelop.net/issue/ViewIssue.aspx?id=631&PROJID=4 15 years ago
Matt Ward 97b6672939 Add basic syntax highlighting for VB.NET Razor files (.vbhtml). 15 years ago
Matt Ward e32ad48d22 Add basic syntax highlighting for C# Razor files (.cshtml). 15 years ago
Eusebiu Marcu 58e5ace255 fix SD-1716 - http://bugtracker.sharpdevelop.net/issue/ViewIssue.aspx?id=1716&PROJID=4 15 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 15 years ago
Siegfried Pammer fa38d8060a fix unit tests 15 years ago
Siegfried Pammer 2087328303 removed calls to obsolete StringParser.Parse overload 15 years ago
Siegfried Pammer d7ef8df8d3 added ProjectChangeWatcher for projects 15 years ago
Siegfried Pammer 7fd8260112 add MockProjectChangeWatcher for Unit Tests 15 years ago
Siegfried Pammer ae5b6342f1 add ProjectChangeWatcher for Solutions 15 years ago
Eusebiu Marcu e3ee633cb9 Check if the file exits when checking for attributes. 15 years ago
Eusebiu Marcu 3c7f1b3987 remove static data. 15 years ago
Eusebiu Marcu 77c2869543 properly fix SD-1783 for AvalonEditViewContent (i.e. text files) 15 years ago
Eusebiu Marcu 827e1f6bb6 fix build 15 years ago
Eusebiu Marcu 722e90a904 fix http://bugtracker.sharpdevelop.net/issue/ViewIssue.aspx?id=1783&PROJID=4 15 years ago
Eusebiu Marcu 53dbd13ee5 Setup infrastructure to save project specific data. Save watch variables. Fix http://bugtracker.sharpdevelop.net/issue/ViewIssue.aspx?id=1509&PROJID=4 15 years ago
Eusebiu Marcu 9d405ff628 fix http://bugtracker.sharpdevelop.net/issue/ViewIssue.aspx?id=1768&PROJID=4 15 years ago
Matt Ward b2b5c4ac02 Add Visual Basic T4 templates for a basic ASP.NET MVC controller and view page. 15 years ago
Matt Ward 2ffc00c2eb Add support for creating new ASP.NET MVC controllers and adding them to the project using an Add MVC Controller dialog. 15 years ago
Matt Ward 27cbd5f148 Add space between Add and Cancel buttons on Add MVC View dialog. 15 years ago
Matt Ward 6028fac41a Disable Add button in Add MVC View dialog when the view name is an empty string. 15 years ago
Matt Ward 1e66520fef Open ASP.NET MVC view file after creation. 15 years ago
Matt Ward ccea1f69a1 Support generating a C# ASP.NET MVC view page from a T4 template. 15 years ago