Matt Ward
e8651430cc
Fixed SD2-598. Added ComponentSerializationService to XmlDesignerLoader to enable undo/redo when designing xml forms.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@849 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
David Srbecký
3f22a40553
Fixed debugger test
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@848 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
David Srbecký
24ffed1f5b
Misuse of delegate
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@847 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
David Srbecký
d80a9340cc
Lazy getting of object values
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@846 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
d13acb5577
Disabled failing debugger test.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@843 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
37b426ac39
Work around MSBuild bug: log4net.dll is not copied to the unit test output directory (and copying some other libraries just in case...)
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@842 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
cd8652cef5
Work around MSBuild bug: ICSharpCode.SharpDevelop.dll is not copied to the unit test output directory.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@841 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
David Srbecký
48ccbb0065
Lazy getting of property values
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@840 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
206a379d1d
NAntAddIn unit tests now don't need a hard-coded path in the config file.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@839 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
d35a99159c
Set output directory of unit test projects to bin\UnitTests
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@838 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
5ada3ff483
Implemented designing forms and controls with Visual Inheritance (based on patch from Alex Prudkiy)
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@837 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Matt Ward
039c26ad22
Html Export menu option no longer gets disabled after being selected once.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@836 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
David Srbecký
7318cbb775
Lazy getting refactored. Started lazy getting of properties
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@835 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
2c78c8157f
Removed MessageBoxBuilder addin.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@834 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
5572b5104f
Use project references to NUnit.Framework instead of GAC references (NUnit isn't in the GAC on the build server).
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@833 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Matt Ward
2b47edd0cf
Fixed typos in VB.Net file templates.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@832 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
David Srbecký
dbe4cb08bd
Lazy getting of array values
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@831 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
David Srbecký
41b3368ee2
Lazy getting of function arguments and local variables
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@830 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
10e90d3769
Fixed enumerations with base type in VB output visitor.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@829 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
David Srbecký
0a0a63d6e9
Used constructor instead of Variable.CreateVariable
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@828 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
David Srbecký
4b3226aa07
Getting of function variable made lazy
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@827 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
David Srbecký
c06565d3de
Debugger.Function valid as long as possible
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@826 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
8688cca5cf
Fixed selection bug after double-clicking on a word (based on patch by 'ctlajoie').
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@825 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
David Srbecký
1a08a004e8
VariableFactory meged into Variable. ValueFactory merged into Value.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@824 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
David Srbecký
47c6c73c29
Some validity checking in debugger. Removed MagicValue and UnknownValue.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@823 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
David Srbecký
6fc4a6c9b2
MTA2STA uses MethodInvoker delegate
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@822 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
David Srbecký
687942aee9
Rewritten Debugger.ManagedCallbackProxy
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@821 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
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
26ac8daa56
SD2-582: Solution file incorrect after adding a second project
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@818 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
d8682cf797
Fixed SD2-577: System.ArgumentException: Value does not fall within the expected range
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@817 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
b8b3f163aa
Fixed SD2-585: DataGridView does not appear in Tools | Data tab
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@816 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
b11100c522
Add documentation about AddInManager.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@815 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
2e05daec59
Fixed SD2-590: Form Designer does not show child controls of panel
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@813 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
9203eb6ee3
Applied form designer field declaration patch by Christian Hornung.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@810 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
Matt Ward
7996a9fb3a
Fixed SD2-587. Windows forms component sidebars recreated if they do not exist when switching to an already opened forms designer.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@805 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Matt Ward
7a74150303
Fixed SD2-588. Type resolution service no longer returns types from the Microsoft.VSDesigner assembly. This stops the forms designer from using Microsoft's data adapter designers.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@804 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
88aee1b29e
Added workaround for TreeView bug when drawing selected nodes when the treeview does not have focus.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@803 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
0642cc120b
Now AddIns are loaded from three locations:
...
- ApplicationBase\AddIns
- ConfigDirectory\AddIns
- locations defined in ConfigDirectory\AddIns.xml
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@802 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
6f631b3541
Update to Boo 0.7.5, added support for partial classes to the Boo AddIn.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@801 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
e372792062
Patch by Scott Ferrett: Match whole word now accepts any non-letter-or-digit character as word bound, fixed exception when searching in "whole project" or "whole solution" and the project contained an open .resources file.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@800 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
e88d9dd139
Fixed code completion in WithStatements.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@798 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago