On Tue, 26 Dec 2017 10:27:39 -0500
"J. King" <jk...@jkingweb.ca> escribió:

> I use Git, but I'm not attached to it. I run my own publicly-accessible 
> remote (using Gitea), but that would be completely replaceable with Fossil 
> (which I am very impressed by).
> 
> What's not so easy to replace is the Git integration in my editor (Visual 
> Studio Code) which allows me to easily perform basic operation like commit, 
> push, pull, and rebase. 
> 
> Even just to the ability to review diffs and perform checkins in my editor 
> would be enough, but I doubt it will happen anytime soon, if ever, and I 
> don't have the expertise required to hack it on myself. 
> 
> Until the landscape changes (or someone can suggest suitable Windows 
> software), I will continue to admire Fossil from afar.
> 


When I used VS2015 in the past, I followed this steps:

Create a new menu entry for Fossil:
a) Menu Tools->Customize, "Commands" tab, "Add New Menu" button  // This create 
a new menu on tool bar
b) Select the "New Menu" created, click on "Modify Selection" button and change 
its name to "Fossil"
c) Move it up or down and click "Close" button when finished

Create "External Tools"
a) Menu Tools->External Tools..., 
b) Click on "Add" button
c) Fill data: "Title=Commit", "Command=C:\Fossil\fossil.exe", "Argument=commit 
-m", "Initial Directory=$(ProjectDir)"
d) Check the check boxes "Use Output Windows", "Prompt for Argument"
e) Annotate the entry number of the external command, if it's the 3rd or 7th.

Add created external tool to Fossil menu
a) Menu Tools->Customize, "Commands" tab,
b) Check "Menu bar" radius button and select "Fossil" from the selectable list 
(Default value is "Menu Bar")
c) The "Controls" display should be empty for the first fossil command, 
d) Click "Add Command" button, select "Tools" from "Categories" left list and 
"External Command XX" where XX is the number annotated,
e) Click "Modify Selection" to change name to "Fossil Commit"


Add commands as needed, but don't change the order in "Tools" menu, the number 
annotated correspond with the "Fossil" menu entry, if you rearrange them, 
you'll call the wrong external tool.

HTH, but command prompt is easier for me.

-- 
Eduardo <eduardo.mor...@mobelservices.com>
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to