Siegfried Pammer
9e12c504eb
fixed some localization issues in Profiler options panels
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@4890 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Matt Ward
31d9f8203e
Update string resources.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@4889 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Daniel Grunwald
7f2f49377d
Fixed ArgumentOutOfRangeException in Boo forms designer and added workaround for another possible ArgumentOutOfRangeException (also when leaving the designer).
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@4888 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Daniel Grunwald
13e1fa6bb0
Fixed IsAccessible for "protected internal" members. (forum-9974)
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@4887 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Siegfried Pammer
75cec19ac1
- updated English translation
...
- updated German translation
- fixed small bug in QueryView
- fixed localization issues in GeneralOptionsPanel
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@4886 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Daniel Grunwald
f0d8124acc
Immediately rename form class when a form is renamed in the designer (avoids side-effects in IViewContent.Save).
...
This fixes forum-9916 (error closing Sharp Development IDE after renaming a form).
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@4885 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Christian Hornung
d413a6fb9d
Fixed SD2-1588 - Automatic SVN add of forms designer .resx file fails.
...
The stream which the resource file is saved to is now closed before the SVN add operation to unlock the file.
Also fixed the .resx file being added to the project prematurely and not being added to SVN when multiple designer views for the same form are opened before the .resx file has been saved to disk for the first time.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@4884 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Daniel Grunwald
1bab5625a5
Fix SD2-1584 - VB .NET snippet parser crashes on invalid syntax
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@4883 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Daniel Grunwald
85c0da5716
Fix SD2-1587 - Duplicate sections added to solution file on each save
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@4882 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Siegfried Pammer
44564f9f2f
fixed SD2-1526 - Save As shows a Save As dialog box for each view attached to the file
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@4881 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Matt Ward
7b8a0f7c46
Disabled project resources in the python form designer.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@4880 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Siegfried Pammer
eec0d0d072
Added missing resource strings for the profiler
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@4879 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Siegfried Pammer
c7a37f8443
- Top 20 displays user code only
...
- Added functionality to expand selected hot paths
- fixed percentage of parent
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@4877 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Daniel Grunwald
588f77c0e0
Temporarily disable FileChangeWatcher while renaming files. Should fix forum-10029.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@4876 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Siegfried Pammer
213808103c
missed to commit some changes (never commit around 12 PM!)
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@4875 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Siegfried Pammer
566b84c281
Profiler:
...
- added translation for the profiler UI
- added functionality to control data collection (only profile parts)
- added new columns (Time spent (self); Time spent/call, Time spent (self)/call)
- added hot path indicators
- Top 20 tab is now sorted by TimeSpentSelf
* fixed bug in LocalizeExtension
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@4874 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Siegfried Pammer
9dbff240b9
Profiler:
...
- added new data columns
- added hot path indicator if method takes more than 20% time of the parent node
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@4873 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Christoph Wille
421bc5a195
RC 2 designation of setup
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@4870 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Daniel Grunwald
598a05e716
Reparse when return is pressed.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@4869 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Siegfried Pammer
482e3c3640
Profiler: fixed "Find references" for methods without source code
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@4865 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Siegfried Pammer
3e95b10b69
implemented Find References for the profiler tree view
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@4864 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Siegfried Pammer
28804bf2ea
Profiler:
...
- fixed memory leak
- removed ICSharpCode.SharpDevelop.Profiling namespace
- added filter for unit tests when selecting "Run with profiler"
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@4863 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Daniel Grunwald
79495c2499
Set /32BIT+ on booc.exe
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@4861 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Daniel Grunwald
3627244b26
Missing StringParser.Parse call in ApplicationSettings panel
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@4860 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Daniel Grunwald
6b028b752c
Put new build options into the UI (BOO-1228)
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@4859 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Daniel Grunwald
1dfb9d1134
Update to Boo 0.9.2.3383.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@4858 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Matt Ward
2c72d347f9
Code coverage results now read from new PartCover 2.3's new results file format.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@4846 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Matt Ward
3789094bbd
Update COM Guids written to registry for PartCover 2.3
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@4837 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Christian Hornung
34cd8c436d
Forms designer: Fixed SD2-1531 - CenterHorizontally / CenterVertically: icons are swapped.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@4820 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Christian Hornung
679866ec5a
NRefactoryASTConvertVisitor: Apply IndexerNameAttributes to the names of the converted indexers.
...
This fixes the ReflectorAddIn being unable to find such indexers in Reflector.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@4817 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Christian Hornung
ce43d8fd7f
ReflectorAddIn: Fixed finding nested classes and members thereof.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@4816 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Daniel Grunwald
4ecf8be05c
profiler: modified DefaultProfiler implementation to show error message instead of throwing NotSupportedException in case no profiler was found.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@4812 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Daniel Grunwald
511a9016f8
Create new projects as x86 by default - AnyCPU leads to programs running as 64-bit process without ever being tested that way.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@4810 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Daniel Grunwald
5624365c38
Fix unit tests.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@4800 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Daniel Grunwald
5a692a7100
Replace equals sign with space to match new PartCover command line syntax.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@4799 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Daniel Grunwald
c7acc102a8
Upgrade to PartCover 2.3.
...
Set /32BIT flag on PartCover.exe
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@4797 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Daniel Grunwald
1a9f2ab7f0
Change label "Goto line number" -> "Go to" to better reflect the features of the new GotoDialog
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@4786 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Mike Krüger
1b44fac5a9
* Src/PrettyPrinter/CSharp/PrettyPrintOptions.cs:
...
* Src/PrettyPrinter/CSharp/CSharpOutputVisitor.cs: Added brace
forcement options - this enables to change bracing for some
constructs.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@4769 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Matt Ward
636ccb5f6e
Python code converter now attempts to detect property references and adds a this reference.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@4763 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Matt Ward
6d6589aa7d
Python code converter now converts type reference expressions.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@4762 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Matt Ward
7b77da2dc0
Python code converter now supports read-only and write-only property conversions.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@4761 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Matt Ward
81446a8a21
Python forms designer now supports negative doubles as method parameters.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@4754 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Daniel Grunwald
cd800c8308
Fixed SD2-1494 - 'Move class to file' duplicates delegate declarations
...
Based on patch by Bruno Marques.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@4748 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Matt Ward
70942e3ac3
Fixed bug in python forms designer failing to convert an integer into a double when loading a form with a property of type double.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@4747 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Matt Ward
96098e5761
Python forms designer now generating AnchorStyles properties.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@4746 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Daniel Grunwald
4c32ea2a50
Fixed output for overloaded unary operators.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@4741 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Daniel Grunwald
c5a371dd2c
Fixed SD2-1572 - operators are shown as nameless methods in code completion
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@4740 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Daniel Grunwald
2bd75facc9
Don't generate code for attributes of base class in override code completion.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@4739 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Matt Ward
ccc5df09db
Python forms designer shows a more useful error message if it is unable to find a type to create a local variable.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@4738 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Daniel Grunwald
1915a2c328
Fixed SD2-1581 - GetterModifiers/SetterModifiers not loaded in ReflectionProperty and CecilReader
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@4736 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago