-1

Pick font from menu

Alexander Dimitrov 12 jaar geleden 0

I want feature like the most editors. Change the font from menu. (not writing the styles but pick some from graphic interface). Also posibility to edit the color highlighting.

-1

"Download newest version?" dialog EVERY time

Stephen Boesch 11 jaar geleden in Plugin announcements bijgewerkt door jan otte 11 jaar geleden 2

The dialog box is coming up EVERY time.  It is a major nuisance.

-1

Highlight multiple cursor(s) out-of-view

Andreas Schneider 11 jaar geleden 0

When you have multiple cursors/selections which are not in the current view (i.e. you scrolled away from them) it might easily happen that you type away without noticing, that you actually modify multiple places at once. It would be nice to have a clear warning when an additional cursor is not currently visible. For example by showing one or two of these cursors (in their respective scope; i.e. the line they are in) at the top or bottom (depending on where they are in relation to your current view) of the editing window.

-1

Real-time debuging

Henry N 11 jaar geleden in Plugin announcements bijgewerkt door Darin Morrison 11 jaar geleden 2

Sublime text should be able to spot errors in real-time like Java does and offer a few solutions and why it is an error for all major languages.

-1

Create an option to make bottom dialogs span code area width only (and not span project view)

Sergey Morkovkin 12 jaar geleden 0
I'm talking about find/replace dialog, console, file/folder rename dialog. Currently it spans the entire width of the editor. It would be nice to have an option an make it span code editor width only. This results:
- Easier to switch/focus attention (especially for people with bad eyesight).
- More height for the project view.
-1

"File open" dialog doesn't show all files

Hay Kranen 12 jaar geleden bijgewerkt 12 jaar geleden 0
It seems the file open dialog doesn't always show all files in a folder. Sometimes you need to move back and forward before seeing all files. Sometimes the only way to prevent this is by restarting Sublime.

I'm using the latest build (2139) on Mac OS X Lion.
-1

show symbol list on the bottom bar

Pavlos Vinieratos 13 jaar geleden 0
like textmate does
-1
Voltooid

Open opening "Find", use currently selected text as "Find what"

uid 12 jaar geleden bijgewerkt door Jon Skinner 12 jaar geleden 2
If any text is currently selected in the focused document, opening "Find" should use it (as "Find what"). It saves an extra copy and paste.

I'd prefer to click a "Reset" button in the "Find dialog" in cases where the text for which i'm looking isn't highlighted, than focus the document, copy, paste to "Find What" before I can search
Antwoord
Jon Skinner 12 jaar geleden
The find_selected_text file setting is used for this. It defaults to false on OS X to adhere to platform conventions.
-1

Improved Locked Document Editing

Foster Brereton 11 jaar geleden 0

Problems arise from the following set of steps:


  1. Open a locked document
  2. Make edits to the document
  3. Save -> Get Error about document being locked

The issue is getting the file unlocked painlessly so the user can save the edits made up to this point. I realize there are plugins that exist to auto-checkout files in source control, but this is an orthogonal issue. For example, if the checkout/unlock operation fails, the user is stranded with edits that cannot be saved.


Possible resolutions include:

  • Let the user drag the document icon (in OSX) in the window bar to another application to copy the file path. As of step 2 above it is greyed out and cannot be dragged without undoing the edits. 
  • Prevent the user from making edits in step 2 until the file has been unlocked. This is how other editors like BBEdit and Xcode behave. This would also be the point at which version control plugins would want to attempt to check out the file.
  • The ability to overwrite the locked file during step 3. Some kind of dialog to either cancel the edit or unlock the document. This would be a fallback option in the event a plugin failed to checkout/unlock the document, so the user could still save the edits (they would, of course, be on the hook for checking out the file manually.)
  • The ability to get the full path of the frontmost document quickly copied to the clipboard so it can be pasted in another application to checkout/unlock the locked file, making step 3 succeed.

-1

sublime.status_message() should only be shown in the window were it got invoked in

Oktay Acikalin 13 jaar geleden bijgewerkt 13 jaar geleden 1
-1

Area position / Find files or in file (ctrl+F / ctrl+shift+F)

~~ 12 jaar geleden 0

Ctrl+T or ctrl+P appears at the top, which is nice. For those two, you search something.

With Ctrl+F or ctrl+shift+F, you also search for something.

Problem : those two windows does not appears at the same position. Coming from textmate, just can't get used to it.

