1497 Commits (c09ab8c07238d142bd36b4129794137a5fec7d35)

Author SHA1 Message Date
Siegfried Pammer 3e96d7a6ea Add easier usable API for SearchPanel built into AvalonEdit 12 years ago
Matt Ward 1c3161d42e Check known file extensions for icons when collecting usage data. 13 years ago
Daniel Grunwald ed91c296ff Clear property container on designer unload so that the ComboBox of selectable objects stays empty when the designer cannot be reloaded due to syntax errors. 13 years ago
Daniel Grunwald 72d01bd043 Fix some more crashes reported by UDC. 13 years ago
Daniel Grunwald 3841dbf8a1 Fix NullReferenceException when hovering over ChangeMarkerMargin in a text file without syntax highlighting. 13 years ago
Daniel Grunwald 7ed3cf8a5c Fix infinite loop in WPF designer. 13 years ago
Matt Ward 5ff1f88f1f Fix null reference when creating new EF data model file. 13 years ago
Matt Ward 14592816aa Reformat code. 13 years ago
Matt Ward bad935c416 Fix null reference exception on disposing EDM View. 13 years ago
Matt Ward cdfd000f36 Fix null reference exception in database connection dialog. 13 years ago
Matt Ward ab5982d2e0 Fix NullReferenceException for incorrect SubstitutionGroup in XML schema. 13 years ago
Matt Ward d8e27befb9 Fix xml completion for SubstitutionGroup elements. 13 years ago
Daniel Grunwald 60855c9542 ChangeMarkerMargin: Horizontally align diff popup with the text view 13 years ago
Matt Ward d9028a73bc Fix FormatException in Class Diagram addin. 13 years ago
Matt Ward 04d4ed86f6 Fix invalid EF association names in SSDL. 13 years ago
Matt Ward bf58f7a3bb Fix null reference in ConnectionWizardWindow. 13 years ago
Matt Ward e27c96cb31 Fix XML attribute value completion with union member types. 13 years ago
Siegfried Pammer dc3da0a8e9 fixed SD-1656 - Tools window does not show ToolboxBitmaps by applying suggestion from http://community.sharpdevelop.net/forums/t/16404.aspx, which seems to be a good approximation of what VS is doing 13 years ago
Matt Ward e9f682ca5a Fix labels hidden in Hex Editor options. 13 years ago
Matt Ward c052ce5b9f Fix missing ProviderManifest passed to EDM generator. 13 years ago
Matt Ward a35ec77d34 Show output from EDM generator on exception. 13 years ago
Matt Ward 15c8a822c7 Do not show WPF designer for Windows Workflow files. 13 years ago
Matt Ward 2a4d4b435c Insert space into Database Explorer name displayed in UI. 13 years ago
Matt Ward 11c36f38c5 Allow user to connect to database without using auto-discovery. 13 years ago
Daniel Grunwald 8293675a92 Replace 'Where(pred).FirstOrDefault()' with 'FirstOrDefault(pred)' 13 years ago
Daniel Grunwald 11971a35af Allow values larger than 100 for ColumnRulerPosition. 13 years ago
Siegfried Pammer 16343259eb trying to fix Color import issue on Windows 8 13 years ago
Siegfried Pammer a36516af13 fix culture-specific code in importer 13 years ago
Siegfried Pammer 097d36091d make HTML colors customizable and fix bug in text marker preview 13 years ago
Siegfried Pammer 052d80d953 clarify UI messages for highlighting import 13 years ago
Matt Ward ec6ad9e42e Fix failing unit tests being run with MTA thread. 13 years ago
Siegfried Pammer c3d16e4730 improve highlighting import mappings 13 years ago
Siegfried Pammer cbce4f70ba Add "Reset all to default" button to HighlightingOptions 13 years ago
Siegfried Pammer c205964d87 fix import/export of nested named colors 13 years ago
Siegfried Pammer 0da19d4e3b add support for customized colors to SearchResultsPad 13 years ago
Siegfried Pammer edd9edc3ba allow colors from referenced rulesets to be customized 13 years ago
Siegfried Pammer 326d2410fe use highlighting customizations in Diff-Tooltip 13 years ago
Daniel Grunwald fbf0b6d419 The IconEditor AddIn now can edit icons. 13 years ago
Daniel Grunwald 569d7730e5 Fixed printing from print preview using different settings than those used for generating the preview. 13 years ago
Daniel Grunwald 0f3a0732fb Snippets: make ${Caret} work as expected when ${Selection} isn't used. 13 years ago
PeterForstmeier 5beb8bce62 AnalysisIdeOptionsPanel 13 years ago
Daniel Grunwald 94585060eb Make ColumnRulerRenderer internal; expose pen instead of brush. 13 years ago
Daniel Grunwald c14b730c2e Allow secondary view contents to prevent the CodeEditor from clearing the undo stack when switching the active view. 13 years ago
Siegfried Pammer 0596de0f0f implement type-lookup cache to improve performance of Forms Designer - http://community.sharpdevelop.net/forums/t/15914.aspx 13 years ago
Siegfried Pammer 97c248803a make column ruler color customizable 13 years ago
Tobias Ibounig 2306bbd21a Moved the ColumnRulerRenderer from the AddIn to the Library and changed the line pointed out by Daniel 13 years ago
Tobias Ibounig 5e4ec9c472 Implemented Options for ColumnRulerRenderer 13 years ago
Tobias Ibounig 0624b9e15e Added SD-1634 - Implement column ruler 13 years ago
Siegfried Pammer 7d4edf27b0 fix update of link text color in highlighting editor 13 years ago
Matt Ward 0604f8d203 EntityModelCodeGenerator custom tool now generates code using the custom tool's namespace property. 13 years ago