git dreamweaver/cfbuilder/eclipse local history - eclipse

looking solution for code local history in dreamweaver/cfbuilder. we are using Git-Hub for version controlling. I don't know if I can using git-hub for local history in dreamwearer or cfbuilder.
I was googling and found {https://github.com/vishr/local-history}. look like. it is for Atom IDE but we are use dreamwearver & cfbuilder. if some have any idea if I can enable these two Editors local history it will be great help?
Thanks

I'm sure that CFBuilder will have a plug-in for git. Since CFBuilder is a version of Eclipse; this plug-in will probably work:
http://www.eclipse.org/egit/
I do use DreamWeaver and here is a plug-in that integrates git:
https://github.com/ChrisMcKee/gitweaver/
UPDATE:
I'm sorry. Adobe stopped development on the Adobe Extension Manager CC for CC 2015+. It will not work with newer versions of DreamWeaver CC. I did have Adobe Extension Manager CC version 7.3.2.29 installed. The version that you can download from Adobe's web site is 7.2.1.6. Neither of these versions work with DreamWeaver CC 2017
https://www.adobeexchange.com/resources/27
Adobe doesn't appear to offer an alternative for installing extensions.
I did find an Extension Manager that works with DreamWeaver CC 2017 on the DMX Zone web site.
https://www.dmxzone.com/go/22670/dmxzone-extension-manager-for-dreamweaver/#
You can use it to install the extension (and refresh the installed extension list to get it to appear). However, the extension does not appear in DreamWeaver at all. So, even though it is "installed" it doesn't do anything.
At this point, I would recommend using something else that is not integrated into DreamWeaver CC 2017+. Adobe seems to going down a path that discourages plug-in/extension development.
I have used gitKraken before and it works pretty well as a graphical git interface.
https://www.gitkraken.com/

Related

How to compile a project from github for composer but do not use composer repository?

I want to instal October CMS, installation guide is here: https://octobercms.com/docs/setup/installation
but I do not want use composer and install it from repository by composer.
I want download files from here: https://github.com/octobercms/october
and install/compile downloaded files on my local server.
October is no longer free and open source (see https://octobercms.com/blog/post/october-cms-moves-become-paid-platform), and as a part of their v2 they no longer support hosts without composer support or exec() access. The best you could do with October is purchase a license, use composer locally; and then just transfer the files to your server directly, but you won't be able to use the backend to install or update the core, plugins, or themes from the marketplace.
The good news is that the core maintainers have forked the project and are continuing the original project as Winter CMS (see https://github.com/wintercms/winter/issues/5; disclaimer, I'm one of them); and Winter CMS will continue to supports hosts without composer or exec() access.
Winter CMS is currently only available to install through composer, but it does support installing and updating plugins via the backend without composer. We're currently hard at work at getting our marketplace up and running, as well as our web installer, but in the meantime it uses October's marketplace instead.

version control with Zerobrane

I'm using Zerobrane and Corona SDK for my Lua project and would like to save my work and use version control to revert easily to an older version if necessary.
I haven't found any way to do that with Zerobrane and noting mentioned in the documentation.
Do you have any recommendation for version control using these tools? I'm also open to any online service (Github or similar....)
The simpler, the better !
There is an experimental version control module that supports svn (https://github.com/Minebea-Intec/zbssvn), but no other version control integration that I'm aware of. I'm using git from the command line and the IDE will recognize that the file on disk has been updated and will reload it in the editor (if it's already open).

Kate External Tools plugin missing

I have installed Kate Editor (with KWrite, which installs some plugins) in Ubuntu 15.04, and I have just realized that the Kate External Tools plugin is missing since version 4.8.
I really need this plugin, and if anyone could show me where to find an older Kate version or even the plugin itself I would really appreciate that.
By the way, I have found in this webpage the plugin, but (my Linux level is average) I am not able to install it: even the first command gives a problem, and you have to click on "actions" in the left bar... If someone could show me how to build it, that would be really helpful...
Thanks in advance!!
A Kate developer here: Unfortunately, the External Tools plugin was never ported to newer versions of KDE and in particular Plasma 5. There were changes in the plugin architecture, and due to some bugs and no maintainer, this plugin got lost.
We would be very happy to accept this plugin again in Kate's git repository, making it an official part of Kate again. But someone needs to implement it or port it to Kate 5. You can find more information in this bug report.
Update 2019-01-31: I am currently working on bringing this back to Kate: https://phabricator.kde.org/D17971 It will take another 2-3 weeks, though.
Update 2019-09-21: It is back, and will be released with the KDE Applications Release 19.12. See:
https://kate-editor.org/post/2019/2019-09-21-external-tools-plugin/

Mercurial and SQL Server Management Studio GUI plugins?

Does no such plugin exist?
So to be clear, I realize that RedGate has their own SSMS SCC app, and I realize that VSS2k5 will integrate in. I'm looking to stay with Hg as that's where my source already is, and I'ld like to find something that my team can stay consistent with on their tools.
As is, I guess I'm going to have to just run it through TortoiseHg and a folder with manual maintenance. Which isn't terrible, but naturally it would be nicer if there was an app pre-existing that I could consume.
And no, I don't have the time or inclination to write one myself. Not before Summer 2011.
Thoughts or ideas?
There are two versions of HgScc plugin:
HgScc - uses old MS SCCI API, works with MS VS2005/2008/2010 and with some third party IDEs. Last version of this plugin was released in 2008. It is not actively developed anymore, because MS SCCI API is very limiting and does not allow a tight integration with Visual Studio.
HgSccPackage - uses MS SCC Package, works only with MS VS2008/2010. This version of plugin currently in active development.
To get the first version of HgScc follow the instructions here:
MSSCCI compliant Mercurial client
Red Gate SQL Source Control is looking into supporting Mercurial in a future version, http://redgate.uservoice.com/forums/39019-sql-source-control/suggestions/803713-mercurial-support-as-source-control-system.
SQL Server 2012 (Denali) is using the Visual Studio 2010 Shell as the basis for the new Management Studio. I haven't tried it yet but I am hoping that tools such as VisualHg will work in Sql Server 2012. I will update this post after I get on my laptop that has the 2012 SQL Management Studio installed.
Have you tried hgscc? I know it integrates with Visual Studio, but I haven't tried it with SSM

NetBeans 6.8 Collaborative editing

I remember using collaborative text editing in NetBeans some versions ago. You could edit a file from your project collaboratively with a partner, hosting a server on your computer. It was something similar to Gobby (Kobby). I think you even had a chat client.
I'm using NetBeans 6.8 now after a long time with Eclipse. I see there's integration with Kenai, but this makes no sense unless you're working on a free software project and hosting it over there.
I found this: http://collabed.org/ but it just opens a new window with shared text or something, not exactly what I'm looking for.
Any ideas if there's a way to get this functionality on NetBeans 6.8?
It looks like the Developer collaboration module was discontinued after the release of NetBeans 6.5.... at least as a stand-alone feature.
I was able to load it into NetBeans 6.8, by registering the NB 6.5 update center.
I am not sure that it will work, since I do not have a collab server to use, or an extended team to collab with.
The url for the NetBeans 6.5 update center is: http://updates.netbeans.org/netbeans/updates/6.5/uc/final/stable/catalog.xml.gz.
The name of the module is "Developer Collaboration".