Arkadiy Shapkin
ef226f9afb
Extensions shared code moved to GitPluginShared assembly
9 years ago
Matthias Koch
893d85416c
Removed shortcut for "Format Patch".
Added entries in GitPluginUISetupMainMenu method.
Added missing icons.
9 years ago
lanfeust69
94c7521df1
Add VSIX extension
Visual Studio 2015 deprecates AddIns in favor of VSIX extensions, so we cannot
integrate GitExtensions in it.
The new project replicates most of the AddIn features.
TODO :
+ handle the "Commit (branch_name)" caption of the commit command.
+ see if installing the extension should be part of the setup.
10 years ago
Sergey Azarkevich
2c581bc5b9
Prevent create doubles of all commands on toolbar after sequence 'hide toolbar', close IDE, 'show toolbar'
Always force update style of command control if its caption changed.
Fix #2559
Fix #2560
11 years ago
Sergey Azarkevich
bcbab9064a
Prevent create doubles of all commands on toolbar after sequence 'hide toolbar', close IDE, 'show toolbar'
Always force update style of command control if its caption changed.
Fix #2559
Fix #2560
11 years ago
Arkady Shapkin
a60f2349df
Should fix command bar position saving in some cases. Closes #1493
Previous code works for me for all VS except 2010, new one should fix this for VS2010. If it doesn't help for you, try reset addin.
11 years ago
Arkady Shapkin
8ce123d38c
Old git menu removing fixed
11 years ago
Arkady Shapkin
5888ec5134
GitExt plugin upgrading fixed. Closes #2385
11 years ago
Arkady Shapkin
29220b017e
Removing old menu should work now after executing "devenv.exe /resetaddin GitPlugin.Connect"
11 years ago
Arkady Shapkin
347b0aa384
Some crashes fixed when started from VS plugin
11 years ago
Arkady Shapkin
07b010a03c
Bug fixed with file history for file outside of the solution. Closes #2349
11 years ago
Michael Naumov
9e9d989b83
Create a separate set of commands to be executed in document context
11 years ago
Arkady Shapkin
82aa80f421
Some GitPlugin improvements
11 years ago
Arkady Shapkin
4bc3bea877
"Initialize repository" renamed to "Create repository"
12 years ago
Stefan Laut
db06c021c3
#1247 : Permanent CommandBar installation
Conflicts:
GitPlugin/Connect.cs
GitPlugin/Plugin.cs
13 years ago
Arkadiy Shapkin
4016e19fce
"Open with difftool" command added to VS addin (doesn't open if doesn't contain changes)
13 years ago
australiensun
397bc5ee44
Avoid duplicate menu entries by renaming commands (see d8588d7d76
)
13 years ago
australiensun
1c125f0230
Prefix context menu entries with "Git: ", fixes #1336
13 years ago
Henk Westhuis
d8588d7d76
Fixed issue #1373 : when the caption for a menu item is changed, we also need to change the commandname or it will appear twice with the old name
13 years ago
Arkadiy Shapkin
92960eb515
GitPlugin: Menu item "Find file" returned to "Search file"
13 years ago
australiensun
d2a1c504ff
GitPlugin: Rename menu item "Search file" to "Find file". Add separator.
13 years ago
australiensun
d9267fc293
GitPlugin: Update icons to match stand alone client.
13 years ago
Arkadiy Shapkin
51109f1dd8
Reorganized commands in VS plugin.
Updated some icons.
13 years ago
australiensun
8531f03fc0
GitPlugin: Add icons for Manage remote repositories, Merge and Rebase
13 years ago
australiensun
1417a5362c
GitPlugin: Fix icon for checkout branch; replace icon IconBrowseFileExplorer.bmp which is not shown on my machine
13 years ago
australiensun
aef51f9026
GitPlugin: Add/cleanup icons for Browse, Create branch.
13 years ago
australiensun
b69ccb7421
GitPlugin: does not work: add new icon for CherryPick (copied 13.bmp to make sure to have the correct bmp format): icon not displayed
13 years ago
australiensun
ac003fd762
GitPlugin: Connect.cs: code format all AddPopupCommand statements in the same way
13 years ago
australiensun
bdd4604a5f
GitPlugin: format code
13 years ago
Arkadiy Shapkin
3d4611c490
Removed buttons from XML Editor toolbar. Closes #1128
13 years ago
Arkadiy Shapkin
910d556d6f
Resources moved from Form resources to GitUI project resources
* Removed GitPlugin debug messages
13 years ago
Arkadiy Shapkin
b4a7f10593
Merge remote-tracking branch 'vcpp/Code.Cleanup.And.Small.Improvements'
Conflicts:
GitCommands/Git/GitCommandHelpers.cs
GitCommands/Git/GitRevision.cs
GitUI/FormBrowse.cs
GitUI/FormCommit.cs
GitUI/Hotkey/HotkeySettingsManager.cs
13 years ago
Airat Salikhov
71ce0bf380
Removed redundant explicit ToString() calls
13 years ago
Airat Salikhov
b5142cb186
Removed redundant empty constructors
13 years ago
Henk Westhuis
57ef4def21
Fixed bug causing duplicate buttons in visual studio toolbar
14 years ago
lynxstv
93b9e8bd0d
Make permanent all VS commands. This is fix Issue #341
Make same refactoring
14 years ago
Edward Brey
437cd3c1f6
added accelerator keys
14 years ago
Henk Westhuis
c616356634
Added search file option to visual studio plugin
14 years ago
Henk Westhuis
99e728dbc7
WIP Show current branch in Visual Studio
15 years ago
Henk Westhuis
a6a9e622fc
Fixed exception thrown when a commandbar doesn't exist in visual studio
This occurs when not all features in visual studio are installed.
15 years ago
Henk Westhuis
674145ff48
The visual studio plugin learned to be more verbose when something is wrong
15 years ago
Steffen Forkmann
c27f7cfb95
Cleanup GitPlugin.Connect.
15 years ago
Henk Westhuis
19a0f8ae19
Fixed open about box and settings from visual studio without having a file open.
16 years ago
Henk Westhuis
53180ebc0e
Fixed duplicate menus bug in Visual Studio 2010 addin.
16 years ago
Henk Westhuis
77285d68ad
Fixed localization problem
17 years ago
Henk Westhuis
a149897926
Fixed plugin for VS2005
17 years ago
Henk Westhuis
4c1f9013ee
Fixed a bug in Visual Studio plugin. Added GitBash, GitIgnore and Remotes.
17 years ago
Henk Westhuis
bc611b581d
Fixed Visual Studio plugin
17 years ago
Henk Westhuis
0524bfd683
Visual Studio plugin working again
17 years ago
Henk Westhuis
509c6970b6
Rewritten Visual Studio plugin
17 years ago