And it makes me think about e! or some eclipse flavors, which is a feeling I'm not looking for.

Is there a way to customize the Ctrl+F or ctrl+shift+F areas, and let them appear as the Ctrl+T or ctrl+P do ?

-1

Extend scope to included Files

sp0r 13 jaar geleden 0
Like: function xxx() from file inc.php completes in file index.php because inc.php ist included via include or requiere in index.php
-1

Block comment in Ruby

Alex Luckjanov 12 jaar geleden bijgewerkt 12 jaar geleden 2

I select some lines and press ctrl+shift+/:

Image 178

It's incorrect. I expect to see this:

Image 179

-1

Remove unnecessary/unused File types

vilas kadam 11 jaar geleden bijgewerkt door Andreas Backx 11 jaar geleden 1

I primarily use sublime for Web development, and the file types in use are HTML, CSS, JS, PHP.  I want to remove the unnecessary filetypes and syntax files that gets loaded like c++, erlang, java etc. Is there a way to configure this? 

-1

Open in browser of choice option for ST3

Daniel Pritchett 8 jaar geleden 0

Whenever I run a command that opens the browser by default it opens in firefox. I primarily use chrome and even have that set to the default.

-1

JSP Autocomplete for self terminated tags fail if there is a ":" in the element

Ryan Park 11 jaar geleden 0

When typing the code below, using syntax JSP, when you get to the closing div tag it will not auto complete the div but rather the <foo:bar .../> because it doesn't understand that it is self terminated. Only reproducible when a ":" is present (which are common in JSP for TagLibs).


<div>

<foo:bar attribute="hi" />

</div>

-1

same keybindings on all platforms

pixelpixi 11 jaar geleden 0

I just started using sublime and I'm loving it! I work on both mac and linux, however, and I'm finding it super annoying that the default keybindings are so different between platforms. I know I can go through them all and remap them, but an easy way to do that by default would be awesome.

-1

view.show(sublime.Region(a, b)) scrolls to wrong region in view

Oktay Acikalin 13 jaar geleden bijgewerkt 13 jaar geleden 6
I've written center_view_on_line.py. Today I wanted to refactor it 'cause it behaved strangely in some cases. Now I'm trying to come up with an algorithm to center the visible region over the current line or selection. I've got the final row numbers and could translate them into a proper region. If I compare the visible region I get by scrolling there manually and the target region my script calculates they seem to be nearly identical. But the view scrolls somewhere else - often the cursor is at the top of the screen. When querying the visible region again the coords are totally off.

Some vars I work with:
visible_region = (366, 998) # manually centered view
selection = [26, 26] # cursor in line w/o selection
region = [26, 26] # in this case same as selection
visible_region = [16, 36] # first row, last row from above
size = 2099 # self.view.size()
region_size = 0 # diff between region end and begin
visible_size = 20 # diff between last and first row
begin = 16 # calculated first row
end = 36 # calculated last row
target_region = (366, 946) # calculated for self.view.show()
target_region = [16, 36] # translated into first, last row
visible_region = (603, 1351) # region I get after self.view.show()

Any idea?
-1

A few things

bentastic 12 jaar geleden bijgewerkt 12 jaar geleden 2

my wishes today:


1) While using colums, rows or grid and working on a special file, can open only the file i wish in an new view (like new instance) in fullscreenmode, so i have all the screen just for this one file (maybe a bigger script as the others). When closing or saving or just tipping in the file, the original in colums, rows or grid becomes the same content (just mirroring in the new view).


2) Make borders in colums, rows or grid flexible to move right/left/up/down. Fe: in grid moving the top vertical border from group 1 and 2 a bit to the left, but vertical border of group 3 and 4 stays in the middle. 


3) When working with two or more monitors and using ST2 and one Browser (for example), i wish to have a new instance in Montor 2 without TAB (means: not TAB monitor 1 (ST2), TAB monitor 2 (ST2), TAB browser; i wish to TAB just ST2, TAB browser, TAB ST2, TAB browser,...


4) Show/hide MiniMap for each file separatly (just for this and for this file for ex.)


5) MULTILINGUAL (wanna got german and german dictionary)


So far, sublime text is the best and nicest editor i got (and i got many editors for editing HTML, CSS, JS, PHP, SQL,...). The last few years i used Notepad++ most of my time, now i got Sublime and i love it!


THANKS!