Peter Forstmeier
f93debc659
Print Report with GroupHeader
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/reports@6418 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Martin Koníček
c2428e204d
Context actions UI: made checkboxes more lightweight.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6417 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Martin Koníček
914b742a6d
Split ImplementInterface and ImplementInterfaceExplicit to 2 Context action providers so they can be disabled separately.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6416 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Martin Koníček
36f79924cb
Visible / hidden actions are saved to SharpDevelop properties.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6415 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Martin Koníček
6f541bcaf4
Context actions UI almost final.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6414 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Martin Koníček
3696b9d6ae
Updated Context actions UI.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6413 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Martin Koníček
c81c3f73c8
First implementation of context action hiding. Selection of hidden actions is not persisted to settings yet.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6412 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Matt Ward
7ddeac739c
Update PartCover to version 4.0.10801
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6411 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Kumar Devvrat
ff9486c3d6
Fix a bug where the initial text disappeared when clicking on any other editable text.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6410 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Kumar Devvrat
49202257d4
Fix a bug where Outline was not displayed in the first switch to Design tab.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6409 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Siegfried Pammer
a20f8e7bac
fixed similar bug as in rev. 6405, but with Using statements, added unit tests
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6408 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Kumar Devvrat
86d1e42f90
Add tests for Outline and fix CanInsert/Insert bugs due to drag'n'drop.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6407 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Siegfried Pammer
36591a0942
fixed http://community.sharpdevelop.net/forums/t/11681.aspx
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6406 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Siegfried Pammer
930702e9af
fixed some bugs in VBNetExpressionFinder:
...
- _ at end of expression
- could not find expression in ExpressionRangeVariable without variable declaration
and added unit tests
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6405 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Siegfried Pammer
6f668e1749
fixed bug in EF parser grammar regarding Using statements
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6404 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Kumar Devvrat
72f208e637
-Add support for custom controls.
...
-Support having any item as the Root Item.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6403 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Kumar Devvrat
e22ed87a60
- Fix a bug which caused a ContentControl to be placed inside another ContentControl when it should not be.
...
- Add tests for edit operations and fix existing bugs in there.
- Extend container drag handle for ItemsControl.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6402 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Matt Ward
bef6600d56
A form with a base class which is not System.Windows.Forms.Form can now be designed in the IronPython forms designer.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6401 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Martin Koníček
b169fe6311
- Implemented "Collapse all" context menu item in project browser.
...
- Implemented "Navigate to file in project browser" context menu item for tab in tabstrip. This does not expand nodes that have not been loaded yet; probably it should.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6400 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Kumar Devvrat
6b249a878d
- Hide the exceptions show by AbstractViewContentHandlingLoadErrors, instead show a friendly error window.
...
- Display errors in Xaml Document in the Error list pad.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6399 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Kumar Devvrat
d2a1fe9e83
- Add tests for grid placement and tab/shift+tab navigation.
...
- Fix a bug in grid adorner where incorrect margins were calculated.
- clean-up in margin handle.
- change change group scheme for in-place editor to Enter for changes, Shift+Enter for newline and Esc for cancelling as suggested by Siegfried.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6398 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Siegfried Pammer
a797c6740e
fixed NullReferenceException in CacheClassAtCaret.GetClass
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6397 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Siegfried Pammer
017af12002
fixed deadlock in ContextActionsService; added thread safety remarks to BeginParse* methods of ParserService
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6396 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Tomáš Linhart
d21fc2d0c9
MatrixControl is drawn by WPF.
...
Text is drawn by System.Drawing.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6395 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Daniel Grunwald
af677c1dc8
Avoid crash when using snippet parser on empty input. Fixes NullReferenceException in ICSharpCode.NRefactory.Parser.CSharp.Parser.ParseBlock.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6394 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Siegfried Pammer
6784d914d2
fixed bug in VB Lexer: ParameterList in ExpressionRangeVariable was not recognized
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6393 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Siegfried Pammer
babad5da81
ExpressionFinder:
...
- handle VB array initializer after New expression correctly
- handle Using variable declarators
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6392 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Martin Koníček
58aa53cd4f
Moved "Move class to matching file name" and "Rename file to match class name" from context menu to context actions.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6391 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Martin Koníček
16e22783e9
Fixed build.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6390 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Martin Koníček
46060649fb
Moved "Add check for null" and "And range check" from context menu to context actions.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6389 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Peter Forstmeier
83346ae71e
Display GroupHeader in Designer. Filter ReportItemCollection by ItemType
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/reports@6388 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Martin Koníček
e0be701baa
Refactored EditorContext to allow sharing of data between Context actions.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6387 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Tomáš Linhart
11454252ad
Added a support for instructions.
...
Assembly stats are now hidden when no assembly is opened.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6386 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Siegfried Pammer
0d977e0a84
moved CallStackPad to WPF; this should fix the repaint problems/errors
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6385 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Peter Forstmeier
5ed9cc32a0
Display non Data related Items in DataRow
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/reports@6384 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Matt Ward
2aa3e970c8
Added simple Silverlight project templates for IronPython and IronRuby.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6383 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Martin Koníček
f762d24d46
Implement interface (explicit) context action.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6382 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Matt Ward
d26cbb04a1
Added IronRuby WPF application and file templates.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6381 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Matt Ward
0171600afb
Added IronPython WPF project and file templates.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6380 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Matt Ward
9dce6b380b
Python-Run now sets the working directory to the directory of the file being run.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6379 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Siegfried Pammer
d6a70db9e8
implemented proper support for method calls without a parameter list in VB
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6378 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Matt Ward
8fda917b08
Fixed null reference when insight window opens in IronPython and Boo projects.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6377 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Matt Ward
a385fc6424
IronPython project templates now configure the project to run Program.py with ipy.exe instead of running the project's executable.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6376 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Matt Ward
53c8213097
Python addin no longer using obsolete ParseInformation properties.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6375 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Kumar Devvrat
a851d04ff9
Add collection editor for editing Menu, TreeView, ListBox, ComboBox items
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6374 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Martin Koníček
745d903188
Implemented Extend selection (Ctrl+W, will be in menu). Does not work perfectly for constructor and indexer declarations yet.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6373 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Peter Forstmeier
4e2123f976
Fix bug reported by Norbert Redeker
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/reports@6372 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Siegfried Pammer
6bbac6dd41
fixed missing method bodies on ImplementAbstractClass/ImplementInterface
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6371 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Siegfried Pammer
c1ec7d2898
fix build (ignore unit tests for Introduce Method)
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6370 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Martin Koníček
cbc1b162e6
Added 2 context actions - Check null, Check not null. They are offered after assignments to local variables. In case they annoy you: soon it will be possible to turn off any action easily right from the actions popup.
...
Fixed minor bug in CtrlSpaceResolveHelper.GetResultFromDeclarationLine which showed up e.g. when right clicking keyword "as" in the editor.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6369 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago