mkonicek
|
2a826a7a5f
|
Editor context actions - explicitly setting EditorContext.Editor = null from ContextActionsRenderer when the ViewModel is discarded. Prevents leaks of reference to CodeEditorView when IContextActionProviders keep long-lived references to EditorContext. (thanks to Daniel!)
|
15 years ago |
Siegfried Pammer
|
9f130b0233
|
fixed SD-1715 - UnauthorizedAccessException when trying to add item to project without write permission: might not be the optimal solution, because a new IViewContent is opened before the exception occurs and stays open after the exception.
|
15 years ago |
Siegfried Pammer
|
3dc2b5b105
|
fixed unreachable code and added a documentation comment to the Clear()-method.
|
15 years ago |
Siegfried Pammer
|
85715b044d
|
dispose unneeded AXml data after parsing files without IViewContent
|
15 years ago |
Matt Ward
|
58b32c7005
|
Fix null reference exception in IronPython resolver when class member has a null IReturnType.
|
15 years ago |
Daniel Grunwald
|
794a0f8af7
|
Fix "interaction problem between code completion and scrolling" (http://community.sharpdevelop.net/forums/t/12215.aspx)
|
15 years ago |
Daniel Grunwald
|
b9b8378eae
|
Fix http://community.sharpdevelop.net/forums/t/12329.aspx Error List, Task and Thread pads selection is hidden when losing focus
|
15 years ago |
Eusebiu Marcu
|
4d16b9d2a8
|
Merge branch '4.0' of https://github.com/icsharpcode/SharpDevelop into 4.0
|
15 years ago |
Eusebiu Marcu
|
1c446023e1
|
Fix SD-701 - Moving the mouse over multiple references to the same object leaves the tooltip displayed
|
15 years ago |
Siegfried Pammer
|
5c45af55b3
|
working on SD-1592: converted C++, HTML, JavaScript and Java highlighting to new format
|
15 years ago |
Siegfried Pammer
|
d43ee6b81c
|
working on SD-1592: translated Coco-Mode.xshd to the new format
|
15 years ago |
Siegfried Pammer
|
2e248e72e1
|
working on SD-1592: translated ASPX.xshd to the new format
|
15 years ago |
Siegfried Pammer
|
f7c9cb8c1c
|
working on SD-1592: translated PHP-Mode.xshd to the new format
|
15 years ago |
Matt Ward
|
9c333a8e6c
|
Fix SD-1569 - Errors deleting a folder in projects pad cause unhandled exception
|
15 years ago |
Eusebiu Marcu
|
31df59031a
|
Merge remote branch 'eusebiu/Parallel'
Conflicts:
data/resources/StringResources.resx
data/resources/image/BitmapResources/BitmapResources.res
src/AddIns/Debugger/Debugger.AddIn/Debugger.AddIn.csproj
src/AddIns/Debugger/Debugger.AddIn/Pads/CallStackPad.xaml.cs
src/AddIns/Debugger/Debugger.AddIn/Pads/RunningThreadsPad.cs
src/Main/StartUp/Project/Resources/BitmapResources.resources
|
15 years ago |
Daniel Grunwald
|
3b45327b37
|
Fix SD-1787 - Memory Leak in ContextActionsBulbPopup
|
15 years ago |
Daniel Grunwald
|
5205d52d1f
|
Add setter to TextDocument.UndoStack.
|
15 years ago |
Eusebiu Marcu
|
daf172e700
|
Fix SD-1782 - Interaction between bookmarks and breakpoints (with Daniel's suggestion)
|
15 years ago |
Eusebiu Marcu
|
124cd8e359
|
Using DragScroll viewer
|
15 years ago |
Eusebiu Marcu
|
73b5a6660a
|
Fix SD-1782 - Interaction between bookmarks and breakpoints
|
15 years ago |
Eusebiu Marcu
|
7547363c98
|
Fix SD-1779 - Attach to process form does not show .NET 2.0 processes
|
15 years ago |
Eusebiu Marcu
|
72ca41243d
|
Merge branch 'master' of https://github.com/icsharpcode/SharpDevelop
|
15 years ago |
Eusebiu Marcu
|
46f254874e
|
add effects to refresh button for pin tooltip
|
15 years ago |
Daniel Grunwald
|
890ecbb23c
|
AvalonEdit: calculate WideSpaceWidth instead of simply using FontSize/2.
|
15 years ago |
Eusebiu Marcu
|
1326cb47e7
|
Parallel stacks - Tasks view v0.1
|
15 years ago |
Daniel Grunwald
|
a15456e274
|
Show version number on start page.
|
15 years ago |
Daniel Grunwald
|
c7323f7005
|
Replace references to "4.1" in setup with variable that gets populated with information from GlobalAssemblyInfo.template.
|
15 years ago |
Siegfried Pammer
|
a5ac7aa860
|
fixed SD-1778 - No Xaml completion for TextBlock FontFamily
|
15 years ago |
Eusebiu Marcu
|
fd2044b3d5
|
add SelectedFrameBookmark
|
15 years ago |
peterforstmeier
|
f08cb9ad1e
|
Samples are running again
|
15 years ago |
Eusebiu Marcu
|
7e3a1fa4f0
|
add SelectedFrameBookmark
|
15 years ago |
Eusebiu Marcu
|
50dace3b11
|
start working on tasks
|
15 years ago |
peterforstmeier
|
765270af19
|
RowRenderEvent fire on correct position
|
15 years ago |
Eusebiu Marcu
|
445d37dd93
|
add pan with scrollviewer
|
15 years ago |
Matt Ward
|
996193282c
|
Fix null reference when completion window closed and completion list selection changed event fired afterwards.
|
15 years ago |
Eusebiu Marcu
|
7091c64e9f
|
remove hard-coded magnifier - added to resource + fix the VisualizerPicker.xaml
|
15 years ago |
Eusebiu Marcu
|
1822e1240e
|
fix Pincontrol when expanding when debugger is not running
remove unused field
|
15 years ago |
Eusebiu Marcu
|
c5bff6985c
|
fix some UI issues
|
15 years ago |
Daniel Grunwald
|
2f53cc69da
|
Fix build.
|
15 years ago |
Daniel Grunwald
|
021db4c9fa
|
Use InvariantCulture instead of Ordinal in CompletionList filtering.
|
15 years ago |
Daniel Grunwald
|
12f96be5bf
|
Use ITypeDescriptorContext for call to TypeConverter.CanConvertTo()
|
15 years ago |
Eusebiu Marcu
|
b6a4914d25
|
minor fix on method view
|
15 years ago |
peterforstmeier
|
759442624c
|
Merge branch 'reports' of github.com:icsharpcode/SharpDevelop into reports
|
15 years ago |
peterforstmeier
|
fb4d7f319e
|
Fire RowRenderEvent after Layouter and before Converter
|
15 years ago |
Eusebiu Marcu
|
e496051fa4
|
fix method view
|
15 years ago |
Siegfried Pammer
|
b83553d64c
|
fixed http://community.sharpdevelop.net/forums/t/12320.aspx
|
15 years ago |
Eusebiu Marcu
|
3318da248a
|
Add method view
add toolbar to parallel stacks
|
15 years ago |
Eusebiu Marcu
|
65c5160dde
|
Some layout improvements
|
15 years ago |
Matt Ward
|
10b427cfaf
|
Fix SD-1657 - Grid adorner - File no longer marked as dirty when just moving the mouse over the column header.
|
15 years ago |
Daniel Grunwald
|
15127e9a8c
|
Merge branch '4.0'
|
15 years ago |