Daniel Grunwald
f0cfdbc6d2
Merged 3.0 into trunk.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3659 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Daniel Grunwald
20fad3dd84
Forum-8545: Fixed color of +/- sign in folding marker.
...
By default, use system colors for folding marker.
Fixed Mode.xsd so that .xshd files generated by the highlighting editor are valid again.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3658 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Daniel Grunwald
707294326e
Fixed exception when "Find references" finds a result in unsaved Designer.cs file.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3657 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Daniel Grunwald
bcb4ace39a
Fixed NRefactory bug when detecting cast expressions: If the tokens in the parenthesis look like a pointer type, don't check the cast follower.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3656 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Daniel Grunwald
0f7890a6a1
Remove WPF Designer.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3655 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Daniel Grunwald
899eccf099
Fixed build.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3654 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Daniel Grunwald
8d0d84ad0e
Fixed build error when F# is not installed.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3653 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Robert Pickering
d36a6cade0
Remove custom F# msbuild task.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3652 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Robert Pickering
7755f80fe8
Upgrade to F# version 1.9.6.2 which includes an msbuild task, so we can remove our custom task.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3651 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Robert Pickering
c97f0fac23
Undo changes, as these should have been applied to sharpdevelop30 branch.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3650 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Robert Pickering
08f14241df
Upgrade F# binding to use version 1.9.6.2 (which comes with a msbuild provider so the custom one is no longer needed).
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3649 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Justin Dearing
91af16cfeb
Fixed some comment typos.
...
Cleaned up using Statements.
added some Exception xml doc blocks.
Updated the projects to Visual Studio 3.5
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3648 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Christian Hornung
7ec74630f8
Ignore errors when loading the view content mementos from LastViewStates.xml (may happen after low disk space condition, see http://community.sharpdevelop.net/forums/t/8592.aspx ).
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3647 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Christian Hornung
e35c250c39
ResourceToolkit: Fixed exception when encountering an empty resource name in a ResourceManager constructor call.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3646 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Matt Ward
e6e7966038
The language to use for localization of WiX UI dialogs can now be specified in the project options.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3645 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Daniel Grunwald
26f3ddb298
Don't load assemblies by partial name.
...
Fixes crash when .NET 4.0 is installed (trying to load .NET 4.0 assembly into .NET 2.0 runtime)
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3644 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Matt Ward
b4cc2ff514
References defined in a file template are now added along with their hintpath when adding a new file to a project.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3643 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Matt Ward
81527343aa
Updated to WiX 3.0.4714
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3642 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Matt Ward
550ff13c81
Changed component ids for desktop and start menu shortcuts so uninstalling SharpDevelop 4.0 removes these shortcuts if SharpDevelop 3.0 is also installed.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3641 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Daniel Grunwald
4ac5e17666
Add AvalonEdit.AddIn to setup
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3640 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Daniel Grunwald
81364494d7
Fixed exception in syntax highlighter when slowly scrolling to the end of the document (so that the span stack is set for all but the last line).
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3639 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Daniel Grunwald
d1575ceb4f
Update AvalonDock to 1.1.1714, fixed focus bug when there are secondary view contents.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3638 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Daniel Grunwald
a1db5081b4
Fixed build
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3637 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Daniel Grunwald
053bdcee81
Add AvalonEdit to setup.
...
Fixed text selection at end of document.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3636 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Daniel Grunwald
fd48c4b958
Add AvalonEdit.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3635 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Matt Ward
8fb658431b
No longer ignoring one of the python parser tests which now works in IronPython 2
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3634 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Matt Ward
178f9f03e1
Added icons for Python files and projects.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3633 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Matt Ward
3b917d707f
Changed the Python console window command line history so it behaves the same as ipy. Previously after reaching the start/end of the command line history the start/end command line would be shown again when moving the other way through the history.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3632 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Matt Ward
6a7bce1bcc
Added IronPython.dll reference to Python console and winform project templates.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3631 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Daniel Grunwald
a386bdc8ca
Improved performance of code completion on variables with expensive type lookups (range variables, elements defined in XAML)
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3630 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Daniel Grunwald
d64c3db0da
Fixed forum-8572: scoping of query continuation variables (thanks to Joseph Albahari)
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3629 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Daniel Grunwald
3117fd80ec
Patch by Alex Prudkiy: fixed random UnauthorizedAccessException when saving file
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3628 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Matt Ward
08a7425771
Added basic command line history support for the Python Console window.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3627 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Ivan Shumilin
6bf0f84408
Update references in test solution
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3626 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Ivan Shumilin
fada9f0e0d
remove duplicated projects and reference, update output paths in *.csproj
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3625 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Daniel Grunwald
18065c8219
Removed XamlBinding+WpfDesign from 4.0 (they will be added back later)
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3624 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Daniel Grunwald
48af706f24
Merge 3.0 into trunk.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3623 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Daniel Grunwald
994ffb1812
Fixed bug in CompileModifiedProjectsOnly that could cause projects to not recompile even if they were changed.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3622 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Daniel Grunwald
35c6d0154e
Fixed NullReferenceException in FileChangeWatcher.OnFileChangedEvent
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3621 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Daniel Grunwald
688611c98e
Don't swallow load errors
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3620 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Daniel Grunwald
0bc307d4eb
Mark .exe, .dll and .bat files as executable (required for cygwin).
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3619 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Matt Ward
3aef8c79fe
The home key moves the cursor to the start of the line after the prompt in the Python Console.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3618 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Daniel Grunwald
d06a875528
C++ sample: x64 support
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3617 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Siegfried Pammer
4c5360f876
fixed SD2-1470
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3616 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Matt Ward
63e7639f2b
Updated to IronPython 2.0 RC 1
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3615 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Matt Ward
754374cb01
Change GUIDs for setup components that changed when files were removed or added.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3614 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Ivan Shumilin
a2c98174e2
Setup fix
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3613 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Ivan Shumilin
89a3ce3a0a
Setup fix
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3612 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Ivan Shumilin
cb95a5a4a3
Setup fix
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3611 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Ivan Shumilin
3035c83c8e
second attempt...
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3610 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago