Daniel Grunwald
eec385146f
Change LGPL headers to MIT header.
12 years ago
Daniel Grunwald
f07ea5af32
Reduce number of compiler warnings; and re-enable some old unit tests.
12 years ago
Matt Ward
d456cab4a5
Do not show reload solution dialog when moving F# files inside project.
12 years ago
Matt Ward
be804c74b4
Add System reference to F# project templates.
12 years ago
Matt Ward
0dc979b09e
Add FSharp.Core reference to F# console project templates.
12 years ago
Matt Ward
d4c41e09b7
Add F# class library project templates.
12 years ago
Matt Ward
fc15017104
F# interactive window now uses F# 3.0 if it is installed.
12 years ago
Matt Ward
5e22a5f5ba
Add F# 3.0 console project template.
12 years ago
Peter Forstmeier
6307d68d90
Grouping
12 years ago
Daniel Grunwald
571a8d08bb
Move all code related to file/project templates to SharpDevelop.Templates.
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
7f08fe1c0f
Simplify project creation API.
13 years ago
Daniel Grunwald
5ac93c1540
Port most of SharpDevelop to new ISolution API.
13 years ago
Daniel Grunwald
a2bfa48520
Use InvokeAsyncAndForget() instead of InvokeAsync().FireAndForget().
13 years ago
Daniel Grunwald
7f18d1d432
Remove usages of WorkbenchSingleton.
13 years ago
Daniel Grunwald
a224739c79
Replace some WorkbenchSingleton usages with the SD5 API.
13 years ago
Daniel Grunwald
05904c8407
Replace ITextEditorProvider with GetService<ITextEditor>().
13 years ago
Daniel Grunwald
c331684f59
Remove reference to non-existent F# ambience
13 years ago
Daniel Grunwald
ebceccdaa9
Fix LoadSolutionProjects-Thread.
14 years ago
Daniel Grunwald
7aea1ca75e
Rewritten ICSharpCode.Core.Properties:
...
- The meaning of "Get" is no longer overloaded, GetList and NestedProperties are now seperate methods.
- "Get" and "GetList" no longer cause the default value to be written into the properties container.
- Use DataContractSerializer instead of XmlSerializer.
14 years ago
Daniel Grunwald
0a4d05cc97
Fixed race condition in project.GetOrCreateBehavior().
...
Avoid loading behaviors into UnknownProject/MissingProject.
14 years ago
Siegfried Pammer
1d418648b3
add back F# and C++ Binding
14 years ago
Daniel Grunwald
95cc542675
Dispose the ProjectChangeWatcher when creating a new project fails.
14 years ago
Siegfried Pammer
80160c1c19
finished implementation of Behaviors
14 years ago
Matt Ward
8a98d652cb
Add F# project and file template icons by Michael Seeger.
14 years ago
Siegfried Pammer
5a943271ea
working on SD-1527 - A display binding's supported files should be independent from the files it handles by default:
...
- add mimeType to file extensions
- implement new methods IsPreferredBindingForFile and AutoDetectFileContent for IDisplayBinding
14 years ago
Boris Kozorovitzky
a5644c7858
ProjectBinding may choose to handle missing project by itself.
14 years ago
mrward
6897fec275
Show 'Send to F# Interactive' in text editor right click menu.
15 years ago
mrward
1af9cd2f24
Fix SD-1698 - Exception when trying to open F# project properties
15 years ago
Daniel Grunwald
afd2f38400
Mark SharpDevelop assemblies as Full/Client profile.
15 years ago
Daniel Grunwald
f5780c2944
Apply new file headers
15 years ago
Matt Ward
48383a8bec
Restructured AddIns folder - removed nested AddIns\AddIns folder and added Analysis folder.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6305 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Daniel Grunwald
4ba935e0a1
Remove unused references to ICSharpCode.TextEditor.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5886 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Daniel Grunwald
b5f9f09c40
Highlighting editor: allow editing colors of highlighting definitions defined in AddIns.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5582 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Daniel Grunwald
3c212c5839
Improved F# interactive pad.
...
Add InitiallyFocusedControl to pads.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5498 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Daniel Grunwald
23d3dbf841
Ported F# binding to C#. (merge from 3.0 branch + added back adjustments for SD 4.0)
...
The F# binding written in F# was problematic because the F# runtime is not installed on all computers where SharpDevelop is running.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5494 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Daniel Grunwald
be5d31d643
Ported F# binding to C#.
...
The F# binding written in F# was problematic because the F# runtime is not installed on all computers where SharpDevelop is running.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@5491 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago