versioning support
Moderator: kfury77
Forum rules
Please follow these guidelines when posting feature requests. This will help to increase the value of your contribution.
Please follow these guidelines when posting feature requests. This will help to increase the value of your contribution.
- Do not create new topics for already requested features. Add your comments to the existing feature request topics instead;
- Create separate topic for each feature suggestion. Do NOT post a number of non-related feature suggestions in a single topic;
- Give your topic a meaningful title. Do NOT create topics with meaningless titles, such as "My Suggestion" or "My Problem".
versioning support
Integration of svn/git ect... would just tickle my pickle
Re: versioning support
So there is versioning support.
With the commands below you can integrate Tortoisesvn with webuilder.
So goto Preferences > External Tools > External Programs
Click add a new program
and use these settings
Title: Tortoise Commit
Path: C:\Program Files\TortoiseSVN\bin\TortoiseProc.exe
Parameters: /command:commit /path:"%file" /closeonend:0
Title: Tortoise Update
Path: C:\Program Files\TortoiseSVN\bin\TortoiseProc.exe
Parameters: /command:commit /path:"%file" /closeonend:0
You can go here http://tortoisesvn.net/docs/nightly/Tor ... ion-basics for more tortoise commands
Then you customize the context menu. Under the commands tab select tools on the left then on the right drag (programs) into you context menu and your toolbar. Now they are easily accessable.
Hope this helps someone.
*Does anyone know if it is possible to add keyboard shortcuts to the external programs? that would be nice
With the commands below you can integrate Tortoisesvn with webuilder.
So goto Preferences > External Tools > External Programs
Click add a new program
and use these settings
Title: Tortoise Commit
Path: C:\Program Files\TortoiseSVN\bin\TortoiseProc.exe
Parameters: /command:commit /path:"%file" /closeonend:0
Title: Tortoise Update
Path: C:\Program Files\TortoiseSVN\bin\TortoiseProc.exe
Parameters: /command:commit /path:"%file" /closeonend:0
You can go here http://tortoisesvn.net/docs/nightly/Tor ... ion-basics for more tortoise commands
Then you customize the context menu. Under the commands tab select tools on the left then on the right drag (programs) into you context menu and your toolbar. Now they are easily accessable.
Hope this helps someone.
*Does anyone know if it is possible to add keyboard shortcuts to the external programs? that would be nice