Daniel Grunwald
835431f6ab
Fixed bug in code determining the size of the name column in the profiler.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@4977 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Daniel Grunwald
6543362d93
Update string resources.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@4976 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Siegfried Pammer
bccf8b8dd3
- added WPF assembly key for "Do not profile .NET internals"
...
- fixed hot path selection
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@4968 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Daniel Grunwald
efa6ff705a
Search for SDK tools in Windows 7 SDK.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@4967 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Daniel Grunwald
41e2c36afa
Fixed C# parser bug that caused InvocationExpressions to have no or incorrect locations.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@4960 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Daniel Grunwald
0d6c72676b
Rewrote IReturnType-output in VBNetAmbience to support inner classes inside generic classes.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@4959 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Matt Ward
a1b478b3fa
Update to NUnit 2.5.2.9222
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@4958 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Matt Ward
e9ae2efe47
Added unit test for generating textBox.PasswordChar property.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@4957 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Daniel Grunwald
51dcc82ad4
NRefactoryASTConvertVisitor: produce correct DOM for inner classes inside generic classes (copy the type parameters into all inner classes)
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@4955 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Daniel Grunwald
9d6d9f20fe
Fixed bugs loading method modifiers from Reflection/Cecil.
...
Rewrote IReturnType-output in CSharpAmbience to support inner classes inside generic classes.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@4954 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Daniel Grunwald
29e849b39f
Fixed forum-9975: Python Designer generates incorrect code for TextBox.PasswordChar property
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@4953 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Daniel Grunwald
6bdfc5a232
Forum-9934: work around exception by limiting class diagram to 10000x10000 pixels.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@4951 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Christian Hornung
b537595e0b
Fixed SD2-1016 - #Develop menus cannot be navigated using arrow keys when a winform has the focus.
...
FormKeyHandler now uses Control.FromChildHandle to determine whether the key message actually comes from inside the forms designer.
Replaced Hashtable with generic Dictionary. Removed unused local variable "ctl".
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@4948 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Daniel Grunwald
d3bfe7a542
Fixed forum-10060: CSharp Parser not setting EndLocation on some LocalVariableDeclaration objects
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@4946 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Daniel Grunwald
2059062c5e
Work around SD2-1049 - XPath query combo box is case insensitive - by disabling auto-completion in the query combo box.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@4945 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Daniel Grunwald
f63bdc2ea3
Fixed SD2-1532: Context help (F1) does not work for constructor calls
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@4944 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Christoph Wille
64fd1de804
RTM information updated
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@4936 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Daniel Grunwald
dc26f5bdec
Fixed compiler warning in Boo AddIn.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@4935 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Daniel Grunwald
63f0226ed5
Fixed forum-10068: members from COM Interop assembly not shown in code completion.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@4934 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Daniel Grunwald
98fe76ebe4
Fixed forum-10067: incorrect indentation for nested if-statements without braces.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@4933 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Siegfried Pammer
4d195d078b
fixed SD2-1568 - Using unsupported evaluation features in conditional breakpoints causes an exception
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@4927 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Siegfried Pammer
b6fcec94d0
added workaround to fix http://community.sharpdevelop.net/forums/p/10063/27905.aspx
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@4911 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Daniel Grunwald
ff2e75afb8
Revert r4902.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@4903 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Mike Krüger
7772c03684
* Src/PrettyPrinter/IOutputAstVisitor.cs: Exposed some properties
...
from the abstract output formatter into the interface.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@4902 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Daniel Grunwald
ab01f26709
Disable IME when ICSharpCode.TextEditor is used in .NET 4.0.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@4900 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
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