+1

cfengine3 support/syntax highlight

Dan Moore 13 років тому 0
Hi-
Could you please add support for cfengine3 syntax highlight? 
-/Don
+1

Adjustable code map size.

Nick Portelli 13 років тому оновлений 13 років тому 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?
+1

Windows and Tab Management

park woojae 13 років тому 0
first one is a kind of bug and second one is kind of suggestion.

1. Tabs can't move out of windows, well.

when I move tabs out of main window(move tab to below), it's getting unvisiable. on task bar there are two windows, but second(new) window cannot be seen. but when I move tab to upper little bit and wait and release the mouse button, it works as expected.

I am using windows 7.

2. Tabs state saving like chrome browser.

When you open two chrom browser windows, it can have many tabs on each window and it saves state of each tabs on window. when I close one window, I could reopen window from recent closed tabs even if it has multiple tabs. it's not just recent file saving, it saves tabs on recent windows. I hope sublime text2 would be save this states too.

Thank you for all the great works. 
+1

find in files: find class in php file

Ridwan Aji Bari 12 років тому 0

i am able to find ID's when i hit Ctrl + R in PHP file. but can't find Classes. it would be nice if this feature added

+1

line_padding_bottom_wordwrap

Mathias Rangel Wulff 11 років тому 0

The short version:  

Give me a line_padding_bottom that only applyes on lines with linenumbers on. 

The longer version:

When writing prosa with sublime it is central for the readflow to be able to set 


line_padding_bottom_wordwrap


could be set. 


It would set the bottom padding for a wrapped line - letting the wrapped line apear as a chunk of text with a padding to the next line. 



+1

sublime.packages_path()

Juan Falgueras 13 років тому оновлено FichteFoll 13 років тому 1

sublime.packages_path() returns the absolute path of the packages directory, but settings.get doesn't, and it puts always the packages/ relative starting folder for its answer.  Then you need to join both but previously deleting the word Packages or jumping back .. in the middle of the joint paths.  This is a bit annoying and could be easily solved having always full paths or settings answering without this "Packages/" starting folder

+1

"Quick Edit" should be very usefull!

Sergey Fedosenko 9 років тому 0

I mean Quick Edit like in Brackets editor (Ctrl+E)

+1

TABS

Tet Psy 12 років тому оновлений 12 років тому 1

hey there, for the sublime tabs functions, it would be cool if the window the tab is in, dissappears when you move the tab into another tabs window, every time i open a new file and place it with the rest of my files, i have to close its window.. thank you

+1

Improve cursor/tab position on new lines

Joe Critchley 12 років тому 0

In the HTML package (and possibly others), the creation of new lines means that cursor goes to the start of the line, rather than below the current element. (This is commonplace in other editors, e.g. TextMate.)


Please see my video for a walkthrough of the issue: http://www.youtube.com/watch?v=gA6ICRY6K50

+1

playframework snippets

Mecid Cabrayilov 14 років тому 0
Please add Playframework snippets for java
+1

Value Creation of The Carlyle Group

Thelma Mcbridge 11 років тому в Plugin announcements 0
Value creation is at the core of our existence. We invest in assets, work to make them better and seek to sell them for a profit. Carlyle uses its One Carlyle global network, deep industry knowledge, Executive Operations Group and portfolio intelligence to create and execute a customized value creation plan for each of our corporate private equity and real asset investments. Our success helps investors achieve their goals, such as state pension funds working to secure the retirements of millions of public employees.
+1

Cancel after count in Vintage

Ben Goldsmith 13 років тому оновлено Ibrahim Tencer 13 років тому 1
In Vintage, I often mistype a count (35G when I meant to do 435G, for example), and I can't cancel the count with Esc or ctrl+[, which can be frustrating and disrupting.
+1

@@ does not work to repeat a macro

James McLaughlin 13 років тому оновлений 13 років тому 1
In vim, you can repeat the last used macro with @@. This does not work in ST2 Vintage mode.

It's also not possible to run a macro multiple times (e.g.  20@x).
+1

Close All Files - more options

nhoj patrick 9 років тому 0

Please could Close All Files be given more options. At the moment you get a popup per unsaved file.


When using large code bases sometimes a File/Replace does wrong and I want to revert 100+ open files and have to do them individually.


Could a checkbox or something be added like, "Pick this option for all unsaved files".


Or button updates;

"Yes to all", "No to all", "Yes", "No", "Cancel"

+1

File Menu Option "Revert All Files"

nhoj patrick 9 років тому оновлено Rob Lundie Hill 8 років тому 1

Please could Revert All Files be added into the menu.


When using large code bases sometimes a File/Replace does wrong and I want to revert 100+ open files and have to do them individually

+1

"Open recent..." doesn't add the files closed with editor itself

Simón ヅ 14 років тому 0
I have set ""remember_open_files": false" and when I close Sublime with a opened file, Sublime doesn't add this file to the "Open recent..." list.
+1

Execute file flag removed on save

a a 12 років тому 0

Sublime Text 3, Rev 3021,

Windows XP, Mounted ext 4 drive with SFTP Drive.


When ever a file is saved the execute flag is removed. Sublime Text 2 Rev 2217 does not removed execute flag.


Expected behavior: File flags are not changed.

+1
Fixed

OSX: Line height in "goto" panel increases on mouse hover

senzo 14 років тому оновлено Jon Skinner 14 років тому 2
Image 8
+1

Undo stack after auto completion should replace "completion" with tab first

EHLOVader 14 років тому оновлений 13 років тому 1
When you type out something (seemingly benign) and tab to space things out, only to find that it auto completed instead it would be helpful to have the first step of Undo remove the completion, while keeping the tab, then have the tab removed on a second undo.
+1

extension API for acting as the editor of a componetized IDE

kelvin bitnick 13 років тому оновлений 13 років тому 0
add an API or socket API for integration with the compiler tools, to have sublime beeing the editor of an IDE. see http://www.typerex.org/ for surrounding tools for objective caml. Typerex for now focus on emacs.