Daniel Grunwald
d25b2dba4b
Add unit test that verifies that all AddIns shipping with SharpDevelop are addInManagerHidden="preinstalled"
12 years ago
Daniel Grunwald
7bfda47572
Fix moving projects between solution folders.
12 years ago
Matt Ward
5d4d80c79c
Add child elements menu in WiX setup files view now working.
12 years ago
Daniel Grunwald
bc7425f998
Add FormsDesigner project to solution.
...
Several important classes are not ported to SD5 yet and are commented out; so the designer is not yet usable.
12 years ago
Daniel Grunwald
1229e35d23
Use class FileName for the ProjectItem.FileName property.
12 years ago
Daniel Grunwald
de381fe654
Better ProcessRunner that supports using the same pipe for stdout+stderr, and provides async APIs.
12 years ago
Daniel Grunwald
6ebf10f939
Fix error handling for invalid solution files.
...
Fix crash when using cut/paste to move a project between solution folders.
12 years ago
Daniel Grunwald
8848eab4e0
Fix crash when creating a new solution.
12 years ago
Daniel Grunwald
571a8d08bb
Move all code related to file/project templates to SharpDevelop.Templates.
12 years ago
Daniel Grunwald
7041571019
Fix bug introduced by FileUtility changes.
12 years ago
Daniel Grunwald
83d6c5efd7
Separate NewFileDialog from the FileTemplate implementation (use only the abstract base class).
12 years ago
Daniel Grunwald
e0d6d8d9d9
Use new ProjectTemplate base class.
...
We now allow loading .xpt files from embedded resources.
12 years ago
Daniel Grunwald
aecdac2308
Hide NewProjectDialog behind IUIService.
12 years ago
Daniel Grunwald
ca88046297
Hide NewFileDialog behind IUIService.
12 years ago
Daniel Grunwald
44d5a83dc4
Add IFileSystem interface to SharpDevelop.
12 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
Siegfried Pammer
406354bee0
further improvements and bugfixes for MarkDown-Mode
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
Siegfried Pammer
78e3f4a517
add highlighting definition for MarkDown syntax
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
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
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
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
Daniel Grunwald
d779caaf9e
Fix bugs in SolutionLoader that were introduced with the Deploy.0 flag.
13 years ago
Daniel Grunwald
e57e045d6e
Debugger: Fix ArgumentNullException when loading a secondary module of a multi-module assembly.
13 years ago
Daniel Grunwald
a7c5a3e877
Don't crash when loading solution with invalid GUID
13 years ago
Daniel Grunwald
76fed2b8d0
Move regex-based highlighting engine from DocumentHighlighter into its own new class (HighlightingEngine).
...
DocumentHighlighter now only is only responsible for maintaining the highlighting state (span stacks at line boundaries).
13 years ago
Daniel Grunwald
d4ccfd282d
Solution configuration management: preserve Deploy.0 flag.
13 years ago
Daniel Grunwald
b2e8ef2a13
Fix InvalidOperationException in semantic highlighter.
13 years ago
Matt Ward
33070393e1
Fix standard headers not being saved.
13 years ago
Matt Ward
e0567649e8
Fix MSpec test selection in Unit Tests window.
...
Run tests just for the class or namespace selected.
When a test member is selected run all tests for the
associated class (mspec.exe cannot run a single test/specification).
13 years ago
Matt Ward
9b06797694
Fix MSpec failures missing line numbers in Errors window.
13 years ago
Matt Ward
1c66e2143c
Fix MSpec behaves_like tests not updating in Unit Tests window.
13 years ago
Matt Ward
dd3e59a964
Update MSpec addin unit tests.
...
Excluding class filter unit tests.
13 years ago
Matt Ward
44143f236c
Fix goto definition for MSpec fields in Unit Tests window.
13 years ago
Matt Ward
c9490b5f2a
Reformat code.
13 years ago
Matt Ward
609b1ad8a3
Add MSpec addin to installer.
13 years ago