Daniel Grunwald
3b6892c319
Merge+squash #521 changed implementation of PanelSelectionHandler
11 years ago
Peter Forstmeier
6fc996afc4
Cleanup
11 years ago
Siegfried Pammer
672e65a010
cleaning up the pull request
11 years ago
Andreas Weizel
ce21246eb8
Added Ctrl+F6 shortcut for "Find base symbols", finding base or derived symbols on constructors and destructors now the same as for types.
11 years ago
Siegfried Pammer
e9864a2aa1
Merge pull request #540 from linquize/winform-new-field
...
WinForms Designer: Insert new fields below the last field of class in its designer.cs
11 years ago
Siegfried Pammer
f54083f138
fix #525 : WinForms designer does not properly jump to code when double-clicking a control or event.
11 years ago
Andreas Weizel
2184c84e51
Migrated some basic functions of ResourceEditor to WPF.
11 years ago
Peter Forstmeier
5ad6289f14
Merge branch 'master' of github.com:icsharpcode/SharpDevelop
11 years ago
Peter Forstmeier
99e9fad838
Generate PageFooter
11 years ago
Siegfried Pammer
1a4979491a
rename StringListEditorXaml to StringListEditor
11 years ago
Siegfried Pammer
048134be8f
fix #538 : WPF Commands do not work properly in Windows Forms ContextMenus
11 years ago
Siegfried Pammer
bec0f8f8f7
fix compiler warnings
11 years ago
Siegfried Pammer
2d373d8bb1
fix 'unreachable code' compiler warning in mcs/cs-tokenizer.cs
11 years ago
Peter Forstmeier
681576a296
Generate PageHeader
11 years ago
Daniel Grunwald
cd9a09027e
Strip "I" from type name when generating a variable name.
11 years ago
Daniel Grunwald
92c3786ab5
Simplify AddOptionalParameterToInvocationAction. This should fix UDC crash 5207.
11 years ago
Peter Forstmeier
0e2cb73f6c
Merge branch 'master' of github.com:icsharpcode/SharpDevelop
11 years ago
Peter Forstmeier
9f7b8f44b8
PushModel generation
11 years ago
Daniel Grunwald
40e5ec6116
Fix #518 by re-using the insight window.
11 years ago
Siegfried Pammer
c62179725a
fix #541 : Allow configuring color for interfaces (etc.) in C# semantic highlighting
11 years ago
Daniel Grunwald
8ace2341fb
Fix bugs in #505
11 years ago
julodnik
293edbf731
Still a wrong indentation (spaces instead of tabs)
11 years ago
julodnik
a5fee39851
Fixed mixed tab and spaces
11 years ago
julodnik
fe37b3b004
Some small fixes
11 years ago
julodnik
a81b6c2349
Add Underline attribute in syntax highlighting
11 years ago
Siegfried Pammer
2bdddf3136
add special handling for enum member completion data
11 years ago
Siegfried Pammer
d41e13e164
fix #543 : Ctrl+Space Code completion description tooltip for classes should include namespace name
11 years ago
Siegfried Pammer
4170e41ea8
fix #542 : Code completion window description tooltip missing
11 years ago
Siegfried Pammer
a0d84c9cc8
fix bug in code completion: space should trigger insertion
11 years ago
Daniel Grunwald
6c2f0f4320
Avoid unnecessary access to entity.Documentation. Improves code completion performance.
11 years ago
Peter Forstmeier
2a0600761d
Update WizardPages
11 years ago
Peter Forstmeier
1fbd20047b
Merge branch 'master' of github.com:icsharpcode/SharpDevelop
11 years ago
Peter Forstmeier
d1a18587d8
GoPrevious,Goback
11 years ago
Linquize
6806912502
WinForms Designer: Insert new fields below the last field of class in its designer.cs
11 years ago
Siegfried Pammer
d303714f8d
fix #524 : Reentrancy in 'external change' dialogs
11 years ago
Siegfried Pammer
ff7b95d75d
fix #337 : Code inspection: "convert to constant"
11 years ago
Siegfried Pammer
3d5279686e
remove CodeCompletionDataUsageCache from DefaultCompletionItem
11 years ago
Siegfried Pammer
2027db1531
fix build again
11 years ago
Siegfried Pammer
295dda6540
fix build
11 years ago
Siegfried Pammer
3288019d73
fix #527 : Code Completion Options broken in 5.0
...
fix #151 : Add option "Complete only when pressing Return/Tab"
11 years ago
Siegfried Pammer
3fe3e66195
work on #527 : Code Completion Options broken in 5.0
11 years ago
Siegfried Pammer
4e4ee835ac
fix some CommandManager-related bugs in ResourceEditor - make it suitable for translation-related usage
11 years ago
Siegfried Pammer
4db8797a5d
add StringResources.resx to SharpDevelop.csproj for better accessibility
11 years ago
Siegfried Pammer
320cd692ab
rename the class as well
11 years ago
Siegfried Pammer
7b27c8b699
rename CodeCompletionPanelXaml.xaml[.cs] to CodeCompletionOptionPanel.xaml[.cs]
11 years ago
Siegfried Pammer
efcc1c080b
fix InvalidCastException in GeneratePartialClassStub: not every IMethod corresponds to a MethodDeclaration (there are ConstructorDeclaration and DestructorDeclaration, for ex.)
11 years ago
Siegfried Pammer
871078db99
fix #528 : Code completion doesn't scroll to pre-selection
11 years ago
Siegfried Pammer
09e8eacea6
enhance bookmark tooltips: allow breakpoint tooltip to be displayed even if CurrentLineBookmark is on the same line.
11 years ago
Peter Forstmeier
eb4423fffc
PullModelPage
11 years ago
Matt Ward
3409a32fda
Fix service references.
...
Fixed #383 - Handle empty string for service retrieval url.
Fix SvcUtil commmand line being mangled by ProcessRunner's
RunInOutputPadAsync by generating the command line arguments as an
array instead of a string.
11 years ago