-2

PHP <<<EOF issue

Joe Simpson 12 lat temu 0
When typing <<<EOF with the fuzzy matching plugin on, it automatically changes it to <<<enchant_broker_fee. Can you add some logic to prevent it from doing that?

Thanks :)
-2

Folders mixed in and not at the top of the list

Brian Bokor 12 lat temu 0
is there a way to make the folders mixed in the list rather than defaulting to the top?
-2

Sublime have any support for CMS Joomla!?

Bruno Batista 12 lat temu zaktualizowano 12 lat temu 2
Do not complete the internal class/functions of Joomla...
-2

curlftps and remote editing

Всеволод Иванов 12 lat temu Ostatnio zmodyfikowane przez Joel Thornton 12 lat temu 1
sometimes i really need to edit something remotely, and mount some ssh\ftp servers as folder. In sublime i cant delete any file, folders have really long response time, and saving file is really long.. fix it please
-2

Haskell: ctrl/cmd-r for data and type definitions

Karl Smeltzer 12 lat temu 0
It would be quite nice if the "go to symbol" functionality accessed via cmd/ctrl-r would also locate data and type definitions in Haskell. Discarding complicated language extensions, I think it would be possible to just look for code of the form:
data name1 = ...
type name2 = ...
newtype name3 = ...
-2

Cmd-W on the About window does not work

filipp 12 lat temu 0
Steps to reproduce:
Choose Sublime Text 2 > About. Try to close the window using Cmd-W.
Expected results:
The window should close
Actual results:
The window does not close
Tested using ST 2210, OS X 10.7.4
-2

Diff sidebar

GarciaWebDev 12 lat temu zaktualizowano 12 lat temu 2
Have a diff sidebar like the one in NetBeans. You edit the file and it marks the new, modified and removed lines with color near the line number.
-2

Return to lower indent level after using finishing words

Denis Tomilin 13 lat temu Ostatnio zmodyfikowane przez Jon Skinner 13 lat temu 1
http://img443.imageshack.us/img443/2817/selection035y.png
It's work in VIM and most ppl wants it in ST2. In VIM, it works on the editor layer, it isn't language-specific. Languages need to set just words for this function.
-2

Option to change which side of the screen the file browser is on.

Brennon Loveless 12 lat temu 0
Ability to select which side of the screen the file browser is loaded on either the left or the right. I prefer mine on the right. I assume this would coincide with the ability to change the side of the window that the minimap is on.
-2

Autocomplete with TAB does not work when inside a snippet

Κώστας Καραχάλιος 12 lat temu zaktualizowano 12 lat temu 2
When initiating a snippet (eg def<tab> in a Ruby file), the autocompletion with the tab key does work properly (instead, it triggers inside the snippet).

SublimeText2 - 2165
-2

moving folded blocks

Khalis Totorkulov 12 lat temu zaktualizowano 12 lat temu 0
If I try Ctrl+Up or Down on a line to which code block was folded it does something strange.
Expected behavior would be to move that line Up or Down, while it is still folded.
-2

Differentiate HTML Tag

Alexander Elisenko 12 lat temu 0

It would be great if the syntax highlighting for HTML tags could differentiate between tags. For example have all the HTML tags associated with forms in a different color then the rest of the tags for easy code browsing.

-2

It would be great to have a path bar like OSX finder for fullscreen mode

Chris Guilbeau 12 lat temu zaktualizowano 12 lat temu 0
Image 77
-2

Auto copy/paste changes in default preferences to user preferences

Jethro Flanagan 11 lat temu 0

Any changes in the default preferences don't actually occur in that file, but are automatically pasted through to the user preferences. This saves on copy/paste time, helps new users deal with how the preference system works, and can automate copying comments through, too.


e.g. editing 

"font_size": 10, to "font_size": 12, in the defaults will actually add that change to user preferences, while leaving the default as it was. 


It would be helpful to have a small tooltip or something similar notifying the user of this.

-2

Bottom Bar: show more file Infos/modes, don't let messages displace those..

jeandeluxe 12 lat temu 0
Currently (2181@OSX) ST2 has some weaknesses in what and how it shows infos in the bottom bar:

  1. Generally rather few infos of what might be interesting at a glance or direct access..
  2. Ad hoc messages displace the static infos ..

Coming from jEdit i'm used to some more usefull infos or mode toggles - which i find mostly valuable - plus the concise way jEdit presents those.. see this comparison screenshot ST2 vs. jEdit .. it shows:

Left:
  • Line, (ST2)
  • Column (ST2)
  • (Offset, (usefull)
  • Total) (usefull)
Right:
  • |Syntax (ST2)
  • |EditMode (no equivalent-> maybe use some ST2 info or mode )
  • |Encoding (ST2)
  • |WordWrap (very usefull, jEdit has 3 modes: normal,hard,soft)
  • |SelectionMode (no equivalent-> maybe use some ST2 info or mode ) 
  • |RectangularSelection (no equivalent-> maybe use some ST2 info or mode) 
  • |InsertMode (no equivalent-> maybe use some ST2 info or mode ) 
  • |LineSeparator|(usefull)
  • JavaHeap (irrelevant)

As u can see, jEdit stuffs a lot of usefull infos/modes in little space (has tooltips if in doubt) ..

-2

Per TAB word wrap

Rafal W. 11 lat temu 0

Per TAB character word wrap.

Similar to Word/Excel.


Discussion:

http://www.sublimetext.com/forum/viewtopic.php?f=4&t=10589

-2

endforeach php tag

matthewfedak 12 lat temu zaktualizowano 12 lat temu 0
I have noticed that while sublime text 2 can help with predictive text on creatong a php foreach loop it does not have suggestive text built in for short hand php. i.e. if I want a foreach loop like, it will not prompt with an endforeach; if you need one.
-2

Allow sidebar border to be themed

Aparajita 13 lat temu zaktualizowano 13 lat temu 1
2088 added a border on the right side of the sidebar, which is great, but it's a little too dark for my taste. It would be nice if it could be themed, since the rest of the sidebar can be.