Need tips to create a sublime text plugin for Git - sublimetext2

I'm already familiar with the basics of sublime plugins and created a few simple ones. But now I would like to write a plugin which uses Git, and I'm not know where to start.

Start reading/studing the current git's plugins code for Sublime Text:
https://github.com/jisaacks/GitGutter
https://github.com/kemayo/sublime-text-git

Related

How to make GitHub Action installation as simple as possible

I'm working on a relatively simple GitHub Action that I'd like to add to the GitHub Marketplace, and I'd like to make it as simple as possible for people to install in their repositories. But, even the simple instructions provided by GitHub involve steps such as creating a workflow file, copying content into it, etc.
Is there no simpler installation process? Ideally, I'd like to find a single-step or push-button solution – something like a one-step "click this link to install this action" process. Is there such a thing?

How do I execute a program in Sublime Text 2?

I know this is terribly simple. I'm on Windows 10. I have tried Enter, CTRL-Enter, and others. I have created a JS build environment using Node, but I just can't seem to run code and get any output.
You need to install Terminal. You need to have Package Control first.
Sublime Text is a great editor.

Creating a new project/site in Githubs Atom Editor

I've downloaded Githubs Atom Editor and I can't seem to figure out any way on creating projects.
I currently use Sublime Text 3, I've added some packages to it which allow FTP and I'm able to create Directories and sites as it has a built in Project Manager.
I've been looking over the internet for a while now and can't find any help from the following.
Does Atom have a built in FTP?
How to create projects/sites like in Sublime Text 3?
Does everything sync to your Github?
Apologies is this has been asked or seems irrelevant but I am looking for assistance in using the new Atom Editor.
Out of the box atom does provide some project view if you open (⌘O) a directory instead of a file:
I've recently been trying new editors as well. I have been switching between Atom, Brackets, and Sublime Text 3. They have many similarities, as you probably have noticed. Atom doesn't come with very much out of the box, just like Sublime Text, but just like Sublime Text it's highly extendable using its built in package manager.
Atom's Package Manager is found in the Preferences (⌘,). Then select the Packages tab on the left.
Currently there isn't an ftp package, but chances are it's only a matter of time. If you're using FTP for deployment git provides a much better/safer workflow with not a whole lot of overhead to get set up....But that's another topic I won't dive into here.
There are a couple pretty nice project manager packages that would give you a similar experience to Sublime Text's projects:
As far as git integration goes it's a similar situation to project management. It has a few nice features built in (Open in Github, highlighting files with pending changes, etc...), but there are a few nice packages that can really make Atom's git integrations pretty verbose.
Hope this helps, good luck

Library manager for Sublime Text 2

Is there a library manager for Sublime Text 2? I'm looking for something similar to NuGet where I can, for example, load all files for Bootstrap into my current project in a few, quick steps.
I found NetTuts fetch, which is nice, but not very efficient. If I wanted to load dev and prod versions of Bootstrap, I would have to create multiple files and fetch into each of them. Instead, I would like to run a single command to load all of the files into my project.
I found Bower. Here is the plugin for Sublime Text 2.
Similar question: A package manager for web assets

Is there any rpg language plugin for Sublime Text 2?

Is there any plugin to view rpg, rpgle or database files (obtained from as-400 server) in highlighted syntax in Sublime text 2 editor.
Also, are there any good plugin projects available that I can modify to create my own plugin and share?
A quick Google search is enough to convince me that there is no such language binding available. If you want to create your own, I think this would be a good place to start
My colleague Pete Smith has written a simple but very usable plugin for Sublime Text 3 extending the existing Icebreak language definition, although I will warn you that it is functionally quite specific to our development environment - we use SEE/Change. I am certain that PRs are welcome!