1239 Commits (034ced130a63d72b61dc8e048af62b3d503fd028)

Author SHA1 Message Date
Kumar Devvrat 05151dfa48 - Implement IServiceProvider members in MockViewContent's. Hopefully fixes build. 16 years ago
Kumar Devvrat 27fe096db9 - Implement IServiceProvider in IViewContent to get services for View Contents as suggested by Daniel. 16 years ago
Siegfried Pammer 9ef1561394 only display snippets that are mapped to a currently available keyword 16 years ago
Siegfried Pammer a245aa9cb9 save only changed snippets in the SharpDevelop options 16 years ago
Daniel Grunwald c9a780068a Make sure buttons have the correct size (using a style with MinWidth=75 and Padding=9,1). 16 years ago
Siegfried Pammer e89b10cea5 added code snippets for Try-Catch and Using and Properties 16 years ago
Kumar Devvrat d7ee6b9f51 - Set tooltips for Grid unit selectors and in-place editor. 16 years ago
Kumar Devvrat 3cfef6401f - Add a QuickOperationMenu for changing quickly properties and take some action which is attachable to the primary selection. 16 years ago
Martin Koníček ba590ca416 Shortcuts: 16 years ago
Kumar Devvrat 7420a7907e - Turn SizeDisplay on when the element is resized and hide margin handles at the time. 16 years ago
Kumar Devvrat 54b533eacf Add possible null checks 16 years ago
Siegfried Pammer 9385d688b7 Show only snippets with a ${Selection} in Ctrl+J list. 16 years ago
Siegfried Pammer 2868186abc - added some code snippets for loops and conditional statements 16 years ago
Siegfried Pammer 8671ab60c2 - added keywords to CC 16 years ago
Kumar Devvrat 901b1ce927 - Add Context menu with general set of operations. 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 6cb65113c4 Show progress running unit tests in status bar. 16 years ago
Daniel Grunwald 359e7bb4ac Remove ICSharpCode.SharpDevelop.DefaultEditor namespace. 16 years ago
Daniel Grunwald 7a23f641b3 Remove ICSharpCode.TextEditor. 16 years ago
Siegfried Pammer 08b040e6f8 - corrected AST 16 years ago
Kumar Devvrat 9654056635 Indicate number range and type validation in the numeric editor through foreground colour 16 years ago
Kumar Devvrat d6ba95a4b4 Add description for attached properties 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
Martin Koníček af3858a6e5 Renamed code snippet "props" to "prop", as the short property form is usually preferred. 16 years ago
Kumar Devvrat 05fa1b13f0 Hide obsolete properties in the grid. 16 years ago
Kumar Devvrat f1e2aa28c8 Support editing attached properties in the property grid. 16 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.). 16 years ago
Kumar Devvrat 0448eb6924 Add editor in the property grid for properties of type ImageSource. 16 years ago
Kumar Devvrat 095af95ea2 Fix issue related to context menu display in the PropertyGrid 16 years ago
Daniel Grunwald b6cd22bd66 Make editor read-only when opening a read-only file. 16 years ago
Kumar Devvrat fd598d1ea5 Fix bug which caused the edited text to be invisible on clicking outside the element. 16 years ago
Matt Ward d4d0a1aaed Added option to generate Visual Studio style event handlers in the Windows Forms designer. 16 years ago
Kumar Devvrat e89cfde038 Add In-place editor, can edit any text in the designer which is wrapped under a TextBlock in the visual tree for example Window.Title, Button.Content, Label etc. 16 years ago
Kumar Devvrat 7f41404e6e Bind to actual height/width rather than height/width. 16 years ago
Martin Koníček a2034b31db CodeCompletion window is empty when no EmptyText is set. 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 8a464f1a8c Remove EmptyTemplate from AvalonEdit, instead re-style the CompletionListBox within SharpDevelopCompletionWindow.xaml 16 years ago
Martin Koníček 0d742ce90f Commented out the style for SharpDevelopCompletionWindow so that the "Set property 'System.Windows.Setter.Property' threw an exception.' Value cannot be null." crash in ctor of CompletionWindow dissapears. 16 years ago
Martin Koníček e38b228446 Changed CompletionListBox.EmptyTemplate to ContentPresenter. Attempt to provide TextBlock in SharpDevelopCompletionWindow.xaml, but nothing gets displayed. 16 years ago
Martin Koníček 0e27d647a6 When CodeCompletion window is empty, it shows "Press Ctrl+Space to show items from all namespaces", so that user learns how to use Ctrl+Space naturally. 16 years ago
Daniel Grunwald 67c9a984b9 Fix SD2-1669: Exception when opening DatabasesTreeViewPad 16 years ago
Daniel Grunwald 4ba935e0a1 Remove unused references to ICSharpCode.TextEditor. 16 years ago
Kumar Devvrat b134b6ff0d Round height/width in SizeDisplay 16 years ago
Kumar Devvrat 4ee75a37cd Add size display for primary selection. 16 years ago
Martin Koníček 959352e7e2 Added option to turn on/off symbol highlighting to Options/TextEditor/Markers and Rulers. 16 years ago
Kumar Devvrat aaf0463086 Add margin display in the handle 16 years ago
Kumar Devvrat 6b031226b9 Add margin-handle and stub 16 years ago
Kumar Devvrat 5f5cd03d89 Change border brush for Panels to DimGray 16 years ago
Kumar Devvrat d52f29092b Add resize ability across the full border and give solid outline around selected elements 16 years ago
Kumar Devvrat 868f37138b Fix bugs 16 years ago