Daniel Grunwald
a8dd913eb1
Fixed build.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3765 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Robert Pickering
02d3d085d2
Build F# plugin with --standalone switch to avoid dependency problems.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3764 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Daniel Grunwald
885afa299e
More debug output when building (trying to find the cause of SD2-1485).
...
Run IProject.StartBuild on its own thread, so it runs outside of any locks taken by the build engine.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3763 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Siegfried Pammer
dcbc8d5fdd
added support for implicitly typed local variables in ExtractMethod, now the type is resolved before using it as a parameter in the new method's signature.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3762 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Matt Ward
381262f765
Updated to WiX 3.0.4917.0
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3761 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Siegfried Pammer
5f1fccd9ce
improved ExtractMethod
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3760 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Siegfried Pammer
c2d6a0cb80
fixed Bugs in ExtractInterface
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3759 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Daniel Grunwald
4bc08d161a
Add PrintDocument to default Toolbox.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3758 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Daniel Grunwald
2fd53108e1
Renamed "OK" button in solution configuration editor to "Close" (there's no way to cancel the changes).
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3757 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Daniel Grunwald
efc40af0ff
Fixed SD2-1504: Tooltip not shown when code folded
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3756 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Siegfried Pammer
61a20439ea
fixed bugs in Extract Method
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3755 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Daniel Grunwald
e8edfd0864
Fixed updating properties in .user file.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3754 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Daniel Grunwald
653e996b6f
Fixed SD2-1477 - Unable to save project settings in .user file.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3753 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Daniel Grunwald
c7c5017022
Change base class of ToolBarCommand from ToolStripMenuItem to ToolStripButton.
...
This fixes the bug forum-8878 (focus rectangle is drawn for disabled toolbar buttons).
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3751 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Daniel Grunwald
24b1a71f09
Fixed bug introduced in revision 3744 (see SD2-1383)
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3750 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Daniel Grunwald
c15374a67c
On quad core machines, use 4 build workers by default.
...
Rename extension method Foreach -> ForEach.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3749 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Daniel Grunwald
adfef0e617
Fixed build.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3748 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Daniel Grunwald
c3cc141fe4
Deprecate AppDomainLaunchHelper (it's much better to manually launch AppDomains inside AddIns).
...
Copyright end date 2008->2009.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3746 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Siegfried Pammer
a5c660c325
fixed SD2-1486 - Extract Interface fails with overloaded methods
...
and other bugs in Extract Interface
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3745 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Siegfried Pammer
6eaee68ad4
fixed SD2-1383 - Long file name displayed in view title
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3744 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Matt Ward
c11c8658f9
Can now specify target CPU when compiling Python applications.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3743 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Christian Hornung
52c20abe83
Fixed SD2-1507 - ArgumentNullException when closing a form.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3742 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Christian Hornung
08117f470d
Fixed SD2-1498 - Deleting Form.Designer file will close main form file and lose changes.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3741 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Matt Ward
6e80d05d88
Fixed SD2-1503. Invalid expression error message prompt displayed by watch window.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3740 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Matt Ward
76ea758b2a
Explicitly set the form's size in ironpython unit test before generating code.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3739 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Matt Ward
e8fcd7c020
The Python forms designer (currently disabled) now has limited support for designing very basic forms.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3738 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Matt Ward
a3cabc08a1
StyleCop's tools options panel now handles spaces in the settings file path.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3736 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Daniel Grunwald
363aced498
Fixed SD2-1499: Parser null reference exception when parsing an incomplete VB.NET class
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3735 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Christian Hornung
08b5ca93e2
Fixed SD2-1496 - ArgumentOutOfRange exception when generating event handler in forms designer.
...
The Reparse method did not update the class part that comes from the primary file.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3734 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Daniel Grunwald
759f7933a2
Fixed SD2-1488: Tooltips not visible on secondary monitor
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3733 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Matt Ward
52147675d7
Fixed ArgumentException when MSHelpServices GetSlotFromString method returns an invalid slot index.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3732 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Matt Ward
22fd00b356
Fixed SD2-1396 - Moving a file from one project to another when a file exists and is on display.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3730 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Matt Ward
915738a5c7
Fixed null reference exception in highlighting editor when loading a syntax definition file with Digits/@color set to an unknown color.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3729 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Matt Ward
35c76c4613
Fixed SD2-1475 - Rename class does not rename destructor.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3728 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Matt Ward
21a4c7e222
Python code converter no longer using CodeDom.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3727 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Daniel Grunwald
f9b0436045
Fixed build.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3726 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Daniel Grunwald
d5eaa4e07e
Fixed VB compact framework targets.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3724 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Matt Ward
24adea7110
Fixed SD2-1333 - Unable to scroll horizontally when a file is first opened.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3723 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Daniel Grunwald
1012755da5
Fixed SD2-783: GDI Handle leak
...
EasyCodeDom: use extension methods.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3722 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Matt Ward
652a2288d8
Improved error reporting with the PythonCompilerTask. STAThread attribute added to main method when compiling python code to executable.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3721 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Daniel Grunwald
b4030339d7
Added BoundTypeParameter to Dom to represent the inferred types of a generic method invocation.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3720 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Daniel Grunwald
c4cca90012
Fixed SD2-1487: protected static members not visible in code completion of derived class
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3719 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Daniel Grunwald
a9a5a21b9a
Fixed SD2-1481: C# parser does not support extern aliases
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3718 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Daniel Grunwald
2921e6f48b
NRefactory: ensure Parent property is correctly set for all nodes
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3717 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Siegfried Pammer
5e40d123b8
fixed some bugs in the HexEditor
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3716 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Daniel Grunwald
2c30b55515
NRefactory: Fixed end position of multiline tokens.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3715 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Daniel Grunwald
abdf370ea4
Fixed SD2-1469: Argument out of range exception in expression finder
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3714 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Daniel Grunwald
7b19ef76a3
Fixed SD2-1490: Removing reference throws exception after change of target framework
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3713 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Daniel Grunwald
c197764697
Fixed SD2-1476: Return value attributes not converted correctly
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3712 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Daniel Grunwald
e7cfd48550
Fixed SD2-1484: Subversion AddIn: Cannot delete ignored file.
...
P/Invoke AddIn: move "Insert P/Invoke signature" to Edit>Insert menu.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3711 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago