Eusebiu Marcu
|
70b33f5963
|
move tooltips to Debugger.AddIn
move pin to Debugger.AddIn
|
15 years ago |
Eusebiu Marcu
|
398fd13cb9
|
update sln to master
|
15 years ago |
eusebiu
|
bfefd4ed9a
|
fix pinning
fix updating the pin in debugger tooltip
|
15 years ago |
eusebiu
|
20e51d050f
|
modify UI of control
add drag and drop to PinBookmark
|
15 years ago |
eusebiu
|
afea20fac0
|
UI update on pin control
|
15 years ago |
eusebiu
|
a575d62242
|
fix adding multiple vars in the same data pin
|
15 years ago |
eusebiu
|
7a5cfb626b
|
set opacity to 0.3 by default
|
15 years ago |
eusebiu
|
1b15e27442
|
fix issue for saving the pins when closing
|
15 years ago |
eusebiu
|
144762702d
|
fix drag control
|
15 years ago |
eusebiu
|
1c6b454f40
|
Pin control v0.4
|
15 years ago |
eusebiu
|
42293eea99
|
modify UI of pin close control
|
15 years ago |
eusebiu
|
03eca1fa91
|
Edit pin control v0.3
|
15 years ago |
eusebiu
|
edcfb96f87
|
pin control v0.3
|
15 years ago |
eusebiu
|
1d934de1b4
|
Edit pin control v0.2
|
15 years ago |
eusebiu
|
b6976abc2e
|
Merge branch 'master' of git://github.com/icsharpcode/SharpDevelop into Edit_PinControl
Conflicts:
src/AddIns/Debugger/Debugger.AddIn/Pads/WatchPadModel.cs
src/Main/Base/Project/ICSharpCode.SharpDevelop.csproj
src/Main/Base/Project/Src/Bookmarks/BookmarkConverter.cs
src/Main/StartUp/Project/Resources/BitmapResources.resources
|
15 years ago |
Daniel Grunwald
|
408ccb482d
|
Synchronize English string resources with database on translation server.
|
15 years ago |
Daniel Grunwald
|
e4c10ded29
|
Merge branch 'Reflector'
|
15 years ago |
Daniel Grunwald
|
48e241bea1
|
SetReflectorPath: set dialog owner; fixed OK/Cancel button margins.
|
15 years ago |
eusebiu
|
55db1ce802
|
add deleted string resources
|
15 years ago |
eusebiu
|
d6534fb2e6
|
add Reflector WPF Options panel and window
|
15 years ago |
eusebiu
|
5d86261df7
|
Edit pin control v0.2
|
15 years ago |
Daniel Grunwald
|
19d03f6b28
|
SettingsEditor: added support for VB.NET "My.Settings"
|
15 years ago |
Daniel Grunwald
|
e032e042a7
|
Settings editor: update the app.config file.
|
15 years ago |
Daniel Grunwald
|
0f0ada0c78
|
Add template for new .settings file.
|
15 years ago |
Daniel Grunwald
|
a4797dcb1a
|
Re-enable settings editor.
|
15 years ago |
eusebiu
|
af9798ef45
|
Edit Pin control v0.1
|
15 years ago |
eusebiu
|
3fa55395fe
|
merge all bookmarks for next/prev operations in BookmarkPadToolbarCommands.cs
|
15 years ago |
eusebiu
|
0619139d42
|
fix toobar issue and added resource strings
|
15 years ago |
eusebiu
|
b53f8635f2
|
Added WPF BreakPointsPad, Watchpad, LocalVarPad + controls
|
15 years ago |
eusebiu
|
09a6012069
|
GacReferencePanel: add search function
|
15 years ago |
Daniel Grunwald
|
4f7ce03f90
|
Merge branch '4.0'
|
15 years ago |
Daniel Grunwald
|
130a05be7b
|
Fixed http://community.sharpdevelop.net/forums/t/12147.aspx - <configSections> must be first element in app.config
|
15 years ago |
Daniel Grunwald
|
cfeb306c48
|
Avoid crash with duplicate named arguments to attributes (obfuscated assembly?) - http://community.sharpdevelop.net/forums/t/12181.aspx
|
15 years ago |
Daniel Grunwald
|
b8cae20e29
|
Add missing icon files.
|
15 years ago |
Siegfried Pammer
|
21f0045b53
|
added missing keyword in type modifiers
|
15 years ago |
Siegfried Pammer
|
5dce34e991
|
fixed http://community.sharpdevelop.net/forums/p/12161/33156.aspx#33156
|
15 years ago |
Daniel Grunwald
|
3f1dd6ba72
|
Use ModifierKeys instead of Keyboard.IsKeyDown.
|
15 years ago |
eusebiu
|
c1c9366c88
|
fix SD-1738 - Ctrl+Shift+Tab does not work in active files dialog
|
15 years ago |
Matt Ward
|
33001daf07
|
Show Boo unit tests in Unit Tests window.
|
15 years ago |
Daniel Grunwald
|
8c1f9b3a02
|
Adjust unit tests to IViewContent interface change.
|
15 years ago |
Boris Kozorovitzky
|
4fbbc13493
|
Making the Title and the Tooltip editable in ViewContent
|
15 years ago |
Daniel Grunwald
|
d339654cdc
|
Fixed synchronization between OpenedFile.IsDirty and UndoStack.IsOriginalFile.
|
15 years ago |
Daniel Grunwald
|
a9dc47b030
|
More debug output when focus tracking is enabled.
|
15 years ago |
Daniel Grunwald
|
93f924b120
|
Add TextAnchorMovementMode.Default where the movement direction depends on the type of insertion.
|
15 years ago |
Daniel Grunwald
|
8804473341
|
Remove LGPL header from MyNamespaceSupportForCSharp.cs (as that file is copied into projects converted from VB to C#)
|
15 years ago |
Charles Weld
|
e9bccd9269
|
Fixed asynchronous custom tool bug
* Changed pending tasks to a queue rather than a list.
* Ensure that pending tasks isn't empty before trying to execute the next task.
|
15 years ago |
Matt Ward
|
65db65170c
|
Update IronRuby to version 1.1.1
|
15 years ago |
Siegfried Pammer
|
8267684c53
|
fixed XamlParser: now uses VB root-namespace rules in VB projects
|
15 years ago |
Siegfried Pammer
|
0365a3f26c
|
fixed namespace problems in VB WPF templates
|
15 years ago |
Siegfried Pammer
|
27f1e11aaf
|
VB: Added My-namespace support for WPF
|
15 years ago |