6187 Commits (85c1294e1e24cae11a0d312884c60e74226c1284)
 

Author SHA1 Message Date
Kumar Devvrat f1e2aa28c8 Support editing attached properties in the property grid. 15 years ago
Daniel Grunwald 0aecab6461 Handle End-Statement inside the ExpressionFinder grammar 15 years ago
Daniel Grunwald 0b8d5c1f3a Changed ExpressionFinder grammar to suppress the remaining LL(1) warnings 15 years ago
Matt Ward e1e66f257f IronPython addin now using AvalonEdit. 15 years ago
Peter Forstmeier 7fb0d9a161 Fix NullReferenceException in Designer(ContextMenu) 15 years ago
Kumar Devvrat 98cb4f643c Copy ICSharpCode.SharpDevelop.Widgets to output directory to resolve missing references, see http://community.sharpdevelop.net/forums/t/11421.aspx 15 years ago
Daniel Grunwald b13831f676 Fixed bug that caused MSBuild item metadata values to always be escaped on project creation. 15 years ago
Peter Forstmeier 8480d6f499 remove Codedublictions in Text and Borders 15 years ago
Siegfried Pammer 90980ee81d Implemented LambdaExpressions 15 years ago
Siegfried Pammer 520919067f implemented UsingStatement and added unit tests 15 years ago
Daniel Grunwald 17da69ef9f Use new parser generator feature that automatically identifies the paths where (. nextTokenIsPotentialStartOfXmlMode = true; .) needs to be inserted. 15 years ago
Siegfried Pammer 58cc8a78c2 - added ReDimStatement and EraseStatement 15 years ago
Siegfried Pammer e3fb17b124 - added BranchStatements and more unit tests 15 years ago
Siegfried Pammer 037707520e - added ThrowStatement and TryStatement 15 years ago
Siegfried Pammer bbf0ec884a - fixed some XML-mode detection errors in ForLoopStatement 15 years ago
Daniel Grunwald 8048697694 Make Expressions in ArgumentList optional, make Statements in single-line-If optional 15 years ago
Siegfried Pammer 44a6852425 implemented LoopStatements 15 years ago
Matt Ward 0367bad06a Add IronRuby addin to SharpDevelop unit tests solution. 15 years ago
Siegfried Pammer bd1486dbee added missing possible expression in SelectStatement 15 years ago
Matt Ward a152542520 IronRuby addin now uses AvalonEdit. 15 years ago
Siegfried Pammer b9c8d77064 implemented SelectStatement 15 years ago
Siegfried Pammer 3a0d6c2ddb Implemented IfStatement and ConditionalStatement 15 years ago
Peter Forstmeier 1fd0f95112 Refactoring to start with SubReports 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.). 15 years ago
Daniel Grunwald 1e7057752a Fixed forum-11419: FxCop showing errors in file 'positionof#...' 15 years ago
Kumar Devvrat 0448eb6924 Add editor in the property grid for properties of type ImageSource. 15 years ago
Siegfried Pammer 8c9ae0229d deactivate ConditionalExpression, it currently conflicts with normal If statements 15 years ago
Siegfried Pammer 82d17b482d implemented ConditionalExpression and CastExpression 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). 15 years ago
Martin Koníček f7a5169a1d Fixed bug in CC when typing fully qualified name. 15 years ago
Siegfried Pammer 14c2655dd0 implemented NewExpression 15 years ago
Siegfried Pammer 557629979d extended ExpressionFinder parser with Operators and several other expressions 15 years ago
Daniel Grunwald 71593e4e2f Merge trunk to branches/wpfdesigner. 15 years ago
Daniel Grunwald 6e4299e31f Merge trunk to branches/vbnet. 15 years ago
Daniel Grunwald 292772f38c Merge trunk to branches/reports. 15 years ago
Peter Forstmeier 1307b501b3 Fix http://community.sharpdevelop.net/forums/t/11284.aspx 15 years ago
Siegfried Pammer 580a3d8c20 - implemented grammar for XML literals 15 years ago
Daniel Grunwald 7fb5b52dc7 Fixed DefinitionViewPad. 15 years ago
Kumar Devvrat 095af95ea2 Fix issue related to context menu display in the PropertyGrid 15 years ago
Daniel Grunwald 8a12d03745 Solving some LL(1) conflicts 15 years ago
Siegfried Pammer 21a2708410 - added LATextReader - supports infinite look ahead 15 years ago
Daniel Grunwald 481864c82e Handle error when trying to create a C++ project on a machine without Windows SDK installed. 15 years ago
Daniel Grunwald 046ac0908b Add missing file (CSharp.Exception.xft) to setup. 15 years ago
Daniel Grunwald 6b5b2cd79a Require .NET 3.5 SP1 when installing SharpDevelop 4.0. 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) 15 years ago
Daniel Grunwald 3106a49a29 Try to fix SD2-1681 NullReferenceException in AvalonDock.DocumentContent.Close 15 years ago
Daniel Grunwald ff5a719dc2 Re-read MSBuild items list when target framework is changed. 15 years ago
Daniel Grunwald 392585c818 WpfSynchronizeInvoke.Invoke: pass exceptions to the calling thread 15 years ago
Daniel Grunwald cec2f1cd99 Fix SD2-1680: DirectoryNotFoundException when creating new Form while Task List is open 15 years ago
Daniel Grunwald b6cd22bd66 Make editor read-only when opening a read-only file. 15 years ago