6319 Commits (6b5c3423978030f69eae36f492699a51ed8bdce4)
 

Author SHA1 Message Date
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
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. 15 years ago
Peter Forstmeier 5d2f1e446b Simple FieldReference is working 15 years ago
Matt Ward 898237df05 Python addin now recognises tests that use the unittest2 library. 15 years ago
Kumar Devvrat 7f41404e6e Bind to actual height/width rather than height/width. 15 years ago
Siegfried Pammer 8e6797f4bb try to fix build finally 15 years ago
Martin Koníček 543a7bfb9a The hint in CodeCompletion is now shown also when showing CC after dot. 15 years ago
Martin Koníček 0c0979c7c0 Bugfix - CodeCompletion does not insert using if user is types fully qualified type name. 15 years ago
Martin Koníček a2034b31db CodeCompletion window is empty when no EmptyText is set. 15 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). 15 years ago
Siegfried Pammer ecba498007 implemented attributes, XML comments and CDATA sections 15 years ago
Mathias Simmack da52443f3c replaced TextBox by ComboBox in the Search pad 15 years ago
Siegfried Pammer 1fa534a080 Implemented nested XML content parsing 15 years ago
Siegfried Pammer 71e4c64c44 prepare for merge 15 years ago
Siegfried Pammer 4e76347386 NRefactory Unit Tests working again 15 years ago
Peter Forstmeier 3aa74f27d0 Modify some unitTest#s, start working on FieldConcat like ="Fields!Field1 + Fields!Field2" 15 years ago
Siegfried Pammer ffc502648a Lexer can read simple XML literals 15 years ago
Siegfried Pammer aef001350c - fixed VB Unit Tests 15 years ago
Daniel Grunwald 8a464f1a8c Remove EmptyTemplate from AvalonEdit, instead re-style the CompletionListBox within SharpDevelopCompletionWindow.xaml 15 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. 15 years ago
Martin Koníček e38b228446 Changed CompletionListBox.EmptyTemplate to ContentPresenter. Attempt to provide TextBlock in SharpDevelopCompletionWindow.xaml, but nothing gets displayed. 15 years ago
Tomáš Linhart f71f35b7c5 Created basic ingtegration of CodeQualityAnalysis AddIn to SharpDevelop. 15 years ago
Tomáš Linhart 19b4d75de9 Initial commit of Code Quality Analysis AddIn. 15 years ago
Martin Koníček 81c7f4edc0 Localized 3 new resource strings. 15 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. 15 years ago
Daniel Grunwald 01ceebba1c Fix compiler error in AvalonEdit.Sample. 15 years ago
Daniel Grunwald 67c9a984b9 Fix SD2-1669: Exception when opening DatabasesTreeViewPad 15 years ago
Daniel Grunwald 6378f749d5 UDC: Upload name of feature branch 15 years ago
Daniel Grunwald f113984478 Prevent ArgumentOutOfRangeException in XmlFoldingStrategy if .NET reports XML error at line 0. 15 years ago
Daniel Grunwald 4ba935e0a1 Remove unused references to ICSharpCode.TextEditor. 15 years ago
Mathias Simmack dd5980e682 fixed exception when opening the options dialog with no catalogs installed 15 years ago
Kumar Devvrat b134b6ff0d Round height/width in SizeDisplay 15 years ago
Kumar Devvrat 4ee75a37cd Add size display for primary selection. 15 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. 15 years ago
Martin Koníček 10c5aadd92 CodeCompletion inserts Attributes without the "Attribute" suffix (correctly - only in attribute contexts, that is [*expr*] class *expr*). 15 years ago
Martin Koníček 959352e7e2 Added option to turn on/off symbol highlighting to Options/TextEditor/Markers and Rulers. 15 years ago
Daniel Grunwald 671595277a Update to AvalonDock 1.3.3391 15 years ago
Daniel Grunwald ba9bc1ba9c Remove AvalonDock 1.2 (prepare for update to 1.3) 15 years ago
Kumar Devvrat aaf0463086 Add margin display in the handle 15 years ago
Daniel Grunwald f4bef90961 Update string resources. 15 years ago
Kumar Devvrat 6b031226b9 Add margin-handle and stub 15 years ago
Kumar Devvrat 5f5cd03d89 Change border brush for Panels to DimGray 15 years ago
Kumar Devvrat d52f29092b Add resize ability across the full border and give solid outline around selected elements 15 years ago
Peter Forstmeier a03bcf45af ReportViewer can show ReportPreview in Landscape 15 years ago
Peter Forstmeier 978d5557fa Remove obsolete methods in ReportViewer.cs 15 years ago
Siegfried Pammer f5211322eb extended ExpressionFinder: now works with local variables and member variables 15 years ago
Peter Forstmeier 44983298ec Modify references, change designer to work with landscape reports 15 years ago
Mathias Simmack 837f5a2770 simple Search pad for the Help system included 15 years ago
Matt Ward 6261fba028 Update setup solution and project to use MSBuild 4.0 so it can be built inside SharpDevelop 4.0. 15 years ago