All Projects → evandrocoan → ITE

evandrocoan / ITE

Licence: GPL-3.0 license
An Integrated Toolset Environment over the Sublime Text editor aiming to develop on any programming language.

Programming Languages

python
139335 projects - #7 most used programming language
shell
77523 projects
VBScript
123 projects
Batchfile
5799 projects

Projects that are alternatives of or similar to ITE

SublimeText-GameMaker-Plugin
GML Snippets & Syntax Highlighting for SublimeText 2
Stars: ✭ 20 (-35.48%)
Mutual labels:  sublime-text
sublimetext-node-debugger
a simple plugin for sublime text2/3 to debug node file in browser
Stars: ✭ 19 (-38.71%)
Mutual labels:  sublime-text
dotfiles
My personal dotfiles repository
Stars: ✭ 36 (+16.13%)
Mutual labels:  sublime-text
Terminals-In-Sublime-Text
Use (Windows) Terminals within Sublime Text 3 such as: Command Prompt, Git Bash, Google Cloud SDK Shell, etc
Stars: ✭ 73 (+135.48%)
Mutual labels:  sublime-text
FileHistory
Sublime Text plugin that keeps track of files which have been recently closed, as well as files that have been recently accessed.
Stars: ✭ 51 (+64.52%)
Mutual labels:  sublime-text
Sublime-Text-Monokai-theme-for-Visual-Studio-Code
Monokai theme of Sublime Text but for Visual Studio Code instead. Perfect and identical copy. Download it from VSCode Marketplace!
Stars: ✭ 35 (+12.9%)
Mutual labels:  sublime-text
dotfiles
Dotfiles. Mac and *nix. Handy scripts, configurations for bash, zsh, git, asdf, Sublime Text, Karabiner-Elements, BetterTouchTool and more.
Stars: ✭ 15 (-51.61%)
Mutual labels:  sublime-text
Julia-sublime
Julia syntax highlighting for Sublime Text
Stars: ✭ 106 (+241.94%)
Mutual labels:  sublime-text
StatusBarFileSize
Show the file size in the Sublime Text status bar
Stars: ✭ 27 (-12.9%)
Mutual labels:  sublime-text
Bulma-Snippets-Sublime-Text-Plugin
Bulma Snippets Sublime Text Plugin
Stars: ✭ 13 (-58.06%)
Mutual labels:  sublime-text
Verilog-Gadget
🔧 Verilog plugin for Sublime Text 2/3. It helps to generate a simple testbench, instantiate a module, insert a user-header, repeat codes with formatted incremental/decremental numbers, etc.
Stars: ✭ 25 (-19.35%)
Mutual labels:  sublime-text
sublime-live-server
🌍️ Launch a Development Server directly from Sublime Text
Stars: ✭ 49 (+58.06%)
Mutual labels:  sublime-text
SubLilyPond
LilyPond syntax highlighting in Sublime Text 2 and 3.
Stars: ✭ 26 (-16.13%)
Mutual labels:  sublime-text
sublime-jsoncomma
A Sublime Text plugin to deal with those damn JSON commas!
Stars: ✭ 35 (+12.9%)
Mutual labels:  sublime-text
rocketnative-sublime-snippets
[DEPRECATED] Rocketseat React Native snippets for Sublime Text Editor
Stars: ✭ 16 (-48.39%)
Mutual labels:  sublime-text
Sublime-Pretty-Shell
🐚 Shell Script Formatter / Syntax Checker (Powered by shfmt)
Stars: ✭ 28 (-9.68%)
Mutual labels:  sublime-text
sublime-scheme-writer
A color scheme for focused long-form writing
Stars: ✭ 92 (+196.77%)
Mutual labels:  sublime-text
SublimeGremlins
Reveal odd and invisible whitespace characters in Sublime Text.
Stars: ✭ 41 (+32.26%)
Mutual labels:  sublime-text
sublime-PICO-8
PICO-8 plugin for the Sublime Text 3 editor.
Stars: ✭ 42 (+35.48%)
Mutual labels:  sublime-text
WrapAsYouType
Sublime Text plugin that performs hard word wrapping within specified sections, in real time as the user types
Stars: ✭ 19 (-38.71%)
Mutual labels:  sublime-text

ITE - Integrated Toolset Environment

The goal is to create a Stable set of packages which can work together, leading your Sublime Text to be able to program/develop any language you ever need to.

Either its Stable or its Development version have been Stable for some time. Anyone interested in using it, can just follow the installation instructions at the Installation section.

