Daniel Grunwald
cdc98c365b
Fixed bug in build engine: the mapping solution configuration->project configuration was not applied when building only modified projects.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@4008 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Mike Krüger
65e94963f5
* Src/Lexer/AbstractLexer.cs: Allow white spaces as symbol
...
separator.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@4007 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Siegfried Pammer
e77cd497e9
- fixed crash in ExtractedMethod, when extracting code with params parameters
...
- always close undo group, even if extraction causes exception
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@4005 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Siegfried Pammer
59672ddadb
- Bug fixes in Profiler and enhancements in GUI
...
- improved TaskListPad
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@4003 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Daniel Grunwald
6db02df273
ICSharpCode.SharpDevelop.BuildWorker: Fixed excessive CPU usage during build worker shutdown.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@4002 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Matt Ward
95a74afdb7
Added limited support for ListView items in the python forms designer. No support for sub items nor the ListViewItem.Text property.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@4001 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Matt Ward
91fc4ddf99
Code coverage results now generated when an exclusion has been added to the project.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3998 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Daniel Grunwald
56339d8148
Fixed forum-9381: GetClass could return class with incorrect type parameter count.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3997 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Siegfried Pammer
a31f69864a
fixed bugs in ProfileProject and ProfileExecutableForm
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3991 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Matt Ward
f9557c8c74
Added support for designing user controls in the python forms designer.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3990 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Matt Ward
e8e1310402
Removed all control specific code when determining child components in the python forms designer.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3989 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Siegfried Pammer
a98624fe08
Updated UI
...
Added context menu to RingDiagramControl
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3988 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Matt Ward
82e54905b9
Removed control specific code from generated code when adding an array of controls to a property in the python forms designer.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3987 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Matt Ward
8c5cecd99a
Form.Controls, MenuStrip.Items and ToolStripMenuItem.DropDownItems properties are now generated in the correct alphabetical order in the python forms designer.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3985 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Matt Ward
ea89a0c643
Controls.Add method is now invoked rather than being hard coded in the python forms designer code.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3983 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Matt Ward
43d1863925
ComboBox items code now generated in Python forms designer.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3981 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Siegfried Pammer
0f811649e1
fixed display of merged nodes in profiler
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3980 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Matt Ward
b3b1305b58
Fixed build by using actual ToolStripMenuItem sizes in menustrip test.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3979 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Matt Ward
00f01fce76
Python forms designer now handles loading and generating a form with a MenuStrip and ToolStripItems.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3978 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Matt Ward
4df59fe850
Fixed bug in XmlParser.IsAttributeValueChar not recognising valid characters as being valid for an attribute value.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3976 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Daniel Grunwald
472350384f
Allow saving external tool options when tools in the .NET SDK cannot be found.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3971 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Daniel Grunwald
718fd03ff0
SubversionAddIn: on 64-bit Windows, look for 64-bit version of TortoiseSVN.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3966 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Daniel Grunwald
2f86318fd8
Improved performance of UpdateAssemblyInfo.
...
Code-completion debug output: use Debug.WriteLine instead of Console.WriteLine.
Custom Tool project template: fixed compile error.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3963 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Siegfried Pammer
b47cf83b0e
- fixed SD2-1523 - Watch pad right click shows two context menus based on patch from http://community.sharpdevelop.net/forums/t/9006.aspx
...
- applied patch for drag&drop in Watch pad from http://community.sharpdevelop.net/forums/t/9320.aspx
- fixed NullReferenceException in ValueNode if either Watch Pad or LocalVarPad are not opened (added comments)
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3962 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Matt Ward
91bd830e61
Fixed SD2-1505 - Locals window - show values in hex does not refresh the values on display. Based on fix supplied by Nikhil Sarda.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3961 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Matt Ward
c773c2e393
Added empty string checks to XmlParser.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3960 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Siegfried Pammer
105962eabd
fixed crash when trying to profile non-.NET executable
...
fixed crash when trying to open a session without datasets
fixed bug in HexEditor
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3956 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Siegfried Pammer
bfd65e84a8
added work-around for Windows Forms bug in ElementHost, because WpfViewer was sometimes not displayed.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3949 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Daniel Grunwald
957e9d46c2
Switch from SvnDotNet to SharpSVN. This updates the embedded subversion library from 1.5.0 to 1.6.0.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3948 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Siegfried Pammer
b8d901686e
fixed CallCount when selecting only a small amount of datasets.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3947 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Matt Ward
072d5ec0cc
Code code now generated for empty menu strip in python forms designer.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3946 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Matt Ward
2c62e65fb9
Python form designer now supports loading/generating code for a form's AcceptButton and CancelButton properties.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3945 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Mike Krüger
243fa65087
* Parser/Expressions/LambdaExpressionTests.cs: Added test case for
...
typed ref/out parameter lambda expressions.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3944 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Mike Krüger
ebc2f1b64f
* Src/Parser/gen.sh:
...
* Src/Parser/CSharp/cs.ATG:
* Src/Parser/CSharp/Parser.cs:
* Src/Parser/CSharp/CSharpParser.cs: Added ref/out parameters for
typed lambda expressions.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3943 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Siegfried Pammer
2e8f6fdd4d
fixed threading bug in QueryCompiler
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3941 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Matt Ward
00fde32e00
Event handlers added for child controls when loading a form into the python forms designer.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3939 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Matt Ward
80aa8f7476
XmlParser now returning the correct active element if the element is followed by a tab or new line character.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3938 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Mike Krüger
cec95aa60d
* Src/Lexer/CSharp/Lexer.cs:
...
* Src/Lexer/AbstractLexer.cs: #if/#elif preprocessor directive now
contain the arg as string representation too (arg was null).
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3937 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Matt Ward
b95d5e6c83
Form event handlers now generated and loaded by python form designer.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3936 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Matt Ward
58e637e89b
SuspendLayout, ResumeLayout methods now called for nested controls in python forms designer generated code.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3935 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Matt Ward
32f305a25f
Child controls now added to a panel when form is loaded into the python form designer.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3934 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Matt Ward
b7704c9524
Code is now generated for controls added to a panel in the python forms designer.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3933 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Mike Krüger
5705bb78c5
* Src/Visitors/LookupTableVisitor.cs: Added IsQueryContinuation flag
...
to local lookup variables. This helps resolving the type of "from
... where ... into VAR" constructs.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3927 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Daniel Grunwald
75370b19e2
When unpinning a pad, hide it immediately (patch from DockPanelSuite forum).
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3926 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Siegfried Pammer
c5c518a689
fixed bugs in UI
...
updated TODO.txt
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3920 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Matt Ward
64965103ae
Added support for AnchorStyles in python forms designer.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3919 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Siegfried Pammer
9d8455bb06
Improvements and bug fixes in Profiler.AddIn GUI
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3917 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Matt Ward
5e60ee626e
Python forms designer: Control creation code now generated. Control variable names now prefixed with underscore. Control properties now set correctly on loading the form into the designer.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3916 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Siegfried Pammer
be8ba32292
Moved SharpDevelopElementHost to Profiler.AddIn
...
Added new functionality to Profiler
rearranged ProfileExecutableForm
fixed bug in TimeLineControl
smaller bug fixes
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3914 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Daniel Grunwald
fceb74103e
ChangeLog: only show changes since revision 3800.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3912 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago