Siegfried Pammer
44a6852425
implemented LoopStatements
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/vbnet@5973 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Siegfried Pammer
bd1486dbee
added missing possible expression in SelectStatement
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/vbnet@5971 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Matt Ward
a152542520
IronRuby addin now uses AvalonEdit.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5970 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Siegfried Pammer
b9c8d77064
implemented SelectStatement
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/vbnet@5969 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Siegfried Pammer
3a0d6c2ddb
Implemented IfStatement and ConditionalStatement
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/vbnet@5968 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Peter Forstmeier
1fd0f95112
Refactoring to start with SubReports
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/reports@5967 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Daniel Grunwald
f9ed7c06df
Remove all ctrl+alt+letter shortcuts. These conflict with text input methods on some keyboard layouts (e.g. Ctrl+Alt+Q='@' on German keyboard; Ctrl+Alt+B='{' on Slovenian, etc.).
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5966 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Daniel Grunwald
1e7057752a
Fixed forum-11419: FxCop showing errors in file 'positionof#...'
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5965 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Kumar Devvrat
0448eb6924
Add editor in the property grid for properties of type ImageSource.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/wpfdesigner@5964 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Siegfried Pammer
8c9ae0229d
deactivate ConditionalExpression, it currently conflicts with normal If statements
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/vbnet@5963 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Siegfried Pammer
82d17b482d
implemented ConditionalExpression and CastExpression
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/vbnet@5962 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Martin Koníček
5c62feb236
Kind of fixed SD2-1683, should be fixed properly by refactoring RenamedClass (which is only used at one place as special suggested entry in CC).
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5961 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Martin Koníček
f7a5169a1d
Fixed bug in CC when typing fully qualified name.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5960 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Siegfried Pammer
14c2655dd0
implemented NewExpression
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/vbnet@5959 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Siegfried Pammer
557629979d
extended ExpressionFinder parser with Operators and several other expressions
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/vbnet@5958 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Peter Forstmeier
1307b501b3
Fix http://community.sharpdevelop.net/forums/t/11284.aspx
...
add DemoReport 'ContributorsListWithparameters'
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/reports@5950 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Siegfried Pammer
580a3d8c20
- implemented grammar for XML literals
...
- removed most LL(1) conflicts from parser
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/vbnet@5949 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Daniel Grunwald
7fb5b52dc7
Fixed DefinitionViewPad.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5948 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Kumar Devvrat
095af95ea2
Fix issue related to context menu display in the PropertyGrid
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/wpfdesigner@5947 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Daniel Grunwald
8a12d03745
Solving some LL(1) conflicts
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/vbnet@5946 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Siegfried Pammer
21a2708410
- added LATextReader - supports infinite look ahead
...
- fixed some LL(1)-warnings in ExpressionFinder.atg
- fixed some bugs in VB Lexer
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/vbnet@5945 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Daniel Grunwald
481864c82e
Handle error when trying to create a C++ project on a machine without Windows SDK installed.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5944 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Daniel Grunwald
046ac0908b
Add missing file (CSharp.Exception.xft) to setup.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5943 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Daniel Grunwald
6b5b2cd79a
Require .NET 3.5 SP1 when installing SharpDevelop 4.0.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5942 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Daniel Grunwald
1d876d91ee
Use global lock when running Boo parser (Boo compiler's type system is static, so we cannot run the parser concurrently for multiple files)
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5941 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Daniel Grunwald
3106a49a29
Try to fix SD2-1681 NullReferenceException in AvalonDock.DocumentContent.Close
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5940 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Daniel Grunwald
ff5a719dc2
Re-read MSBuild items list when target framework is changed.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5939 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Daniel Grunwald
392585c818
WpfSynchronizeInvoke.Invoke: pass exceptions to the calling thread
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5938 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Daniel Grunwald
cec2f1cd99
Fix SD2-1680: DirectoryNotFoundException when creating new Form while Task List is open
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5937 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Daniel Grunwald
b6cd22bd66
Make editor read-only when opening a read-only file.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5936 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Daniel Grunwald
905ab15b2b
Fix SD2-1679 - "Page" and "Resource" build actions not available in property pad
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@5935 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Daniel Grunwald
a522eb3b74
Use [Browsable(false)] on IProject properties that should not be shown in property grid.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5934 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Daniel Grunwald
4390991377
Fix ActivatePad() implementation so that it doesn't force the pad to be docked in the main window (forum-11355).
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5933 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Daniel Grunwald
2c084ee84a
Cache svn status results; fixes SD2-1672 - Subversion AddIn extremely slow
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5932 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Daniel Grunwald
8260a7b2ce
Fixed bug in TaskBoundLoggerFilter that caused the "Suppress message" command to not be available on FxCop warnings.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5931 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Peter Forstmeier
507cb35a84
Concat Fields with Standard PrintController/Standard Preview
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/reports@5930 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Daniel Grunwald
78d0012368
Add comment why we can't use this.CommandBindings in SDWindowsFormsHost.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5929 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Daniel Grunwald
ae955286f2
Fix SD2-1671 - Delete key is processed both by Windows Forms and WPF
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5928 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Daniel Grunwald
65860bf555
UDC: use system time only on startup and then work with timespans relative to that. This ensures we don't collect confusing data if the system time changes while SharpDevelop is running.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5926 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Daniel Grunwald
5d459455ca
UpdateAssemblyInfo: enable reading revision number from git-svn
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5925 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Siegfried Pammer
9a65c044d0
extended VBNetOutputVisitor to support single and multi line Sub/Function-Lambdas
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/vbnet@5924 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Kumar Devvrat
fd598d1ea5
Fix bug which caused the edited text to be invisible on clicking outside the element.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/wpfdesigner@5923 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Siegfried Pammer
01daa6db99
- removed BlockEnd/BlockEnd from CompilationUnit
...
- implemented single and multiline Sub- and Function-lambdas for VB .NET
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/vbnet@5922 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Peter Forstmeier
12e809923a
Combining Fields from Database
...
http://community.sharpdevelop.net/forums/AddPost.aspx?ReplyToPostID=30830&Quote=False
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/reports@5921 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Siegfried Pammer
c9e82672d8
added additional null checking - possible fix for ExceptionGroupId 126
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5920 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Mathias Simmack
b3d5bd36c4
intercepting DocumentComplete to hide the lightweight TOC in the help content (required after using Search, for example)
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5919 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Matt Ward
bd0975ba7d
Code coverage addin now uses the new text editor - AvalonEdit.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5918 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Mathias Simmack
696120c74a
some Combobox improvements in the Search pad (MRU ability, reverse order for saved terms)
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5917 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Matt Ward
d4d0a1aaed
Added option to generate Visual Studio style event handlers in the Windows Forms designer.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5916 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Siegfried Pammer
d5ea71e4fa
implemented handling of XML processing instructions
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/vbnet@5915 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago