6187 Commits (85c1294e1e24cae11a0d312884c60e74226c1284)
 

Author SHA1 Message Date
Martin Koníček a53c2967d0 Shortcuts: 15 years ago
Matt Ward dea2074160 Added support for running tests with Ruby's unit testing framework. 15 years ago
Daniel Grunwald b410bcd465 Allow routing WPF commands to SDWindowsFormsHost without setting focus on a WinForms control 15 years ago
Martin Koníček ba590ca416 Shortcuts: 15 years ago
Peter Forstmeier 3afedf998d CanGrow for Table 15 years ago
Siegfried Pammer d5b46a969a - added Exception handling on errors in ExpressionFinder 15 years ago
Peter Forstmeier 235a2102d0 Cleanup 15 years ago
Siegfried Pammer e0ef6fd8b6 - fixed IsInComment 15 years ago
Siegfried Pammer 4c47339173 - reorganised some files of the VB Lexer 15 years ago
Kumar Devvrat 7420a7907e - Turn SizeDisplay on when the element is resized and hide margin handles at the time. 15 years ago
Matt Ward b4d5f7726a WiX addin now generates unique ids for directories. 15 years ago
Kumar Devvrat 54b533eacf Add possible null checks 15 years ago
Siegfried Pammer c319e92477 implemented state handling in ILexer and AbstractLexer to make it publicly available 15 years ago
Siegfried Pammer 7b5949bb2e added the memento pattern to VB Lexer (Import/Export of state) 15 years ago
Siegfried Pammer 3eb6b8a524 changed VB .NET assembly name in Files.wxs, fixes build 15 years ago
Tomáš Linhart 3c1c1211f8 The summary box provides now basic summary of node. 15 years ago
Martin Koníček b8195879d5 Enhanced look of ContextActionPopup. 15 years ago
Tomáš Linhart 1c343c66bf Added a support for a selected vertex. The selected vertex got different color and can be deselected by clicking its again. 15 years ago
Peter Forstmeier ad3e80a77c Remove IExportItemsConverter.cs, move Renderer and Converters to dedicated classes 15 years ago
Siegfried Pammer 151548cf32 renamed namespace to ICSharpCode.VBNetBinding; started implementation of new Code Completion binding 15 years ago
Siegfried Pammer 9385d688b7 Show only snippets with a ${Selection} in Ctrl+J list. 15 years ago
Siegfried Pammer 132e6f953d fixed http://usagedatacollector.sharpdevelop.net/analysis/ExceptionGroup/Edit/59 15 years ago
Daniel Grunwald 33d038d624 Add CompressingTreeList.GetRunLength method. 15 years ago
Siegfried Pammer 2868186abc - added some code snippets for loops and conditional statements 15 years ago
Siegfried Pammer 1e8101c1aa fixed FindExpression 15 years ago
Siegfried Pammer 3f161c463c - fixed LL1 conflict with CollectionInitializer 15 years ago
Daniel Grunwald 57354103f5 IncludeDoozer: show error message only if included path was not found (don't catch unrelated TreePathNotFoundException) 15 years ago
Daniel Grunwald aeb06aa320 Apply patch from Boris Kozorovitzky: 15 years ago
Siegfried Pammer 8671ab60c2 - added keywords to CC 15 years ago
Siegfried Pammer bb1fa1202e implemented FindFullExpression 15 years ago
Kumar Devvrat 901b1ce927 - Add Context menu with general set of operations. 15 years ago
Kumar Devvrat 7c1f1cceb9 Add string resources for Context menu 15 years ago
Daniel Grunwald 49379014d3 Fixed conversion of "If(If(a,b,c),d,e)" from VB to C#. 15 years ago
Siegfried Pammer e168d1dd17 fixed infinite loop in VBNetExpressionFinder 15 years ago
Siegfried Pammer 4d30bfa51d updated VBExpressionFinder: now uses new API 15 years ago
Siegfried Pammer 751c7cedc0 Reorganised Keywords in VBNET-Mode.xshd 15 years ago
Siegfried Pammer c76bf5efc2 made EF parser more suitable for the ExpressionFinder 15 years ago
Tomáš Linhart 9265c94a7c Images can be saved in more formats. Removed measuring which was transforming graph. 15 years ago
Tomáš Linhart d210702061 Implemented context menu for vertices. 15 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. 15 years ago
Tomáš Linhart f36e412067 Graphs are cached now. Should improve performance a little bit. 15 years ago
Peter Forstmeier e2cfa6ee4a Cleanup 15 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. 15 years ago
Daniel Grunwald 6bbba8d32a Upgrade to AvalonDock 1.3.3571 15 years ago
Siegfried Pammer 6ee267417b corrected conversion of entity references 15 years ago
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
Siegfried Pammer 8f549c35a6 fixed build 15 years ago
Siegfried Pammer f5e798c77d code cleanup 15 years ago