Daniel Grunwald
df78c1123b
Moved C++ and WiX templates to the (disabled) AddIn projects. (SD2-566)
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@820 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
David Srbecký
cbf2a0fac6
Rewritten Debugger.MTA2STA
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@819 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
2cff0d9e07
Added context menu to AddInManager, put strings into translation database. Chloë (GeneralWizardBackground.png) now uses alpha transparency and looks great in different color profiles.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@814 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
9158302376
Improved AddInManager (updating AddIns now works correctly).
...
Form Designer now no longer rewrites fields without modifier, patch by Christian Hornung.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@812 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Markus Palme
7701bf5ea4
added icons for the debugger pads. they are not perfect but at lease distinctable.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@811 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
dd7dcdbb0a
Added support for installing and uninstalling user AddIns.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@809 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
155e8acf0f
Implemented adding and removing external AddIns.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@808 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
49b9f18bb1
Check dependencies when enabling/disabling AddIns.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@807 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
d4304b6400
Add simple AddIn manager that can enable and disable AddIns.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@806 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
aaeea686f3
Use ToolStripManager.Renderer instead of MenuService.Renderer. Use ProfessionalRenderer+SystemColorTable instead of SystemRenderer.
...
The "CoreStartup" class now helps starting up the core and enables the core user to change the location of the properties file and some other core settings.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@799 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
d5b981e7e0
Show new AddIn properties in the AddInScout.
...
Fixed C# ExpressionFinder bug: identifiers were resolved as type names when they were in front of a keyword like 'in' or 'as'.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@795 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
49040ea269
Fixed code completion for project references.
...
Added support for AddIn dependencies and conflicts to ICSharpCode.Core.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@794 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Mathias Simmack
ec26b2fb35
some little updates and fixes
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@785 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
2e13b56e1d
Fixed moving linked files in the project pad and other minor bugs.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@783 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
28dfc752a6
Fixed a few minor bugs.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@779 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
David Srbecký
85efc7e17c
ToString() evaluated in local variables pad
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@778 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
d72a6d98b6
ErrorListPad now uses TaskView (patch by David Alpert). Renamed ErrorList to ErrorListPad and OpenTaskView to TaskListPad.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@777 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
b8720c2bac
Fixed SD2-564: Code always generated for c#.
...
Fixed VB parser bug ("Dim lDrives() As DriveInfo")
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@776 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
David Srbecký
55314d69e5
Eval exceptions are handled
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@775 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
392040b16f
Fixed some bugs regarding missing files and folders in the project browser.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@772 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
David Srbecký
cfb9283bee
Properties shown in local variables pad and debugger tooltip
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@769 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
David Srbecký
dee7a7ede4
Numbers can be set using debugger tooltip
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@768 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
81f0f4322c
Fixed NullReferenceException in DynamicHelpPad. Updated layout configuration to hide DynamicHelpPad by default.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@766 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
288234d0c4
Fixed some bugs in NRefactory.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@765 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
a6852502a4
The Boo AddIn now supports code completion for generics. The C# -> Boo converter now supports converting generic type references.
...
NRefactory now uses CastExpression for all cast types ("DirectCast", "CType", "TryCast"). TypeOfIsExpression now used by C# instead of BinaryOperatorType.TypeTest.
Updated to new Boo version that supports parsing and writing generic type references.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@763 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Mathias Simmack
b7ebff1762
changed the call of the dialog and its Dispose() method a little bit
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@762 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
David Srbecký
63f72c394f
Added icons to debugger tooltips
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@756 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
David Srbecký
b11865c0d2
Variables in Local Variables pad are expandable again.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@755 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
David Srbecký
0e1ab4a415
Debugger SubVariables property moved from Value to Variable.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@754 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
David Srbecký
7939a3daa5
Worked on Debugger.VariableCollection. Started redesign of local variables pad.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@753 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
David Srbecký
18d989267c
Added Debugger.Variable
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@751 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
David Srbecký
6f785e7cc0
Renamed debugger Variables to Values
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@742 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
David Srbecký
f8928556af
Fixed exception being handled twice.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@741 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
David Srbecký
31eac65e8a
Added VariableCollection.UpdateTo
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@740 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
b100ff1fb0
Improved code completion for extension methods (currently only enabled for Boo).
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@739 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
af069a1f42
Add code completion for the "override" keyword.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@737 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
David Srbecký
c7463e54c9
Added public property Debugger to debugger objects. 'debugger' parameter of many constructors inferred from other parameters.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@736 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
David Srbecký
ab7901dbf5
VariableCollection made mutable
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@735 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
David Srbecký
5d757b2ecb
PropertyVariable updated to new eval design. Variables can have 'magic' values and have OnValueChanged event.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@729 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
David Srbecký
6e62dad949
Redesigned debugger evaluation interface
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@728 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
David Srbecký
0432df8966
Added methods for "Set current statement" to IDebugger
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@724 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
70810828fd
Add "Set current statement" command to text editor context menu.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@723 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
0cd63b78df
Fixed SD2-554: Enum members in output visitor
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@710 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
David Srbecký
20f9f1925f
Renamed namespace DebuggerInterop to Debugger.Interop
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@698 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
David Srbecký
bcd6160f6d
Renamed namespace DebuggerLibrary to Debugger
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@697 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
David Srbecký
5c439cd41b
Code from DebuggerInterop moved to Interop
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@695 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
David Srbecký
8c4fbace89
Added headers to debugger interop
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@694 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
David Srbecký
e9d7cf5110
Warning 108 suppressed in the release build of debugger
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@693 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
de36e77696
FileTypeRegisterer now uses HKCU\Software\Classes when there is no write access to HKEY_CLASSES.
...
SearchAndReplace panel now uses translation database.
Removed many unused resource strings.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@691 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Matt Ward
ba9529033a
Form designer creates and uses .resx files for new forms and user controls. Forms that have already been created and are using a .resources file will continue to do so. Resx files are added to the MSBuild project with the DependentUpon element set to point to its form. Deleting the form will also delete its Resx file.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@688 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago