Matt Ward
540b66cc37
Ignore FileLoadException thrown when attempting to load an unverifiable assembly.
15 years ago
Daniel Grunwald
5280d731ce
Deactivate code completion when non-default input handler (e.g. incremental search) is used.
15 years ago
Daniel Grunwald
f2f61d6c5e
Fixed bug in window bound restore code (introduced in 1230d8a392
)
15 years ago
Daniel Grunwald
783fc0024e
VisualLine.GetVisualColumnFloor bugfix: for positions after the end of the line; return the line's end column.
15 years ago
Daniel Grunwald
a2b6f99504
Merge branch '4.0' of f:\SD.git-bundle into 4.0
15 years ago
Daniel Grunwald
c8dc5154dd
Improved inline object handling. Inline objects that change their size in response to user input are now supported.
15 years ago
Matt Ward
90e3b939a3
Fix null reference exception when dragging controls from the toolbox to a WiX dialog when a project has not been opened.
15 years ago
Daniel Grunwald
569185d113
AvalonEdit: Change inline object implementation so that inline objects are direct children of the TextView (instead of being children of the TextLayer).
15 years ago
Matt Ward
6e16bab319
Fix null reference exception when opening a WiX dialog in the designer.
15 years ago
Daniel Grunwald
78fcd1140f
Remove Reflector AddIn as Reflector will be non-free soon.
15 years ago
Daniel Grunwald
3edc30debb
Use GlobalAssemblyInfo in Git AddIn.
15 years ago
Daniel Grunwald
967cabaa4c
Improvements to CodeGenerator.InsertAfterLine (fixed forum-12661: Bug in code refactoring for VB.NET)
15 years ago
Daniel Grunwald
2454f2902e
Also bump the version displayed in setup to 4.0.1. (the code in UpdateAssemblyInfo that automates this step isn't on the 4.0 branch)
15 years ago
Daniel Grunwald
271d06aeed
Disable last 3 entries in workbench window context menu (Copy file path, Navigate to file, Open containing folder) when the workbench window does not represent any file.
15 years ago
Daniel Grunwald
78c9644b88
Fix forum-12634: ArgumentNullException on Right click on Project Upgrade tab and call "Navigate to file"
15 years ago
Daniel Grunwald
ad6433694b
Bump version number to 4.0.1.
15 years ago
Daniel Grunwald
c34e6cc825
Fix forum-12654: DefinitionViewPad scrolls to wrong area (HeightTree.DefaultLineHeight not updated on rendering mode change)
15 years ago
Daniel Grunwald
1230d8a392
WpfWorkbench: Fixed window bound restore code
...
- When closing a minimized SharpDevelop instance, save the previous state (before minimizing)
- Use RestoreBounds so that window size is saved even when maximized
- Validate the bounds being restored (avoid placing SharpDevelop on deactivated monitor)
15 years ago
Daniel Grunwald
bfcd3b9352
Avoid crash in BuildWorker when trying to build a project that was deleted.
15 years ago
Daniel Grunwald
de4c77b629
Reverting Siegfried's API change to DottedLineMargin (avoid circular reference between Rendering and TextEditor).
15 years ago
Daniel Grunwald
976156700f
Set e.Handled=true in TextArea.Drop handler.
15 years ago
Daniel Grunwald
ce7d7d326b
Fix build.
15 years ago
Daniel Grunwald
e12e17f6e0
Fixed InvalidOperationException when collapsing two overlapping folds.
15 years ago
Daniel Grunwald
6497f4a12f
Fix SD-769: Missing file still shown as missing in project browser after opening
15 years ago
Daniel Grunwald
9d9c3dcfc0
CustomTool.GetOutputFileName: don't use file names that already exist in the project but don't depend on the base item.
15 years ago
Matt Ward
da2ae63119
Fix invalid cast exception when assigning a stylesheet to an XML file.
15 years ago
Daniel Grunwald
01c619cdf0
Fixed incorrect AddIn.xsd, and make BuildAddinDocumentation validate the schema before saving it ( http://community.sharpdevelop.net/forums/t/12508.aspx )
15 years ago
Daniel Grunwald
dce2df4ca7
Fixed thread-safety issue in DefaultProjectContent (possible cause of crash #495 )
15 years ago
Daniel Grunwald
5916e0badc
Update AddInWritingHelp.txt for 4.0.
15 years ago
Daniel Grunwald
2f216ba718
Fix readme.
15 years ago
Daniel Grunwald
80c4354dc9
Fix SD-1806 - VB source exception - "public" at the end of source
15 years ago
Daniel Grunwald
6e550cc9cf
Update string resources.
15 years ago
Daniel Grunwald
05e1e03657
Merge remote branch 'origin/reports' into 4.0
15 years ago
Daniel Grunwald
ea5e4470ac
Trying to add workaround for crash #1580 (top crash in 4.0 RC2, reproduction steps unknown).
15 years ago
Eusebiu Marcu
7cb1f38325
fix SD-1796 - Unable to debug IIS applications after attaching to aspnet_wp.exe
15 years ago
peterforstmeier
e6a9713527
Fix ImageItem
15 years ago
peterforstmeier
39eecd3d0a
Extract included classes to seperate Files
15 years ago
peterforstmeier
20f5ec1954
RoundedRectangle in Pdf
15 years ago
peterforstmeier
5dccb4d1ca
remove unused file
15 years ago
peterforstmeier
df7f687ebd
Rectangle with rounded corners.
15 years ago
Eusebiu Marcu
448fe75930
remove the ",Soap" from ASP.NET WS ASMX file - fix runtime error
15 years ago
peterforstmeier
efe555b0ec
Fix UnitTest's (Remove SetCulture), small fix in Addin.BaseImageItem.cs
15 years ago
Daniel Grunwald
df5ae9ed79
Fix typo.
15 years ago
Daniel Grunwald
4509ad6196
CancelLongRunningAppTestFixture: avoid test failure when running concurrently
15 years ago
Daniel Grunwald
5c996dfbee
After testing for IDisposable; cast to IDisposable, not to ExtTreeNode.
15 years ago
Daniel Grunwald
ebe9d436fc
Update ChangeLog.
15 years ago
mkonicek
d8083e0ce5
Fixed comment.
15 years ago
mkonicek
df5acd812d
Added comments to CaretReferencesRenderer.
15 years ago
mkonicek
62cad95369
Fixed build.
15 years ago
mkonicek
62a6e2cd99
Context actions optimization - removed one unnecessary call to EditorContext ctor.
15 years ago