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
Siegfried Pammer
ccfbbfe22c
removed custom settings file and integrated into SharpDevelop's settings file and improved display binding (no need to load for all files anymore)
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3710 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Matt Ward
4d6ef0cf86
Fixed SD2-1125 - Component inspector search dialog throws an exception if the Levels field is empty.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3709 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Matt Ward
651d5e81ba
Fixed ObjectDisposedException in Component Inspector when opening the FindDialog with no object selected.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3708 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Matt Ward
5d0452ed41
Fixed unhandled exception thrown when opening a file that is not a .NET assembly or COM component in the Component Inspector.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3707 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Matt Ward
e9decd66d8
Improved fix committed in rev 3705.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3706 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Matt Ward
ff6e99aed9
Adding/removing a directory from the Code Analysis's Add/Remove rule assembly dialog was not marking the options panel as being modified so the changes were not saved.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3705 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Daniel Grunwald
c7b3b9193a
prevent user from deleting the last configuration/platform
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3704 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Matt Ward
11575009d5
Path to FxCop 1.36 now detected.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3703 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Daniel Grunwald
9730e9b2ce
Revert revision 3700.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3702 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Siegfried Pammer
2c7a1477ef
implemented some stability checks into ShowErrorHelpCommand
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3701 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Matt Ward
83f1a70b35
Fixed SD2-784 - File still considered dirty after undoing all changes.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3700 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Daniel Grunwald
e9eba2d44b
'default' keyword was missing in completion list in field initializers.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3699 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Matt Ward
5e0d32dfa5
Fixed SD2-1366. Updated app.config schema with elements and attributes in .NET 3.5
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3698 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Daniel Grunwald
3bc4ba8e9c
More debug info in BuildWorker; make FxCop auto-detection smarter.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3697 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Daniel Grunwald
aaa165322a
Fixed lookup of namespaces in default imports.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3696 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Daniel Grunwald
ea3c694316
Fixed build.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3695 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Daniel Grunwald
a9eb814ba3
VB: Fixed bug in global name lookup when the using scope of the compilation unit is inside a namespace
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3694 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Daniel Grunwald
de2a2b359e
Suggest only namespaces after 'using'.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3693 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Daniel Grunwald
a79df36253
Fixed NullReferenceException in MethodInsightDataProvider.
...
Code converter: when an identifier cannot be resolved, don't assume it's a method.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3692 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Matt Ward
3521331803
Fixed SD2-1213. The Unit Tests tree view now updates correctly when a duplicate test class has its name changed.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3690 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Matt Ward
b42119f27c
Correct F# targets file now used when creating a new F# project.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3689 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Siegfried Pammer
dbb13a444f
I uploaded the wrong file (sorry), reverting the changes.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3688 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Siegfried Pammer
759d3705ee
updated project file (deleted files)
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3687 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Siegfried Pammer
7323ba5be3
reverted some files uploaded by mistake (sorry).
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3686 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Siegfried Pammer
aa66c1f847
Implemented insertion of "#End Region" Tags.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3685 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago