[bugfix-1.1.x] Yet another auto build update & add Sublime menu support#10808
Conversation
354d37a to
115cf1c
Compare
|
Squashed and rebased. Restored the sublime project file. To update your working copy… |
|
I've written some simple Sublime packages, including some usage of Python. They're fun to write! Here's one that converts the currently open G-code file into SCARA-compatible G-code: I've also written a couple that use the usual Ctrl/Cmd-B key combo to build. For example, my plugin that…
not that we need 6502 highlighting! But AVR assembler highlighting could be useful… Anyway, at some point maybe we could make a more complete Sublime Package out of this, with the menu and the script together in a folder that gets dropped into
I see you have! Notes about it in the README. Kewl. |
|
As per the README, Deviot may be optional if PIO is already installed by another method. I believe it always ends up installed in |
|
There's all kinds of things we can do but I think we're pretty close to the point of diminishing returns. It's to the point where it does what I need when I'm debugging/optimizing code. Are there other things you want it to do? The open items that I can think of are:
|
|
I can’t say much about VS, as they don’t make it for my platform. I’m a big fan of the free Visual Studio Code however, and it should be straightforward to write plugins for. At least as straightforward as Atom, anyway. |
Update Auto-build so that it can open the file paths that show up in warnings.
Add support file and rough instructions on adding the Auto-build menu to Sublime. This requires installing the WebDevShell package into Sublime and copying a new menu file to the correct location.