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.
...
Check the file extension against file filters first and then
check the file extensions that have an associated icon.
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.
...
Do not add an EntityTypeMapping element if it already exists.
Fix intermittent error were the EF data model view content
does not have a workbench window when the file is renamed
on save.
13 years ago
Matt Ward
14592816aa
Reformat code.
13 years ago
Matt Ward
bad935c416
Fix null reference exception on disposing EDM View.
...
When an exception is thrown when loading a .edmx file
the EDMDesignerViewContent's Dispose method was not
handling the EDMView being null and causing the
underlying exception to be hidden.
13 years ago
Matt Ward
cdfd000f36
Fix null reference exception in database connection dialog.
...
The Add button was being enabled when the selected database
changed but on connecting to the server again the selected
database was cleared but the Add button was not disabled.
13 years ago
Matt Ward
ab5982d2e0
Fix NullReferenceException for incorrect SubstitutionGroup in XML schema.
...
Handle XML schema that defines an element that uses a SubstitutionGroup
element but does not define the corresponding element.
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.
...
Visual Studio class diagrams do not store the Collapsed xml attribute when the item is not collapsed.
13 years ago
Matt Ward
04d4ed86f6
Fix invalid EF association names in SSDL.
...
Replace dots with underscores in Assocation/@Name and AssociationSet/@Name
to create valid names for EdmGen.exe
<AssociationSet Name="FK_dbo_Posts_dbo_Blogs_BlogId"
Association="EFTest.BloggingContextModel.FK_dbo_Posts_dbo_Blogs_BlogId">
<Association Name="FK_dbo_Posts_dbo_Blogs_BlogId">
13 years ago
Matt Ward
bf58f7a3bb
Fix null reference in ConnectionWizardWindow.
...
Disable Connect button until the database driver is selected.
13 years ago
Matt Ward
e27c96cb31
Fix XML attribute value completion with union member types.
...
<xs:union memberTypes="YesNoType Preprocessor"/>
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.
...
Bypassing the auto-discovery of data sources by entering the data source information
in manually causes the provider manifest to not be set. This then causes EdmGen.exe
to fail since the provider manifest is missing from the Store schema definition language
(.ssdl) file.
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.
...
Changed the Add New Database Connection dialog so when a driver is selected the
data source control is shown. This allows the user to enter connection details,
such as the username and password, without having to use the auto-discover button.
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.
...
Setting the ApartmentState to STA in app.config is no longer supported by NUnit 2.6.1. Instead the RequiresSTA attribute needs to be used.
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