2535 Commits (abf3efabef4d239ee9cd97f3d948e7915cc7a13b)

Author SHA1 Message Date
Siegfried Pammer 151548cf32 renamed namespace to ICSharpCode.VBNetBinding; started implementation of new Code Completion binding 16 years ago
Siegfried Pammer 1e8101c1aa fixed FindExpression 16 years ago
Siegfried Pammer 3f161c463c - fixed LL1 conflict with CollectionInitializer 16 years ago
Daniel Grunwald 57354103f5 IncludeDoozer: show error message only if included path was not found (don't catch unrelated TreePathNotFoundException) 16 years ago
Daniel Grunwald aeb06aa320 Apply patch from Boris Kozorovitzky: 16 years ago
Siegfried Pammer 8671ab60c2 - added keywords to CC 16 years ago
Siegfried Pammer bb1fa1202e implemented FindFullExpression 16 years ago
Siegfried Pammer e168d1dd17 fixed infinite loop in VBNetExpressionFinder 16 years ago
Siegfried Pammer 4d30bfa51d updated VBExpressionFinder: now uses new API 16 years ago
Martin Koníček 3038b54842 Editor context menus for Find derived classes etc. open at right position: added GetScreenPosition(int line, int column) to IEditorUIService. 16 years ago
Daniel Grunwald ccc4e24de9 Add workaround to ICSharpCode.Core that makes assemblies in the LoadFrom context also available in the Load context. This fixes some problems using WPF or .NET remoting in SharpDevelop AddIns. 16 years ago
Daniel Grunwald 6cb65113c4 Show progress running unit tests in status bar. 16 years ago
Daniel Grunwald 08c1792353 When running unit tests in multiple projects, perform a single build for all those projects before executing any tests. 16 years ago
Siegfried Pammer 8f549c35a6 fixed build 16 years ago
Daniel Grunwald 359e7bb4ac Remove ICSharpCode.SharpDevelop.DefaultEditor namespace. 16 years ago
Daniel Grunwald 7a23f641b3 Remove ICSharpCode.TextEditor. 16 years ago
Martin Koníček 56f4098df1 Implemented "Find overrides" popup in the context menu of methods and properties. 16 years ago
Siegfried Pammer 08b040e6f8 - corrected AST 16 years ago
Martin Koníček e06f45b906 Find overrides menu item is available for interface members. 16 years ago
Martin Koníček 3b18169d84 Derived/base classes popups show class names using AmbienceService.GetCurrentAmbience(). 16 years ago
Martin Koníček 7064e3b170 Derived classes popup and Base classes popup show partial classes only once. 16 years ago
Martin Koníček 18bbfe2f38 Derived classes popup closes when action used or focus lost. 16 years ago
Martin Koníček 3b913de566 Renamed ContextAction to IContextAction. 16 years ago
Martin Koníček bb28929b91 Added "Find derived classes command" to class context menu, which shows in-place popup with inheritance tree. 16 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. 16 years ago
Martin Koníček af3858a6e5 Renamed code snippet "props" to "prop", as the short property form is usually preferred. 16 years ago
Martin Koníček eb81f74d7b Cleaned up RefactoringService.FindDerivedClasses a bit. 16 years ago
Daniel Grunwald b13831f676 Fixed bug that caused MSBuild item metadata values to always be escaped on project creation. 16 years ago
Matt Ward a152542520 IronRuby addin now uses AvalonEdit. 16 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). 16 years ago
Martin Koníček f7a5169a1d Fixed bug in CC when typing fully qualified name. 16 years ago
Daniel Grunwald 7fb5b52dc7 Fixed DefinitionViewPad. 16 years ago
Daniel Grunwald ff5a719dc2 Re-read MSBuild items list when target framework is changed. 16 years ago
Daniel Grunwald 392585c818 WpfSynchronizeInvoke.Invoke: pass exceptions to the calling thread 16 years ago
Daniel Grunwald cec2f1cd99 Fix SD2-1680: DirectoryNotFoundException when creating new Form while Task List is open 16 years ago
Daniel Grunwald 905ab15b2b Fix SD2-1679 - "Page" and "Resource" build actions not available in property pad 16 years ago
Daniel Grunwald a522eb3b74 Use [Browsable(false)] on IProject properties that should not be shown in property grid. 16 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). 16 years ago
Daniel Grunwald 8260a7b2ce Fixed bug in TaskBoundLoggerFilter that caused the "Suppress message" command to not be available on FxCop warnings. 16 years ago
Daniel Grunwald 78d0012368 Add comment why we can't use this.CommandBindings in SDWindowsFormsHost. 16 years ago
Daniel Grunwald ae955286f2 Fix SD2-1671 - Delete key is processed both by Windows Forms and WPF 16 years ago
Siegfried Pammer 01daa6db99 - removed BlockEnd/BlockEnd from CompilationUnit 16 years ago
Martin Koníček 543a7bfb9a The hint in CodeCompletion is now shown also when showing CC after dot. 16 years ago
Martin Koníček 0c0979c7c0 Bugfix - CodeCompletion does not insert using if user is types fully qualified type name. 16 years ago
Martin Koníček f2a39ffa73 CC window shows the hint "Press Ctrl+Space to show items from all namespaces" only if Ctrl+Space was not already pressed, and only for NRefactoryCodeCompletionBinding (C# and VB languages). 16 years ago
Daniel Grunwald 6378f749d5 UDC: Upload name of feature branch 16 years ago
Martin Koníček a5fa3e193b CodeCompletion shows only imported types. Shows all available types on Ctrl+Space press. After using it for a few days, I found that always showing all types can be confusing, like always showing all extension methods. Now both types and extension methods need Ctrl+Space. 16 years ago
Martin Koníček 10c5aadd92 CodeCompletion inserts Attributes without the "Attribute" suffix (correctly - only in attribute contexts, that is [*expr*] class *expr*). 16 years ago
Daniel Grunwald 671595277a Update to AvalonDock 1.3.3391 16 years ago
Daniel Grunwald da7842263e Store RecentOpen lists in array (instead of joining strings) 16 years ago