Target
Thrustmaster T.A.R.G.E.T. for Sublime Text 3.
Labels Thrustmaster, T.A.R.G.E.T., TARGET, Thrustmaster Advanced pRogramming Graphical EdiTor, HOTAS, autocompletion, auto-complete
Details
Installs
- Total 55
- Win 45
- Mac 6
- Linux 4
Nov 21 | Nov 20 | Nov 19 | Nov 18 | Nov 17 | Nov 16 | Nov 15 | Nov 14 | Nov 13 | Nov 12 | Nov 11 | Nov 10 | Nov 9 | Nov 8 | Nov 7 | Nov 6 | Nov 5 | Nov 4 | Nov 3 | Nov 2 | Nov 1 | Oct 31 | Oct 30 | Oct 29 | Oct 28 | Oct 27 | Oct 26 | Oct 25 | Oct 24 | Oct 23 | Oct 22 | Oct 21 | Oct 20 | Oct 19 | Oct 18 | Oct 17 | Oct 16 | Oct 15 | Oct 14 | Oct 13 | Oct 12 | Oct 11 | Oct 10 | Oct 9 | Oct 8 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Mac | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Linux | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Readme
- Source
- raw.githubusercontent.com
TARGET - Thrustmaster Advanced pRogramming Graphical EdiTor
Thrustmaster T.A.R.G.E.T. for Sublime Text 3 and 4.
Features:
- Syntax highlighting that is in my opinion an improvement over the proprietary editor, let me know if you don't agree and why.
- Code completion using snippets that includes hints to help non-programmers their way around the language. Let me know if the hints/completions are a little too much.
Things I'd like to work on:
- Improve syntax highlighting for user defined functions and variables. <– Might try and copy from C syntax file.
- USB keycode autocompletion? Maybe? What do you think?
- Comments autocompletion e.g.:
MapKey(&Joystick, TG1, SPC); // First Stage Trigger : Engage PAC
The above statement's comment needs to autocomplete the button/switch name based on its identifier asTG1
, followed by shifting the cursor to the description part to the far right as the final autocomplete parameter (which is the easy part). - Linter to show errors as irritating red squiggly lines, or should I just make the word red if unidentified??
- I would like to add a compile and run function to the command pallette but it doesn't seem to be possible to do that from outside the proprietary editor, please let me know if I'm wrong or if you have a solution to completely bypass the proprietary editor.