sublime-undocs
sublime-undocs copied to clipboard
Sublime Text Unofficial Documentation
http://docs.sublimetext.info is down. I get an ERR_NAME_NOT_RESOLVED in Chrome, and I think https://mxtoolbox.com/SuperTool.aspx?action=a%3adocs.sublimetext.info&run=toolpage# confirms that the domain has no DNS records. Looks like somebody needs to reregister the domain! ---...
## Description I have read the [Command Palette](https://sublime-text-unofficial-documentation.readthedocs.io/en/stable/reference/command_palette.html) section. However, after I created a file `Packages/User/Default.sublime-commands` with the following contents, **My Command** simply didn't show up in the **Command Palette**:...
…lues. (Regex ones only for text.) Contrary to the current version of this documentation, the "regex" operators are only available for `text/following_text/preceding_text`. See https://forum.sublimetext.com/t/selector-on-a-keybind/3785/4
Right now, the unofficial docs doesn't document whether a built in command is `view` or `window` specific, so it would be great if those changes could be added in the...
When using the `Search docs` input field at the top of the left navigation menu, the results use the domain `👎docs.sublimetext.info` instead of `👍sublime-text-unofficial-documentation.readthedocs.io` > For example: `https://sublime-text-unofficial-documentation.readthedocs.io/en/latest/search.html?q=syntax`
The current reference/symbols docs makes no reference to the functionality demonstrated by the Default package's `Indexed Reference List.tmPreferences` file. It appears this file decides what comes under the References section...
In commands, it seems that `prompt_select_project` was replaced by `prompt_select_workspace` Can be found here: https://docs.sublimetext.info/en/latest/reference/commands.html?highlight=prompt_select_project Reference: https://forum.sublimetext.com/t/sublime-text-3-build-3103-shortcut-lost/17498
I added the "command" + tic shortcut (the shortcut for jumping to another window of sublime in OSX).
The last example at [Docs » Reference » Comments](http://docs.sublimetext.info/en/latest/reference/comments.html) has a closing `` without the opening element tag. ```xml shellVariables name TM_COMMENT_START value // name TM_COMMENT_START_2 value /* name TM_COMMENT_END_2...
The snippets documentation refers to custom variables and states that they can be defined in `.sublime-options` files. https://github.com/guillermooo/sublime-undocs/blame/8a3b31288b1e329263c65701b5c133dc8755bc27/source/extensibility/snippets.rst#L105 However, there is no other mention of `.sublime-options` files in the documentation,...