Sublime Text 2 is a text editor for OS X, Linux and Windows, currently in beta.

+1
Ukończony

Navigation history

rdeangelis 13 lat temu Ostatnio zmodyfikowane przez Jon Skinner 13 lat temu 0
It would be nice to have a navigation history for the open files. So each time I select a file it will be put in the navigation stack. So that with a short-cut like strg+alt+left or strg+alt+right it is possible to navigate between the last open (visited) file.  
Odpowiedź
Jon Skinner 13 lat temu
Ctrl+Tab does this
+1

class names or theme components list

isomorph 0 11 lat temu Ostatnio zmodyfikowane przez alice monday 7 lat temu 3

where the hell can one find a complete list of all the theme components (classes) and their respective configurable attributes?  i've been wasting an hour googling to find just a few examples here and there, but basically nothing telling me what the full set of configurable theme component might be and all their possible values. i mean, seriously, don't the developers keep docs or something. (and yes i went to the official and unofficial docs page, both of which are a joke in terms of the depth of detail available. i am seriously pissed off--when i write code, i document everything, down to the single smallest detail possible, no matter how stupid it seems at the time regardless of all the hooting and jeering that causes from the crowd of the "it is so 'obvious' that no one will ever need to read up on it." wrong! you never know what kind of user or coder noob might use your software later and who would find an exhaustive documentation quite useful. s/he'll thank you for it. or curse you if it's missing, and rightly so. in other words, if you are gonna do something, why do a 1/2-assed job when you can give a 110%? i never understood this shoddy attitude. perfection, man. perfection.  if jobs hadn't strived for it, you macbook would suck as bad as a Lenovo Thinkpad. think about that for a moment, you goddam slackers.)


anyway, rant over--this is what i am talking about:


[

    {

        "class": "name_of_theme_component",

        "configurable_property": "desired_value",

        "another_property": "desired_value"

    },

    {

        "class": "another_theme_component",

        "configurable_property": "desired_value"

    }

]


+1

selection-expand to line

svalere 11 lat temu 0

in selection menu the shortcut for 'Expand to line' is not there, and 'Super+l' does not work, yet it is included in the Key Bindings - Default?

+1

Install and run subl from .deb file on a headless server

Michael Kropat 11 lat temu 0
Basically I just want to be able to do this:

ssh -fX server.example.com subl -w

But after installing Sublime Text 3 from the .deb file on a headless Ubuntu server, subl fails to run, printing out many lines about missing libraries:

$ subl 2>&1 | awk '{ print $NF }' | sort | uniq
libcairo.so<br>libgdk-x11-2.0.so
libgtk-x11-2.0.so
libpango-1.0.so
libpangocairo-1.0.so

I can manually install the depencies with:

$ sudo apt-get install libcairo2 libgtk2.0-0 libpango1.0-0
Then it works. But it would be easier if the depencies were listed in the .deb file, so I don't have to figure out the names of all the required packages each time I install Sublime Text on a new server.

As you can see, there are no dependencies listed currently:

$ dpkg-deb --info sublime-text_build-3059_amd64.deb 
 new debian package, version 2.0.
 size 6253946 bytes: control archive= 313 bytes.
     247 bytes,     8 lines      control              
 Package: sublime-text
 Version: 3059
 Architecture: amd64
 Maintainer: Sublime HQ <support@sublimetext.com>
 Section: editors
 Priority: optional
 Description: Sublime Text is a sophisticated text editor for code, markup and prose
 Installed-Size: 14200
+1

Right-click preview tab to make it a real (permanent) tab

Andrew Culver 11 lat temu 0
Before I knew about double-clicking to open a file NOT in preview mode, I instinctively tried to solve the problem by right-clicking on the tab hoping to find a menu item to do that (you know, in addition the "Close, Close other tabs, Close tabs to the right, etc." menu. Maybe others would do the same and lower their learning curve.
+1

django, html and javascript code all in one recognition please :)

Christopher Stone 9 lat temu 0

I am developing a project in Django... the only thing is, Django can use multiple formats in one file... for example it has tags that work in the html document that look like this {{variable}}.


It also has tags like this {% load staticfiles %} and {% extends 'base.html' %}...


html can also run javascript code within <script> tags but when html syntax highlighting is selected in the view menu, none of the javascript shows up correctly...


The opposite happens when you choose javascript syntax highlighting in the view menu, javascript shows up but not html...


Don't get me wrong, I think you have done an amassing job to make this super editor...


I would like to suggest that you add a Django code highlighting syntax to your already extensive list to make a mixed mode highlighting of all the different coding languages that Django, and maybe other languages use...


I hope you find this information constructive


Thanks in advance


Kind regards


Chris

+1

Vintage mode should enable multi-selection from visual block mode

jrk 12 lat temu 0
Vintage mode should enable multi-selection to simulate http://vim.wikia.com/wiki/Inserting_text_in_multiple_lines (i.e. on shift-V, shift-I [or] shift-A). 
+1

Include Package Control and make it more like Brackets

Martin Spierings 11 lat temu 0
I feel that the package manager should be added by default. And if they could also give it an upgrade, that would be so awesome. Currently when getting sublime on a new installation (or for people who are just getting started), getting the package manager and add the plugins feels a bit too old-school to me. Why not have it behave like in Brackets (the Open Source version of Adobe Edge Code). There you can just see a list of plugins you might want and click install. Way faster then the package manager in Sublime. Also, getting package updates like this would be way easier too.

I like using Sublime and currently Brackets feels a bit too slow for me, but i can see that grow beyond sublime cause some stuff just feel way more user-friendly to me. I'm not really into using the command prompt or similar features of my OS or apps, so i tend to look for stuff that has a GUI and features a more modern approach to work with or extend its capabilities. I also get the feeling that i'm missing a lot of useful plugins because i don't know the name. Or that i'm not using plugins to the fullest as i have difficulty finding out how or what i can do with it (some need settings, some need a separate tool but that just isn't clear from the package manager)

Brackets example: 


And if it would be possible to have plugins mass update or automaticly update, that would be awesome as well.
+1

cfengine3 support/syntax highlight

Dan Moore 12 lat temu 0
Hi-
Could you please add support for cfengine3 syntax highlight? 
-/Don
+1

Adjustable code map size.

Nick Portelli 13 lat temu zaktualizowano 13 lat temu 0
I love the code map, Love it in Visual Studio as well.  If it isn't possible could the width be adjustable?  It seems too wide most of the time.  If it is already point to how?