Daniel Grunwald
5990c898ec
ICSharpCode.Core: memory optimization: use common XmlNameTable for all addins being loaded.
15 years ago
mkonicek
819d85012e
Merge branch 'master' of github.com:icsharpcode/SharpDevelop
15 years ago
mkonicek
bbb1b3edc8
Fix: NRefactoryResolver now resolves constructor definitions (before it was returning UnknownMethodResolveResult)
...
-> Find references and context menu on constructor definitions work
Please Daniel check if this is OK and also tell me if fixes like this are already useless because of the new NRefactory. (next thing I would like to fix are Find references to interface members).
15 years ago
mkonicek
dccf197fb0
Editor context actions - Fix: "Check for (not) null" is only offered if the type of the assigned expression is reference type. Now the actions is offered pretty much only in the situations where it makes sense.
15 years ago
mkonicek
c20aafaee4
Editor context actions - added context action which inserts null checks - for expressions like "a.b.c" inserts "if (a != null && a.b != null)".
15 years ago
Eusebiu Marcu
dca04142c4
add GraphSharp dependencies to setup
15 years ago
Eusebiu Marcu
cc5e41fa01
Remove unused assembly reference
...
Add GraphSharp to installer
15 years ago
Eusebiu Marcu
590e641d9b
remove copy local flags
15 years ago
mkonicek
2232a63936
Context actions - Fix: "Check for (not) null" is only offered for expressions where it makes sense (method call, property access, variable access, "as" typecast).
15 years ago
mkonicek
1e8e0353c0
Context actions - Fix: "Add check for null" is offered only for parameter definitions of non-abstract methods.
15 years ago
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
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
Eusebiu Marcu
124cd8e359
Using DragScroll viewer
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
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
Eusebiu Marcu
fd2044b3d5
add SelectedFrameBookmark
15 years ago
Eusebiu Marcu
7e3a1fa4f0
add SelectedFrameBookmark
15 years ago
Eusebiu Marcu
50dace3b11
start working on tasks
15 years ago
Eusebiu Marcu
445d37dd93
add pan with scrollviewer
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
Eusebiu Marcu
b6a4914d25
minor fix on method view
15 years ago
Eusebiu Marcu
e496051fa4
fix method view
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
Daniel Grunwald
15127e9a8c
Merge branch '4.0'
15 years ago
Daniel Grunwald
55edf3e0c4
Merge remote branch 'origin/reports' into 4.0
15 years ago
peterforstmeier
042aecda37
Cleanup from FxCop
15 years ago
Daniel Grunwald
da47da368f
Remove "Beta 4" from setup.
15 years ago
Daniel Grunwald
03c220d8f4
Warn in debug output when non-frozen brushes are used in AvalonEdit.
15 years ago
peterforstmeier
7534372eda
RowRendering Event is fired after the row is filled
15 years ago
Daniel Grunwald
0305d641c8
Fixed distinguishing the virtual and override modifiers when reading from metadata.
15 years ago
Daniel Grunwald
a7e0084e09
Fix SD-1692 - Code Competion shows instance members twice
15 years ago
Daniel Grunwald
e9079036d7
Fix SD-1740 - Generating same event handler twice in WPF designer
15 years ago
Eusebiu Marcu
b7b7c5cf6b
Fix SD-1753 - Attach to process dialog shows no managed processes after attaching to one process
15 years ago
Eusebiu Marcu
d0b7e7a1fd
Fix Bracket highlighting does not work after multiline string
15 years ago
Eusebiu Marcu
47b05cc00c
add columns module name and line number
...
add namespace to name
15 years ago
Eusebiu Marcu
614ed865a7
add module names and line number to callstack
15 years ago
Eusebiu Marcu
d10ec2a093
Fix some dynamic issues
15 years ago
Daniel Grunwald
d6b864e5ce
Fix SD-1737 - Keyboard shortcuts do not work in WinForms Designer
15 years ago
peterforstmeier
e5574ffa8a
Plain ListLayout, fix Location of container (Row)
15 years ago
Daniel Grunwald
e7fbe12b24
Fixed forms designer not updating toolbar status when selecting controls / changing properties.
15 years ago
Eusebiu Marcu
a860840709
Parallel Stacks v0.3
15 years ago
Daniel Grunwald
4d09117f40
Fix default value for WordWrapIndentation.
15 years ago
Daniel Grunwald
a99ebeece3
Disable Boo interpreter pad. (SD-1766)
15 years ago
Daniel Grunwald
8266dce10a
AvalonEdit: Use indentation from first line on all following lines when word-wrapping.
15 years ago