+12

Move the "Remove all folders button" and provide F5 refresh on individual folders

glenbot 13 лет назад обновлен David Thomas Bernal 13 лет назад 1
The "Remove all folders" menu button reminds me of the analogy from "Inmates are running the asylum" where the eject button on a Jet is placed right next to the radio button.

"Refresh all folders" is dangerously placed next to "Remove all folders". All I want to do is refresh a single folder not set myself back 20 minutes.

Maybe add right-click refresh on individual folders and move the refresh all folders next to something less destructive?
+12

Multi word / bag of words search facility

Stuart Roebuck 12 лет назад обновлен 12 лет назад 0
When using Sublime Text for natural language text it can be useful to be able to search for occurrences of multiple words in proximity.  e.g. "apache & cache".

Hopefully this would work much as a Google search works, scoring matches by the number of search words found and distance between the words.

I use Sublime Text to produce some quite lengthy markdown documents and I often want to locate passages of text related to particular subjects which cannot be identified by a single specific word search.  The above mentioned functionality would be really powerful for this.
+12

A method to prompt for build arguments?

Matt Long 13 лет назад обновлен Oktay Acikalin 13 лет назад 1
Hi, is there any way to have a variant of the build command to prompt for build arguments?

I'd like to be able to do this to start a build for a particular target.

E.g. F7 -> runs make
Shift + F7 -> prompt so I can run "make clean" or "make my_target"
+12

Provide previous/next navigation (based on history)

Kai Grossjohann 12 лет назад обновлен tomr 12 лет назад 5
Idea: Whenever the cursor is moved "far", remember the position before that movement in a history and provide commands to navigate the history.

"Far" movements would comprise:
  • Selecting another file.
  • Every move that involves Goto: Command+P, Command+R, Ctrl+G.
  • Move by searching:
    • Find, Incremental Find
    • Find next
    • Selecting a find result from Find in Files with F4
  • Go to beginning / end of buffer.
"Remembering the position" means to record the current file, view and the current cursor position.
+12

Add require_relative to Ruby syntax

Brian Clapper 12 лет назад обновлен 12 лет назад 0
The referenced patch adds syntax colorization support for Ruby's "load" keyword, as well as for the "require_relative" keyword added in Ruby 1.9.


SublimeText2-Ruby-patch.txt
+12
Завершен

Side Bar click expands folders

t1c 13 лет назад обновлен Jon Skinner 12 лет назад 0
Side Bar contains "FOLDERS" with project folders listed. Great. But to expand folder and see files inside you need to click on tiny arrow down button that is not easy to hit. Would it be easier to just expand folder as it is clicked.
Ответ
Jon Skinner 12 лет назад
Added in 2126
+12

Name and create new files immediately, just like creating new folders

mrmachine 13 лет назад обновлен Adam Miller 13 лет назад 1
Looks like creating a new file at the moment just opens an untitled file in memory and changes the CWD so that the save dialogue defaults to the correct location.

I'd like this to work more like creating a new folder, where I am asked for the filename and the file is created (saved as a blank file) immediately.
+12

Show Matching Braces in Bold

chris 12 лет назад 0

Currently matching braces are underlined (like { this } ). Please add an option to display them bold instead (like { this } ).


Improves readability IMO.

+12

Bug in multi-column select when word wrap is turned on

Joshua Clanton 13 лет назад обновлен Nathan Brown 12 лет назад 1
When using multi-column select on the first column of a block of text, it selects the first visual column, when I believe it should select the first column within the logical line.

The current behavior leads to multiple selections within the same line even when that is not intended.
+12

Confirm dialog for Delete

Rudi Verago 12 лет назад обновлен Stefano Lampis 12 лет назад 4
Confirm dialog for Delete Folder/File action (e.g. right click menu in Folder sidebar)
+12

Combine "Open File…" and "Open Folder…" into a single menu option.

Mark Haase 12 лет назад обновлен Alex Lopatin 12 лет назад 1
I'm not sure what the reason is for having two different open options (perhaps a cross-platform issue), but TextMate has a single open option that works for both files and folders. I use the folder option more often so I have rebound my keys to make it more instinctive, but it still does trip me up at times.
+12

Python raw string syntax highlighting breaks with unmatched opening brackets

johtso 12 лет назад обновлен Elijah Rutschman 12 лет назад 2
Image 51

The same happens with a lone opening round bracket "("
+12
Не ошибка

Config files for different architectures

Douglas S. Andrade 13 лет назад обновлен Jon Skinner 13 лет назад 0
As noticed in this thread:

http://www.sublimetext.com/forum/viewtopic.php?f=3&t=2093

The configuration for platforms do not work when they are in the User folder.

It is possible to make then work in the User folder too ? So i will not need to change configuration every time i change from Linux and OSX.

Thanks for Sublime2, it is great !
Ответ
Jon Skinner 13 лет назад
This is intentional, to ensure that when the user settings are programatically updated, there's only a single file that needs to be considered.

To get the same effect, you can make another package, perhaps named 'ZUser' (so that it still overrides settings in other packages when considered lexicographically), and place platform specific settings in there.

For more information, see http://sublimetext.info/docs/en/customization/settings.html
+12

ruby "explicit parens" matching

Roberto Esposito 13 лет назад 0
I could not find any way to match ruby "explicit" parens (i.e., do end).
Ideally this should support matching "do end", "def end", "class end", etc., and work exactly as it brace matching works.

+12

Support context in mousemap

Rob Cowie 12 лет назад обновлен Mikhail Goncharov (meta) 8 лет назад 1
Support for context in mouse bindings in the same way as key bindings. It would open up a world of possibilities. One use case would be to mimic the double click to jump" behaviour in Find in Files results.
+12
Завершен

Add Per-project Settings

Scott Bowers 13 лет назад обновлен Jon Skinner 13 лет назад 2
My current use case is the translate_tabs_to_spaces option.  I work with a lot of projects.  Some of them require spaces, some of them require tabs. It would be nice if there was a way to change (file) preferences on a per-project level. 
Ответ
Jon Skinner 13 лет назад
This has been added in build 2111
+12

non-fuzzy (exact) symbol matching in "goto anything"

glyph 12 лет назад 0
I have a function called 'on', in a large module full of other functions.  If I type '@on' in 'goto anything', I get a ton of other functions before 'on' because they happen to have an 'o' and an 'n' in their name in that order.
I'd love to be able to sometimes exactly match a symbol by its prefix, instead of randomly choosing among many options.
Maybe there's already a way to do this, in which case I'm sorry I didn't make it a Question rather than an Idea.
+12

Console with Input

Patrick Lindsay 12 лет назад 0

It would be great to have a real console with an input buffer.  You can already build and run projects in several languages.  It would be great if I could test my C++ (which uses cin) inside Sublime, rather than having to run it from another app.

+12

Language on shebang line not correctly detected

Zoran Simic 12 лет назад обновлен Matt Joiner 11 лет назад 5
Sublime Text 2 doesn't recognize shebang line such as this one:

#!/usr/bin/env python2.6

Please fix this, this should be recognized as a python file
+12

Native TODO List Panel and Highlighting

Kyle Simpson 12 лет назад обновлен 12 лет назад 2
Please add an integrated TODO list panel into the UI that can be toggled via the 'View' menu/shortcut - perhaps as a side panel.  I'd like all TODOs to be highlighted in my code comments and automatically collected in this side panel.  Would be nice if it supported input of generalized TODOs as well.

I see others have been downvoted for this request, but the existing python plugins for TODO functionality are absolutely not cutting it.  Must have! Thanks and great product!

Сервис поддержки клиентов работает на платформе UserEcho