Daniel Grunwald
e0365b101c
Update StringResources
12 years ago
Daniel Grunwald
1769d6e0e9
Fix SD-1914 - InvalidOperationException "Trying to build visual line from collapsed line"
...
This exception was caused by FoldingManager.UpdateFolding() re-using FoldingSections and adjusting their end offset.
If those FoldingSections were folded, the corresponding CollapsedLineSection was not updated for the new end position.
This inconsistency would cause visual glitches (such as fold markers not updating properly), and in some cases the InvalidOperationException during rendering.
FoldingSection now handles when its StartOffset or EndOffset is changed, and updates the CollapsedLineSection accordingly.
12 years ago
Matt Ward
0f78edb8bb
Fix web project options panel behaviour when IIS and IIS Express is not installed.
...
Allow modification of IIS and IIS Express settings in a project
even if IIS or IIS Express is not found.
12 years ago
Matt Ward
eafe04b069
Allow external program to be run when starting web project.
...
Do not force the use of IIS or IIS Express to debug or run a web project.
Fix IIS Express always being debugged even if Run without debugger was
selected.
12 years ago
Daniel Grunwald
3841dbf8a1
Fix NullReferenceException when hovering over ChangeMarkerMargin in a text file without syntax highlighting.
12 years ago
Daniel Grunwald
7a58188249
Fix MSBuildBasedProject.FindExistingPropertyInAllConfigurations()
12 years ago
Peter Forstmeier
cd214611d6
Fix FormattingFixture.cs and DateTimeFunctionsFixture.cs
12 years ago
Peter Forstmeier
6bb341616a
Merge branch 'master' of github.com:icsharpcode/SharpDevelop
13 years ago
Peter Forstmeier
57c02cf767
add more formatting tests
13 years ago
Daniel Grunwald
7ed3cf8a5c
Fix infinite loop in WPF designer.
13 years ago
Daniel Grunwald
52e595eb16
Handle IOException (network path not available) in AbstractProject.get_ReadOnly
13 years ago
Daniel Grunwald
a457ec6278
VB code completion: fix bug that caused code completion to omit local variables when typing near the end of a block.
...
http://community.sharpdevelop.net/forums/t/16643.aspx
The VB parser was using the end of the last statement as the EndLocation for the block. This made local variables
declared in that block unavailable when typing another statement at the end of the block.
We now use the location of the 'End' or 'Next' token instead.
13 years ago
Matt Ward
ef5d2930e9
Fix output name in Application settings project panel.
...
The output assembly name was always has the extension of .exe when
the project options is opened.
13 years ago
Matt Ward
2c197e33c7
Update NuGet to version 2.2.1
13 years ago
Peter Forstmeier
736665a00d
Merge branch 'master' of github.com:icsharpcode/SharpDevelop
13 years ago
Peter Forstmeier
92e6511ec9
Add some Test for Formatting results
13 years ago
Matt Ward
2a4af3b94b
Remove highlight when search panel closed.
13 years ago
Peter Forstmeier
7ebf7f6881
Merge branch 'master' of github.com:icsharpcode/SharpDevelop
13 years ago
Peter Forstmeier
3036889042
add DateSubtract.cs function to SDR syntax DateSubtract(endDate,startDate)
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
Peter Forstmeier
36942a8c9a
http://community.sharpdevelop.net/forums/t/16600.aspx (3. Item)
13 years ago
Matt Ward
a59c26f744
FxCop - Return default strings if resources cannot be found.
13 years ago
Christoph Wille
c33a9c3cc5
GetMajorVersion() assumes VersionInfo string to be either null or non-empty
13 years ago
Christoph Wille
a3f5374769
Remove "alpha" designation
13 years ago
Matt Ward
5794964174
Fix incorrect WinForm resource names generated for Boo.
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
Siegfried Oleg Pammer
f14ca6ce9f
Merge pull request #35 from Rpinski/master
...
A "Git Show Log..." menu command
13 years ago
Andreas Weizel
f6aeb7859a
Added a "show log" menu command in Git AddIn.
13 years ago
Daniel Grunwald
b0fb6a4a73
GitStatusCache: calling ClearCachedStatus() shouldn't wait for running GetStatusSet() calls in the background.
...
This fixes a performance issue when running "Include In Project" on a folder with many files (when using git).
13 years ago
Matt Ward
768a0c81aa
Fix FxCop failing to find rules defined in project.
...
Setting two or more FxCop rules to be flagged as errors instead of
warnings was adding the rules into the CodeAnalysisRules element of
the MSBuild project file with the semi-colon separators being escaped.
This escaping then causes FxCopCmd.exe to fail.
13 years ago
Daniel Grunwald
0e41ae37ba
Document that git must be available on the PATH
13 years ago
Daniel Grunwald
71c9dc6486
Fix version number of HTML clipboard.
...
Version 1.0 does not exist: http://blogs.msdn.com/b/oldnewthing/archive/2013/01/18/10386079.aspx
13 years ago
Matt Ward
8e3b06beea
Fix highlighting colours unavailable for Ruby and Python.
...
Upgrade Ruby and Python syntax highlighting definitions to
version 2.0 so all named highlighting colours can be modified
in Tools | Options | Highlighting
13 years ago
Matt Ward
225ec195fb
Allow missing projects to be removed from solution.
...
Remove menu item is now enabled for a missing project.
13 years ago
Matt Ward
0089d00bb8
Always show package sources in Available and Updates tab.
...
Do not hide the package sources combo box in the Manage Packages dialog
when only on package source is defined.
13 years ago
Matt Ward
1a6dc15c98
Remove All from package source combo box when only one source.
...
Disabled package sources were being counted when deciding whether to add All
to the combo box in the Manage Packages dialog.
13 years ago
Matt Ward
199c8059b4
Show package sources drop down in updated packages tab.
...
Allow user to choose which package source when looking for updated packages.
13 years ago
Matt Ward
231cde5e9e
Fix disabled package sources being used in Manage Packages dialog.
...
Selecting All in the package source list was searching across all package
sources including disabled ones.
13 years ago
Daniel Grunwald
64ce9a7f6f
AvalonEdit IME: Fix crash on threadMgr.SetFocus(null); in 64-bit process.
13 years ago
Matt Ward
3c84135a41
Fix NuGet package id not displayed in logging output.
13 years ago
Siegfried Pammer
b4149dee8b
fix http://community.sharpdevelop.net/forums/p/16476/44890.aspx
13 years ago
Daniel Grunwald
60855c9542
ChangeMarkerMargin: Horizontally align diff popup with the text view
13 years ago
Daniel Grunwald
33049ce242
Fix context actions popup disappearing when clicking the SharpDevelop title bar.
13 years ago
Matt Ward
c7e1cece1a
Fix index out of range exception in Package Sources option panel.
...
Disable move buttons if no package source selected.
13 years ago
Matt Ward
2d45e51d81
Fix blank summary in NuGet package license accept dialog.
...
Use description if the package summary is missing.
13 years ago
Daniel Grunwald
5bacb5f5dd
Fix progress bar when running a search in the background.
13 years ago