8447 Commits (f411e6112c367faceaec3c1078e71dee0e16f335)
 

Author SHA1 Message Date
Matt Ward fa5c796436 Disable template list when model class name typed in and does not match any classes. 14 years ago
Daniel Grunwald 677f69bf46 Avoid redundant repainting of the IconBarMargin. 14 years ago
Daniel Grunwald 6aaaadd81f IconBarMargin: use DocumentLine as an anchor for entity bookmarks so that they move correctly when inserting/deleting text (without having to wait for the next parse run). 14 years ago
Matt Ward 651a4d550f Do not display empty brackets after the model name when a model has no namespace. 14 years ago
Matt Ward 0504ca83bb Disable master page and content placeholder id controls when partial view is selected in Add MVC View dialog. 14 years ago
Daniel Grunwald 6cf37cdd1b Add TreeMaps to SharpDevelop solution, and remove WinFX reference from TreeMaps.csproj 14 years ago
PeterForstmeier 819024be9f Add TreeMaps.csproj again 14 years ago
PeterForstmeier 287b860e9a LocalizableDescriptionAttribute and EnumToFriendlyNameConverter to display enum's in a user friendly name 14 years ago
PeterForstmeier 89528ed6e8 LocalizableDescriptionAttribute and EnumToFriendlyNameConverter to display enum's in a user friendly name 14 years ago
Matt Ward c2a76915b1 Generate MVC views in the Add MVC View dialog from on the selected T4 template. 14 years ago
Matt Ward df50516c33 Select empty MVC view template by default in Add MVC View dialog. 14 years ago
Matt Ward f47e9689ba Show list of view templates in Add MVC View dialog. 14 years ago
PeterForstmeier 73c66cef08 Merge branch 'master' of github.com:icsharpcode/SharpDevelop 14 years ago
PeterForstmeier 28080e33d1 Add http://treemaps.codeplex.com/ to a TabItem for testing 14 years ago
Matt Ward 2e29335bb1 MVC controller generator is now passed the text template filename instead of generating the filename itself. 14 years ago
Matt Ward a0ba44230e Move code to determine MVC controller templates out of view model class into template repository class. 14 years ago
Daniel Grunwald 4f31c4098e Fix unit tests - GetProjectContentForReference requires a full path for all assemblies since the special cases were removed. 14 years ago
Siegfried Pammer 85bfeb1f15 update VB Syntax Highlighting to VB 11 CTP 14 years ago
Daniel Grunwald 9f70a1fb76 Fixed NullReferenceException in CodeManipulation.ExtendSelection. 14 years ago
Daniel Grunwald 2c1f4a7a72 Fixed app.config entry when targeting .NET 4.5. 14 years ago
Daniel Grunwald 11b3631da8 Allow targeting .NET 4.5. 14 years ago
Daniel Grunwald 43b10441f2 Change UpdateAssemblyInfo.csproj to .NET 4.0. 14 years ago
Daniel Grunwald ae3458d900 Look for SDK tools in Windows SDK 7.1 14 years ago
Daniel Grunwald 7c1c3b4754 Always use MSBuild for resolving assembly references; do not special-case some .NET BCL assemblies. 14 years ago
Matt Ward 7aa62b7436 Support selecting Razor layout page for a new MVC view from a list of available Razor pages in the project. 14 years ago
Daniel Grunwald 7050250ac0 Add AnyCPU platform for AvalonEdit.Sample. 14 years ago
Daniel Grunwald 7bcab7097b AvalonEdit documentation update 14 years ago
Eusebiu Marcu 9481311b5d Add WCF REST project and file templates. 14 years ago
Matt Ward e2cc613b3d Sort available master pages by filename in Add Mvc View dialog. 14 years ago
Matt Ward 7b516633f9 Support selecting ASP.NET master page for a new MVC view from a list of available master pages in the project. 14 years ago
PeterForstmeier 9f47dfd616 Merge branch 'master' of github.com:icsharpcode/SharpDevelop 14 years ago
PeterForstmeier b5063624c4 Rename ViewModel, set Enable for Metrix TabItem after *dll is selected from Tree 14 years ago
Matt Ward eebe2e928c Reformat code. 14 years ago
Matt Ward f0ab34006f Stop WPF designer from reformatting XAML in text editor when nothing is changed in the designer. 14 years ago
Siegfried Pammer 3302aa05c0 fix Silverlight Application project template for VB 14 years ago
Matt Ward 0a3343d2b0 Update to NuGet 1.5.20902.9023 14 years ago
PeterForstmeier 0e630f25ab MainWindow.xaml, fix GridSplitter 14 years ago
Daniel Grunwald 599f60c46a Set version number to 4.3. 14 years ago
Daniel Grunwald 03aa5907eb Merge branch '4.1' into master. 14 years ago
Daniel Grunwald f24ff58a2b Adjusted unit tests to C# syntax highlighting change. 14 years ago
Daniel Grunwald a690c5d59a Fixed code completion on anonymous types (http://community.sharpdevelop.net/forums/t/13788.aspx) 14 years ago
Daniel Grunwald 56f38f8524 C# syntax highlighting: Don't colorize punctuation. 14 years ago
Siegfried Pammer 93f3514403 fix SD-1867 - Missing string resources 14 years ago
Siegfried Pammer 47e59c6a9a fix parameter highlighting bug and add word wrap if highlighting is used 14 years ago
Siegfried Pammer 82297d7819 add word wrap to InsightWindow in parameter list (header) too 14 years ago
Daniel Grunwald 0ec28b887d Fix SD-1866: support for async/await in code completion. 14 years ago
Daniel Grunwald e2e52d35d5 Fixed crash when opening an invalid file in the settings editor (using AbstractViewContentHandlingLoadErrors). 14 years ago
PeterForstmeier 3d7329aa5b Work on DataBinding in MainForm (text are bound to localice) 14 years ago
Tomas Linhart 0ae68ca01a Matrix control now shows real data. 14 years ago
PeterForstmeier 498695b86f c 14 years ago