Matt Ward
894f7d93ed
New WiX projects now use installed WiX targets.
...
Now generating the same WiX project format as Visual Studio does when WiX 3.6 is installed.
13 years ago
Matt Ward
b433c5bda6
Update WiX schemas to version 3.6
13 years ago
Siegfried Pammer
002cd2be53
- fix bug in VB Parser with Handles and Implements on class members
...
- implement VB 11 Async and Iterator features in parser
13 years ago
Daniel Grunwald
455ff263d8
Adjust SharpDevelop to NRefactory 5.2.0-533-gad6ce10
13 years ago
Daniel Grunwald
94af059223
Rename SolutionVersionVS11 -> SolutionVersionVS2012
13 years ago
Daniel Grunwald
250a077b93
Replace ProjectOptionPanel.HideHeader() with ProjectOptionPanel.HeaderVisibility property.
13 years ago
Daniel Grunwald
d694a2ee7c
Remove unnecessary reference from ProjectInformation to parent project options panel.
13 years ago
Daniel Grunwald
67f9f2ce82
Set 'Local Copy'=false on references to Core.Presentation and SD.Widgets.
13 years ago
PeterForstmeier
41b86e4369
ProjectInformation userControl in ApplicationOptions (CppBinding) asn ApplicationSettings.xaml(C#)
13 years ago
PeterForstmeier
44850ceb88
Remove unused Files from VBNetBinding
13 years ago
PeterForstmeier
42c8840e7d
Cleanup
13 years ago
PeterForstmeier
3223b5fb5a
Adjust VBNetBinding.addin, cleanup
13 years ago
PeterForstmeier
960381dea6
BuildOptions for VBNetBinding
13 years ago
PeterForstmeier
42bbe19852
Cleanup BuildOutput
13 years ago
Daniel Grunwald
8293675a92
Replace 'Where(pred).FirstOrDefault()' with 'FirstOrDefault(pred)'
13 years ago
Daniel Grunwald
fd230873e4
Remove IWorkbenchLayout from public API.
13 years ago
Daniel Grunwald
46ec328fc6
Move some files to new folder structure.
13 years ago
Daniel Grunwald
760a2ae10b
Remove more usages of WorkbenchSingleton.
13 years ago
Daniel Grunwald
7f18d1d432
Remove usages of WorkbenchSingleton.
13 years ago
Daniel Grunwald
725bf76535
Fixed override completion.
13 years ago
Daniel Grunwald
e5313f4b40
Adjust to NRefactory API changes + disable failing unit tests.
13 years ago
Daniel Grunwald
c3bd806532
Use BeginHighlighting()/EndHighlighting() to improve performance of CSharpSemanticHighlighter.
13 years ago
Daniel Grunwald
c1787fbd2d
Fixed performance bugs in issue search:
...
- Avoid excessive file name normalization by changing IProject.FileName from string to class FileName.
- Dispose CSharpSemanticHighlighter to fix memory leak and avoid excessive number of ParseInformationUpdated listeners.
13 years ago
Daniel Grunwald
b105d57dc6
Disable MultipleEnumerationIssue and RedundantAssignmentIssue because they can cause stack overflows (see icsharpcode/NRefactory#123 )
13 years ago
Daniel Grunwald
2f8e356c77
Improve error handling in SearchForIssuesCommand.
13 years ago
Daniel Grunwald
a69e79474f
Enable the GSOC context actions and issue providers.
13 years ago
Daniel Grunwald
a224739c79
Replace some WorkbenchSingleton usages with the SD5 API.
13 years ago
Daniel Grunwald
d02189d972
Fixed splitting conditional symbols.
13 years ago
Daniel Grunwald
90608407a4
Add support for automatically fixing issues.
13 years ago
Daniel Grunwald
bb950e3ddf
Add 'Search for issues' dialog
13 years ago
Matt Ward
356e7bfc6f
Add MVC T4 processing errors to Errors window.
...
Add View and Add Controller dialogs now report T4 template processing errors to the Errors window instead of logging them to the console window.
13 years ago
Matt Ward
c67061996d
Fix FileNotFoundException if MVC T4 template processing fails.
...
Do not attempt to open the view or controller if the T4 text templating processing returns an error.
13 years ago
PeterForstmeier
d2e16e153f
BuildOptions UC in VBNetBinding/Project/Src/OptionPanels/BuildOptions
13 years ago
PeterForstmeier
072d0ed8a0
BuildOptions - BuildAdvanced UserControl
13 years ago
PeterForstmeier
13e8462546
BuildOptions - ErrorsAndWarnings UserControl
13 years ago
PeterForstmeier
bd75b2b51a
Remove Grid from ErrorsAndWarnings.xaml
13 years ago
PeterForstmeier
b8d084ed0d
ErrorsAndWarnings UserControl
13 years ago
Daniel Grunwald
f42d52cfed
New async-based API for the build engine.
13 years ago
Matt Ward
a2a7220b72
Support select all shortcut in scripting editor read-only region.
13 years ago
Matt Ward
45646ca2da
Fix copy shortcut working in Package Management console.
13 years ago
PeterForstmeier
93e8e61469
ProjectImports.xaml.cs
13 years ago
PeterForstmeier
8bcc270573
Rework PreprocessorOptions
13 years ago
PeterForstmeier
2436d6f59c
Cleanup Cpp-LinkerOptions
13 years ago
Matt Ward
83e9ad2722
Enable method insight for C# Razor views.
13 years ago
Matt Ward
7a742d922f
Add C# Razor completion for model.
...
Use the @model directive to generate a strongly typed WebViewPage class.
Support completion on the Model property in a view.
13 years ago
PeterForstmeier
139d2f96b4
Cpp Binding, cleanup ApplicationOptions
13 years ago
PeterForstmeier
f26538978d
Cleanup C# BuildOptions, remove BaseAdressValidator
13 years ago
Matt Ward
e5836be58e
Add C# Razor completion for MVC helper methods.
...
Use WebViewPage<dynamic> as Razor view's base class.
Add default namespaces for the Razor view class so extension methods show in completion:
System.Web.Mvc,
System.Web.Mvc.Ajax,
System.Web.Mvc.Html,
System.Web.Routing
The Razor view's base class and namespaces should be taken from the web.config but are currently hard coded.
13 years ago
Matt Ward
ebbc850754
Add basic C# Razor completion for WebViewPage members.
...
Dot completion now shows members of the WebViewPage class which is the base class of Razor view pages.
13 years ago
PeterForstmeier
064445410e
C# BuildOptions
13 years ago