Any interested in contributing, can just do so by creating a new issue with your new ideias or issues. You can check the issue tracker for a list of issues to be worked on. Note, there are some issues I already fixed, just forgot to close them yet.

Table of Contents

  • The table of contents used on this Markdown was generated by:
    1. git clone https://github.com/evandroforks/markdown-toc
    2. cd markdown-toc
    3. npm -g install
    4. cd ../repository-root
    5. markdown-toc README.MD

Installation Go to Top

When following the installation steps, you are going to be prompted to install either the Stable or Development version. If you are planning to fix bugs and contribute to Sublime Text plugins Development, you should choose the Development installation. But, if you are only looking to use things and report bugs, you can choose the Stable installation.

  1. Download & Install Sublime Text 3 (https://www.sublimetext.com/3)
  2. Go to the menu Tools -> Install Package Control, then, wait few seconds until the installation finishes up
  3. Now, Go to the menu Preferences -> Package Control
  4. Type Add Channel on the opened quick panel and press Enter
  5. Then, input the following address and press Enter
    https://raw.githubusercontent.com/evandrocoan/StudioChannel/master/channel.json
    
  6. Go to the menu Tools -> Command Palette... (Ctrl+Shift+P)
  7. Type Preferences: Package Control Settings – User on the opened quick panel and press Enter
  8. Then, find the following setting on your Package Control.sublime-settings file:
    "channels":
    [
        "https://packagecontrol.io/channel_v3.json",
        "https://raw.githubusercontent.com/evandrocoan/StudioChannel/master/channel.json",
    ],
  9. And, change it to the following, i.e., put the https://raw.githubusercontent... line as first:
    "channels":
    [
        "https://raw.githubusercontent.com/evandrocoan/StudioChannel/master/channel.json",
        "https://packagecontrol.io/channel_v3.json",
    ],
    • The https://raw.githubusercontent... line must to be added before the https://packagecontrol.io... one, otherwise, you will not install this forked version of the package, but the original available on the Package Control default channel https://packagecontrol.io...
  10. Now, go to the menu Preferences -> Package Control
  11. Type Install Package on the opened quick panel and press Enter
  12. Then, search for StudioChannel and press Enter
  13. After finished installing the StudioChannel package, just follow the instructions on the screen.
  14. You can also see this old video tutorial How to the Install Sublime Studio.

Stable Installation Go to Top

If you chose the Stable Installation, on this section you are going to be introduced with Stable installation tips.

While installing the Stable version, you can quickly edit any installed packages files by:

  1. Opening the command palette and running the command PackageResourceViewer: Extract All Packages.
  2. And setting the PackagesManager setting "extract_everything": true

Using the Sublime Project Go to Top

You can also open the SublimeStudio.sublime-project inside the Packages/StudioChannel package (git submodule) to quickly view/edit all installed packages. Just note, if you are using the Stable version and as all packages are distributed unpacked on the Stable version, all of your changes to the installed packages are going to be lost when they upgrade. If you would like to save them after the upgrade, you can use the OverrideUnpackedPackages feature. See: OverrideUnpackedPackages for more information.

Adding to git Go to Top

You can create a git repository on the root of your Stable Sublime Text installation by using the following .gitignore file:

/.sublime/
/Backup/
/Cache/
/Index/
/KEEPME
/Local/
/Settings/

/Packages/User/FileHistory*.json
/Packages/User/PackagesManager.cache/*

**/.git/**
*.sublime-package

This should exclude most undesired/binary things and allow you to fiercely control which changes happens with your Sublime Text Stable installation of the ITE.

Development Installation Go to Top

If you chose the Development Installation, on this section you are going to be introduced with Development instructions/tips.

If you installed the Development version, you need to have installed on your system path variable the following programs:

  1. git
  2. curl (linux/cygwin)
  3. wget (linux/cygwin)
  4. zip (linux/cygwin)
  5. unzip (linux/cygwin)
  6. date (linux/cygwin)

Beyond your local git client, it is recommended to install some git client interface as SmartGit, in order to manage this project because it has very complex submodules management. Also, your local git client need to have the user/login and password cached because some commands used by some packages like the Channel Manager, directly/unattended perform git operations like git pull and git push. Then, if your username or password is not cached, these packages commands which do git operations, are going to hang/block/not work properly.

To cache your git password you can use tools like:

  1. https://github.com/Microsoft/Git-Credential-Manager-for-Windows
  2. https://git-scm.com/book/en/v2/Git-Tools-Credential-Storage

git clone Go to Top

It is not advised to use the git --clone command because git is buggy and cannot handle to clone this repository correctly. By following the installation instructions just above, you are going to be prompted whether you would like to install the Stable version or the Development version. And choosing the Development, this repository is going to programmatically and correctly be cloned by a Python Script. So, there is not need to directly use the git clone command. But, if you feel like manually using the git clone command, you need to pass the --recursive option and use it like this:

git clone --recursive -j4 https://github.com/evandrocoan/ITE

The -j4 parameter is to parallelly clone the repository using up to 4 threads or CPU cores.

Sublimehq/Packages Go to Top

Even if you choose to install the Development version, by the automated installer, it will not install the default upstream for Sublimehq/Packages. For it, you can just run these commands:

git clone --recursive https://github.com/evandroforks/Packages
mv Packages/.git "$SUBLIME_TEXT_DATA/Packages/.git"

Then, you will need to open the directory $SUBLIME_TEXT_DATA/Packages as a usual git repository, which is completely disconnected from the main ITE repository.


Disabled Packages Go to Top

For an updated list of packages to not enable see the issue:

  1. #50 Ignored packages to not enable!

Debugging Go to Top

Use on the console: (View -> Show Console)

sublime.log_input(True); sublime.log_commands(True); sublime.log_result_regex(True); sublime.log_indexing(True);

To disable it do:

sublime.log_input(False); sublime.log_commands(False); sublime.log_result_regex(False); sublime.log_indexing(False);

License Go to Top

All files in this repository are released under GNU General Public License v3.0 or the latest version available on http://www.gnu.org/licenses/gpl.html, except the files coming from git submodules (see .gitmodules file) and the files/directories which include their own license header/file.

Sublime Studio, A set of Settings and Packages for Sublime Text 3
Copyright (C) 2018 Evandro Coan <https://github.com/evandrocoan>

Redistributions of source code must retain the above
copyright notice, this list of conditions and the
following disclaimer.

Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials
provided with the distribution.

Neither the name Evandro Coan nor the names of any
contributors may be used to endorse or promote products
derived from this software without specific prior written
permission.

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.

For more information see:

  1. The LICENSE file for the GPL v3.0 license
  2. The website https://www.gnu.org/licenses/gpl-3.0.en.html

All the other files within each git submodule have its own license specified, except until 19/09/2017, where the following linked packages as git submodules by the file .gitmodules, does not include an explicit license from their original author:

Directory on Packages folder Github URL
1 Add Folder To Project https://github.com/DavidGerva/AddFolderToProject-SublimePlugin
2 AdvancedNewFile https://github.com/skuroda/Sublime-AdvancedNewFile
3 AutoFileName https://github.com/BoundInCode/AutoFileName
4 BBCode https://github.com/chipotle/BBCode
5 Better CoffeeScript https://github.com/aponxi/sublime-better-coffeescript
6 Color Highlighter https://github.com/Monnoroch/ColorHighlighter
7 Compare Side-By-Side https://github.com/DougTy/sublime-compare-side-by-side
8 ConvertToUTF8 https://github.com/seanliang/ConvertToUTF8
9 Google Spell Check https://github.com/noahcoad/google-spell-check
10 Indent and braces https://github.com/Epskampie/sublime_indent_and_braces
11 Invert Selection https://github.com/vontio/sublime-invert-selection
12 LaTeXTools https://github.com/SublimeText/LaTeXTools
13 Markdown to BB Code Converter https://github.com/Kristinita/1Sasha1MarkdownNoBBCode
14 Origami https://github.com/SublimeText/Origami
15 SyncedSideBar https://github.com/TheSpyder/SyncedSideBar
16 VBScript https://github.com/SublimeText/VBScript
17 ApplySyntax https://github.com/facelessuser/ApplySyntax
18 Edit Preferences https://github.com/sublimator/EditPreferences
19 Extract Text to File https://github.com/dreki/sublime-extract-to-file
20 File Rename https://github.com/brianlow/FileRename
21 HighlightWords https://github.com/seanliang/HighlightWords
22 LESS https://github.com/danro/LESS-sublime
23 Line Endings Unify https://github.com/vontio/sublime-line-endings-unify
24 SQLExec https://github.com/jum4/sublime-sqlexec
25 sublime-text-2-buildview https://github.com/rctay/sublime-text-2-buildview
26 TOML https://github.com/Jayflux/sublime_toml_highlighting
27 WordHighlight https://github.com/SublimeText/WordHighlight
28 Default https://github.com/evandrocoan/SublimeDefault
29 ../Default.sublime-package https://github.com/evandrocoan/DefaultSublimePackage
30 SemanticLineWrapping https://github.com/bordaigorl/sublime-semantic-wrap
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].