Mike Krüger
d9317cbc6e
Removed debug code.
13 years ago
Daniel Grunwald
e0d6d8d9d9
Use new ProjectTemplate base class.
...
We now allow loading .xpt files from embedded resources.
13 years ago
Daniel Grunwald
aecdac2308
Hide NewProjectDialog behind IUIService.
13 years ago
Daniel Grunwald
ca88046297
Hide NewFileDialog behind IUIService.
13 years ago
Daniel Grunwald
44d5a83dc4
Add IFileSystem interface to SharpDevelop.
13 years ago
Peter Forstmeier
6d7e208f31
Re-Add Reporting + Reporting.Tests
13 years ago
Daniel Grunwald
28b623840b
Add unit test demonstrating that the DepthFirstVisitor optimization was invalid.
13 years ago
Daniel Grunwald
94f4e15e11
Revert "DepthFirstAstVisitor no longer tries to visit the children of non C#"
...
This reverts commit 158b5176a2
.
The optimization was invalid; the VisitChildren() method is not
necessarily an unnecessary call on leaf nodes because it is virtual.
13 years ago
Mike Krüger
1d5c85f3f1
Implemented resharper disableing for redundant using directive.
13 years ago
Mike Krüger
020128ba58
CanBeDemotedIssue now respects the
...
CA1011:ConsiderPassingBaseTypesAsParameters suppression.
13 years ago
Mike Krüger
158b5176a2
DepthFirstAstVisitor no longer tries to visit the children of non C#
...
ast leaf nodes.
(Speeds up visitors a bit)
13 years ago
Mike Krüger
63daebebd6
Language version can now be set.
13 years ago
Mike Krüger
e0df113833
Fixed async lambda/delegate completion.
13 years ago
Mike Krüger
b2c93ac979
CodeDom visitor now skips new lines & white spaces.
13 years ago
Mike Krüger
538f016c46
Implemented code issue message suppression.
13 years ago
Daniel Grunwald
9a6e77d214
AvalonEdit encoding detection: add support for UTF-8 without BOM.
...
We now don't add a BOM when saving an UTF-8 that didn't have one when it was loaded.
13 years ago
Daniel Grunwald
a07f492feb
Fix crash when opening start page.
13 years ago
Daniel Grunwald
7f35dbbbb2
Merge remote-tracking branch 'origin/master' into newNR
13 years ago
Peter Forstmeier
44820a5724
Update Query Parameter handling
13 years ago
Peter Forstmeier
8a08d3ee0d
PullModel from StoredProcedure
13 years ago
Peter Forstmeier
608f4ffebf
PullModel Panel - SqlServer 2012
13 years ago
Siegfried Pammer
416d1adf45
fix OpenCommandPrompt implementation: works now if target path is on a drive different from the current working directory
13 years ago
Siegfried Pammer
406354bee0
further improvements and bugfixes for MarkDown-Mode
13 years ago
Peter Forstmeier
acd91125f5
Clean Test's
13 years ago
Peter Forstmeier
1ebaba1907
Fix PushModel-Wizard, adjust test's
13 years ago
Peter Forstmeier
bb23f82efb
FormSheet-Report Wizard
13 years ago
Daniel Grunwald
8e799bf3d4
Allow running actions as part of file templates.
13 years ago
Daniel Grunwald
80aff30058
Fix several issues with SearchPanel.
13 years ago
Matt Ward
cfa9692151
Add .aspx file filter.
13 years ago
Matt Ward
1c3161d42e
Check known file extensions for icons when collecting usage data.
...
Check the file extension against file filters first and then
check the file extensions that have an associated icon.
13 years ago
Mike Krüger
6ca65346ea
Removed debug message.
13 years ago
Siegfried Pammer
78e3f4a517
add highlighting definition for MarkDown syntax
13 years ago
Mike Krüger
9b2bd8059e
Fixed completion bug.
13 years ago
Mike Krüger
a6e4150637
Added distinct color for the 'var' context sensitive keyword.
13 years ago
Daniel Grunwald
918582348c
Fix compiler warnings.
13 years ago
Daniel Grunwald
7c49a3e050
Use processContent="lax" as recommended in http://xml.coverpages.org/HP-StephensonSchemaBestPractices.pdf
13 years ago
Daniel Grunwald
b29ebf9b99
Fix build.
13 years ago
Daniel Grunwald
8b1fcfa2ba
Add Where() and OfType() implementations in ModelCollectionLinq; and remove some redundant helper methods in Debugger.AddIn.
13 years ago
Daniel Grunwald
24f68bf609
Fix saving/loading open files and breakpoints.
13 years ago
Matt Ward
3deb4ecd54
Add PowerShell support for NuGet addin.
...
Code model API is still unavailable.
13 years ago
Mike Krüger
7224bedbc6
CSharpParser now seeds the AST with new line nodes when not in type
...
system mode.
13 years ago
Mike Krüger
610f0bfe2a
Refactored formatter (it needs now an ast seeded with new line
...
tokens).
13 years ago
Matt Ward
f2b352c21f
Fix Get-Package output in NuGet console window.
13 years ago
Daniel Grunwald
be2f73fa40
Make AvalonEdit xshd schema more flexible: allow elements and attributes from other namespaces.
13 years ago
Peter Forstmeier
b24ef53028
Add Test's for Report-Model and Settings
13 years ago
Daniel Grunwald
ed91c296ff
Clear property container on designer unload so that the ComboBox of selectable objects stays empty when the designer cannot be reloaded due to syntax errors.
13 years ago
Mike Krüger
fdab2395f0
Removed brace forcement formatting options.
...
They didn't work very well and shouldn't be part of the formatting
visitor (could be added with a FixBracementVisitor).
13 years ago
Matt Ward
08ddba725c
Update installer with new MVC project templates.
13 years ago
Matt Ward
ad860bcac0
Rename MVC 3 project templates.
13 years ago
Matt Ward
0f282ad56c
Add MVC 4 project templates.
13 years ago