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
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
Siegfried Pammer
416d1adf45
fix OpenCommandPrompt implementation: works now if target path is on a drive different from the current working directory
12 years ago
Daniel Grunwald
8e799bf3d4
Allow running actions as part of file templates.
12 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.
12 years ago
Daniel Grunwald
918582348c
Fix compiler warnings.
12 years ago
Daniel Grunwald
8b1fcfa2ba
Add Where() and OfType() implementations in ModelCollectionLinq; and remove some redundant helper methods in Debugger.AddIn.
12 years ago
Daniel Grunwald
24f68bf609
Fix saving/loading open files and breakpoints.
12 years ago
Matt Ward
3deb4ecd54
Add PowerShell support for NuGet addin.
...
Code model API is still unavailable.
12 years ago
Daniel Grunwald
d779caaf9e
Fix bugs in SolutionLoader that were introduced with the Deploy.0 flag.
12 years ago
Daniel Grunwald
d4ccfd282d
Solution configuration management: preserve Deploy.0 flag.
12 years ago
Matt Ward
33070393e1
Fix standard headers not being saved.
12 years ago
Daniel Grunwald
2eeb58101d
Initialize all the colors for semantic highlighting.
13 years ago
Daniel Grunwald
453c566254
Fix various bugs in new solution model.
13 years ago
Daniel Grunwald
72d01bd043
Fix some more crashes reported by UDC.
13 years ago
Daniel Grunwald
10a368a382
Fix NullReferenceException in PropertyPad.SetSelectableObjects
13 years ago
Daniel Grunwald
9cc8c5248d
Fix various crashes reported by UDC.
13 years ago
Daniel Grunwald
94e05c3e7f
Implemented loading+saving of project+solution preferences.
13 years ago
Daniel Grunwald
6e08cfe87e
Reimplemented project configuration management.
13 years ago
Daniel Grunwald
091d791b5b
Change IProject.Items to IMutableModelCollection; and get rid of the IProjectItemListProvider interface.
13 years ago
Daniel Grunwald
c2c89c7014
Move project service events to IProjectService interface.
13 years ago
Daniel Grunwald
918b47ca70
Fix various issues with the new solution model.
13 years ago
Daniel Grunwald
e6b05f1b4a
Change IModelCollection to use a strongly-typed event handler.
13 years ago
Daniel Grunwald
7f08fe1c0f
Simplify project creation API.
13 years ago
Daniel Grunwald
785c54c9e8
Worked on new ProjectService implementation.
13 years ago
Daniel Grunwald
bb4e74c170
Worked on IProjectService API.
13 years ago
Daniel Grunwald
9ee497eec8
Hide MSBuildEngine behind service interface and move it to SharpDevelop.exe
13 years ago
Daniel Grunwald
7a58188249
Fix MSBuildBasedProject.FindExistingPropertyInAllConfigurations()
13 years ago
Daniel Grunwald
194dcce61d
Add FakeMessageLoop as a fall-back service so that unit tests don't have to instantiate it manually.
...
Improved the ISolution implementation.
13 years ago
Daniel Grunwald
7aa8e6c63b
Initial implementation of new ISolution-API.
13 years ago
Peter Forstmeier
90e7ed37d7
Initial add of SharpDevelop Reporting
...
Test#s for DesignerDisplayBinding running
13 years ago
Daniel Grunwald
5ac93c1540
Port most of SharpDevelop to new ISolution API.
13 years ago
Daniel Grunwald
b88947a4fe
Started refactoring the project service / solution API.
13 years ago
Daniel Grunwald
52e595eb16
Handle IOException (network path not available) in AbstractProject.get_ReadOnly
13 years ago
Daniel Grunwald
658c1d2c53
C# syntax highlighting: Move contextual keywords into other keyword categories
...
Semantic highlighting will undo the keyword highlighting when the keyword is used as an identifier.
13 years ago
Daniel Grunwald
04c5e7560b
Use custom dialog for assertion failures.
...
The new dialog allows viewing the full stack trace; and ignoring all occurrences of a given assertion.
13 years ago
Matt Ward
ef5d2930e9
Fix output name in Application settings project panel.
...
The output assembly name was always has the extension of .exe when
the project options is opened.
13 years ago
Matt Ward
5ff1f88f1f
Fix null reference when creating new EF data model file.
...
Do not add an EntityTypeMapping element if it already exists.
Fix intermittent error were the EF data model view content
does not have a workbench window when the file is renamed
on save.
13 years ago
Peter Forstmeier
36942a8c9a
http://community.sharpdevelop.net/forums/t/16600.aspx (3. Item)
13 years ago
David Srbecký
ea026ca401
Fix CurrentLineBookmark for whole-line and multi-line sequence points
13 years ago
David Srbecký
3c1353849f
Remove all code related to debugging of decompiled code
13 years ago