6277 Commits (77dcfe5e758049bf12da6ca112e78ca51ca540ac)
 

Author SHA1 Message Date
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
Daniel Grunwald 905ab15b2b Fix SD2-1679 - "Page" and "Resource" build actions not available in property pad 15 years ago
Daniel Grunwald a522eb3b74 Use [Browsable(false)] on IProject properties that should not be shown in property grid. 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). 15 years ago
Daniel Grunwald 2c084ee84a Cache svn status results; fixes SD2-1672 - Subversion AddIn extremely slow 15 years ago
Daniel Grunwald 8260a7b2ce Fixed bug in TaskBoundLoggerFilter that caused the "Suppress message" command to not be available on FxCop warnings. 15 years ago
Peter Forstmeier 507cb35a84 Concat Fields with Standard PrintController/Standard Preview 15 years ago
Daniel Grunwald 78d0012368 Add comment why we can't use this.CommandBindings in SDWindowsFormsHost. 15 years ago
Daniel Grunwald ae955286f2 Fix SD2-1671 - Delete key is processed both by Windows Forms and WPF 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. 15 years ago
Daniel Grunwald 5d459455ca UpdateAssemblyInfo: enable reading revision number from git-svn 15 years ago