5881 Commits (4.0-Beta2)

Author SHA1 Message Date
Siegfried Pammer 44a6852425 implemented LoopStatements 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
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
Siegfried Pammer 9a65c044d0 extended VBNetOutputVisitor to support single and multi line Sub/Function-Lambdas 15 years ago
Kumar Devvrat fd598d1ea5 Fix bug which caused the edited text to be invisible on clicking outside the element. 15 years ago
Siegfried Pammer 01daa6db99 - removed BlockEnd/BlockEnd from CompilationUnit 15 years ago
Peter Forstmeier 12e809923a Combining Fields from Database 15 years ago
Siegfried Pammer c9e82672d8 added additional null checking - possible fix for ExceptionGroupId 126 15 years ago
Mathias Simmack b3d5bd36c4 intercepting DocumentComplete to hide the lightweight TOC in the help content (required after using Search, for example) 15 years ago
Matt Ward bd0975ba7d Code coverage addin now uses the new text editor - AvalonEdit. 15 years ago
Mathias Simmack 696120c74a some Combobox improvements in the Search pad (MRU ability, reverse order for saved terms) 15 years ago
Matt Ward d4d0a1aaed Added option to generate Visual Studio style event handlers in the Windows Forms designer. 15 years ago
Siegfried Pammer d5ea71e4fa implemented handling of XML processing instructions 15 years ago