Shawn A

Results 193 issues of Shawn A

Plugin randomly stops working, disable and renable via package control fixes issue. ``` Traceback (most recent call last): File "bin\sublimetext\sublime_plugin.py", line 256, in on_post_save callback.on_post_save(v) File "bin\sublimetext\Data\Packages\FileSync\filesync.py", line 171, in...

copy file from dest to src, context menu,or somewhere not used often, I have needed this at least 5 times recently for one reason or another.

If not already possible ( in case i missed it ) per project or file based config overrides for use in svn branches etc. if possible, anyone know how to...

hotkey and/or right click `open source folder` `open destination folder`

using cdn with a textarea I get this error `Uncaught TypeError: undefined is not a function` on `t.autofocus = n == e || e.getAttribute("autofocus") != null && n == document.body`...

If i set minChars to a value greater than 0, autocomplete stops working entirely unless I also set matchContains:true. Anyone else see this behavior ? jQuery JavaScript Library v1.5.1

Was wondering if there was a configuration capability to just plot raw data with or without timestamps from serial, either as a raw plotter w/capture or send actual file format...

Has anyone tested this on esp8266?

very nice It would be nice if its output was more matched to var_dump `datatype(length) value` for example `string(5) "item1"` as opposed to `(string) 'item1' (5 chars)` ``` php //...