5670 Commits (07b4dfb253361ada61a8ade0b36474f3423e495a)
 

Author SHA1 Message Date
Martin Koníček 07b4dfb253 "Insert Constructor" refactoring works also with properties. By default, all fields and properties are checked, rather than unchecked. Field and property names are converted to parameter names (first character is lowercase). 15 years ago
Daniel Grunwald 6cb65113c4 Show progress running unit tests in status bar. 15 years ago
Daniel Grunwald 08c1792353 When running unit tests in multiple projects, perform a single build for all those projects before executing any tests. 15 years ago
Tomáš Linhart 295e0a6f8c Fixed a small issue with generic instance. 15 years ago
Tomáš Linhart 9387173428 Vertixes are clickable. Single click shows summary. Double click show internal dependency. Created a new GraphLayout component. 15 years ago
David Srbecký 0765d6db38 Reset JMC after obtaining dynamic symbols update. Some extra log messages. (This still does not fix IronPython 4.0) 15 years ago
Tomáš Linhart fbad56428a Added a support for method parameters. Added a support for generic instance of types. 15 years ago
Tomáš Linhart 3b030c7398 Added a new template for graphs from GraphSharp. Added new buttons for layouting. Replaced WPFExtension ZoomControl with ICSharpCode ZoomControl. 15 years ago
Tomáš Linhart 58f9e89c20 Implemented icons in tree. Added a lof of properties with information about fields, methods and so on. 15 years ago
Daniel Grunwald 359e7bb4ac Remove ICSharpCode.SharpDevelop.DefaultEditor namespace. 15 years ago
Daniel Grunwald 817728ea38 Merge from /branches/3.0: 15 years ago
Tomáš Linhart 8271aeb3f5 Added a module dependency graph where are dependencies between namespacies. 15 years ago
Tomáš Linhart b5210b720f Nested types wasn't properly assigned to a parent type. Added comments for every method. 15 years ago
Tomáš Linhart 4db20ab738 Added a support for Events. Some refactoring and fixes with declaring types. 15 years ago
Daniel Grunwald 7a23f641b3 Remove ICSharpCode.TextEditor. 15 years ago
Tomáš Linhart 8c4aef994d Fixed reading Nested Types. 15 years ago
Martin Koníček 56f4098df1 Implemented "Find overrides" popup in the context menu of methods and properties. 15 years ago
Daniel Grunwald a93b443928 Adjust CSharpCodeCompletion sample to DOM changes (NamespaceEntry/KeywordEntry). 15 years ago
Martin Koníček e06f45b906 Find overrides menu item is available for interface members. 15 years ago
Martin Koníček 3b18169d84 Derived/base classes popups show class names using AmbienceService.GetCurrentAmbience(). 15 years ago
Martin Koníček 7064e3b170 Derived classes popup and Base classes popup show partial classes only once. 15 years ago
Martin Koníček 18bbfe2f38 Derived classes popup closes when action used or focus lost. 15 years ago
Martin Koníček 3b913de566 Renamed ContextAction to IContextAction. 15 years ago
Martin Koníček bb28929b91 Added "Find derived classes command" to class context menu, which shows in-place popup with inheritance tree. 15 years ago
Daniel Grunwald aca411965e Fix label edit operation in ExtTreeView (original text was shown behind label edit text box). Based on patch by Boris Kozorovitzky. 15 years ago
Martin Koníček af3858a6e5 Renamed code snippet "props" to "prop", as the short property form is usually preferred. 15 years ago
Martin Koníček eb81f74d7b Cleaned up RefactoringService.FindDerivedClasses a bit. 15 years ago
Matt Ward e1e66f257f IronPython addin now using AvalonEdit. 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
Matt Ward 0367bad06a Add IronRuby addin to SharpDevelop unit tests solution. 15 years ago
Matt Ward a152542520 IronRuby addin now uses AvalonEdit. 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
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
Daniel Grunwald 7fb5b52dc7 Fixed DefinitionViewPad. 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