Move cursor to beginning and end of line on Mac
This is the default for Windows and Linux, but not on Mac. Please add the following to the default key bindings of Mac:
{ "keys": ["home"], "command": "move_to", "args": {"to": "bol", "extend": false} },
{ "keys": ["end"], "command": "move_to", "args": {"to": "eol", "extend": false} }
Handle quotes inside triple quotes in Scala
List of recent projects on Win 7 taskbar context menu
Windows: --project command line switch should open only the project, no other windows
I'd like to run
path\to\sublime_text.exe --project Y.sublime-project
from a batch file, but the behavior is weird:
- If I had another project X open in the previous session, Sublime will open X and Y in separate windows
- If I had all projects close in the previous session, Sublime will open only Y
- If I had project Y open in the previous session, Sublime will open Y and an empty window
Can this please be streamlined, or maybe there should be more command line parameters to affect what is opened from the previous session, e.g. `--no-previous-session`.
Reload sidebar to include newly added files
Use Goto Anything based on VCS
For example:
You're working in a GIT repository, without a "*.sublime-project" file.
CTRL+P (Cmd+P; Goto Anything) should work based on this GIT repository. You're project-root is the ".git" folder and in ".gitignore" are files to be ignored.
Now it's not necessary to create a "*.sublime-project" for your project.
Change "close_windows_when_empty" so that it includes dragging the final tab out of a window
At the moment setting "close_windows_when_empty" results in the following behaviour that I found unexpected, and request be changed.
Scenario:
Set "close_windows_when_empty" to true.
Open 2 files in a sublime window. Drag one tab to a new window.
Drag that one tab from the next window back to the original window
Expected behaviour:
The window now has no tabs or open folders, it should close.
Behaviour:
It doesn't close.
Home & End Keys not working again in OSX. (build 2165)
Idea: Syntax highlighting files (tmTheme files) uses CSS syntax
Implement commands for navigating the overlay result lists
Add a new sub-entry 'Save a copy' to the 'File' item of the main menu
Hi,
It would be nice if a new sub-entry of the 'File' menu main entry is created: it's allow to save the current file with another file name without exiting the current file (very useful when creating a lot a files from the same base with a time stamp for example).
Thanks
Regardsg912
Title: Add a new sub-entry 'Save a copy' to the 'File' item of the main menu
View.is_visible() method
Enable Ruby scripting/plugins
Horizontal Triple Pane Layout
Here's the keymap code:
{
"keys": ["super+alt+3"],
"caption": "Horizontal Triple Pane Layout",
"command": "set_layout",
"args":
{
"cols": [0.0, 1.0],
"rows": [0.0, 0.33, 0.66, 1.0],
"cells": [[0, 0, 1, 1], [0, 1, 1, 2], [0, 2, 1, 3]]
}
}
Make keyboard shortcuts display correctly for international keyboard layouts
I'm German, and using Sublime Text with a German keyboard (no surprise there).
This means that a lot of the keyboard shortcuts are simply displayed wrong, e.g toggle comment is shown as "control + /" whereas on the German keyboard I actually need to use "control + #"
Now I can use "sublime.log_input(True)" in the console to find through trial and
error what keys to use, but this shouldn't be necessary, and is, additionally, not very helpful regarding less often used key combinations.
Do I really have to poke around & then keep something as old school as a printed overview of the key mappings on my keyboard around?
sublime-completions problems with word buffer
I have a long sublime-completions file (about 2000 lines). The completions work fine, but words from the current file simply get ignored.
At first I thought the problem was about having characters like ( , : etc in the trigger, but it turns out it's a combination of characters + long file. Everything works great with a shorter file, but for a long file it only works if the trigger only has short words with nothing but letters.
I need to put those characters in the trigger so I can see which method I'll be "triggering". It is not possible AFAIK to put a description in a completions file, the way you can in a snippet.
Ctrl+alt+P should show all projects, INCLUDE currently opened projects
Build system should honor env as documented.
Build system should recognize the env command as documented. Adding an env command to the build system results in a silent fail currently. If you open the console, you will see the following error :
Traceback (most recent call last):
File "./sublime_plugin.py", line 337, in run_
TypeError: run() got an unexpected keyword argument 'env'
feature request - when you highlight a <div> it highlights its closing </div>.
"replace all" closes the replace-bar
Customer support service by UserEcho