-3

PHP # comment bug

Gerwin van Royen vor 12 Jahren aktualisiert von Mihkel Miliste vor 12 Jahren 1
When coding in PHP, a # shouldn't be a comment. 
-3

replace with preserve case bug

PhalconPHP vor 12 Jahren aktualisiert von Saad Farooq vor 11 Jahren 3
I think the "replace all" option have a bug, follow these steps:

Write: MySQL

Replace all MySQL by PostgreSQL, final replacement is: PoSTGreSQL

Preserve Case is enabled.
-3
Abgelehnt

Why do I have tabs, when I open a file with sublime?

aristidesfl vor 12 Jahren aktualisiert von Jon Skinner vor 12 Jahren 0
If I open one file with sublime, why do I see a tab which has no functionality?
Antwort
Jon Skinner vor 12 Jahren
By Design
-3

Need help please.

HBOSOFFICE vor 11 Jahren aktualisiert von sqlitedog vor 11 Jahren 5

Hi, 

I am new at using Sublime, can anyone send me tutorial to set it up correctly, I am solely on a Mac Lion. I will use the Sublime editor for HTML5 / CSS / jQuery / PHP / Javascript and Python. I could not find HTML5 on the syntax. 

Thank you.

-3

not sure where to report bugs

Adam Murphy vor 12 Jahren aktualisiert vor 12 Jahren 0
not sure where to report bugs, but i'm totally bummed my downloading of a new copy of ST2 killed my customized twilight theme :[

i had a custom version of it i'd made, thought i had a backup, bummer man.
-3

Smart comments - update on save

PatrickTaylorEdwards vor 11 Jahren aktualisiert von Jacob Gardner vor 11 Jahren 1

Perhaps this already exists, but I would love my comments to be updated each time I save a file. For example, I have a comment at the start of all my JavaScript files and when I save the file I would like my comment to update, automatically. The comment includes information such as 'Modified By', 'Date last edited', and the file name. A plugin or feature to add a default comment with this information, in my set format, would be really useful; I imagine it would work in the same way as default email signatures - but with variables.

-3

Upgrading to 3 automatically import all your pluggins and UI settings from v2

Craig Russo vor 11 Jahren 0

When 3 is released can it import all your settings and plugins from 2 so you don't have to install and configure all that stuff again? I have the side bar in a dark color scheme and just a punch of plugins installed that while its easy to install them when you have a lot it's a pain.

-3

www.dstvinstallfast.wozaonline.co.za

cheema vor 11 Jahren aktualisiert vor 11 Jahren 7
www.dstvinstallfast.wozaonline.co.za


-3

add_regions erases the previous regions with the same name.

Filipe Cabecinhas vor 12 Jahren aktualisiert vor 12 Jahren 0
add_regions() doesn't add regions. It replaces previous regions with the same name.

add_regions() with the same region name as a region already present in the view will replace the existing regions, instead of adding to them (as the name implies).

Example:
>>> v = sublime.windows()[0].active_view()
>>> v.add_regions('a', [v.full_line(v.text_point(133,0))], 'string', 'circle', sublime.HIDDEN)  # A circle is added, in line 133
>>> v.add_regions('a', [v.full_line(v.text_point(137,0))], 'string', 'circle', sublime.HIDDEN)  # The first circle is deleted and a circle is added to line 137

I was expecting to have two circles, one in line 133, one in line 137.

Regards,

  Filipe

-3

OS-hidden folders/files should not show up in side bar or find results

Hans Meyer vor 12 Jahren aktualisiert von stijn vor 12 Jahren 1
Per Visual Studio, folders/files marked as "hidden" at the OS level should not show up in the side bar or find results.
-3

Auto hide the function list window under some circumstances

codex vor 12 Jahren aktualisiert vor 12 Jahren 0
I am used to Slickedit's "next function/prev function" keyboard bindings.   So far, the closest approximation ST2 is to use <Command-R><Up/Down> to show the function list, and then using the arrow keys to move to the next function.  However, if I should simultaneously press Command, R, and an arrow key, and keep Command and R depressed while I select a function, the selection window will not automatically go away when I release the keys--it requires <Enter>.  This makes quick selection difficult (the same problem also occurs with Command-P).  There are some other problems with this method as well, such as:

- the next function is not visible in the function list, because the current function is always at the bottom
- the chosen function is not always in the same spot in the editor window (e.g. middle), and I can't easily find it because my eyes were focused on the function list as the editor window was scrolling around. 
-3

Google Closure Template

Niken Wijaya vor 11 Jahren aktualisiert von Peter Meier vor 11 Jahren 1

Would you please add syntax highlight for google closure template :)

-3

Command line interface should be available

whoru vor 11 Jahren aktualisiert vor 11 Jahren 0

There is no way to edit files on a headless system.

-3

Italic rendering does not work properly with the font I use

William Ledoux vor 12 Jahren aktualisiert von Darin Morrison vor 12 Jahren 2
Hi there,

The new italic rendering of text  does not work with the font I use, making the text unreadable.
Each italic character seems to take double the space, as you can see on the screenshot below:

Image 56

The font is HobTiny, you can download it for free: 
http://dr-hoiby.com/res/HobTiny.php
I think it only works on Windows.

Thanks for the amazing work
William Ledoux
-3

GBK格式乱码,怎么才能支持GBK编码啊?

陪心看海 vor 12 Jahren 0

请问有办法支持gbk编码吗?

-3

Can I set ST2 to be my default editor instead of having to manually choose it each time?

Carol Magdalein vor 12 Jahren 0
Every time I open a file from Finder (Mac, obviously) I have to choose ST2 manually. I'd like to just open any text-based file in ST2 automatically.
-3

Show open files in sidebar

Winston Chang vor 12 Jahren aktualisiert vor 12 Jahren 1
I tend to keep a lot of files open at once (often 10 or more), and this makes it difficult to read the filenames in the tabs. 

It would be nice to be able to show the open files in the sidebar, or at least have some way of listing them vertically (as opposed to horizontally) so that the filenames don't have to be truncated.

If they are in the sidebar, there will have to be a way to separate them from the folder view, of course. Maybe the open file list could go above the folder view?
-3

Switch Project In Window Colors

Frag Chavez vor 12 Jahren 0
It would be nice for the "Switch Project In Window..." options to be a little easier to read.  The style is nice, but perhaps a more readable color for the primary name of the project as it is difficult to read through a long list of these with the scales of gray that are currently in use.
-3

Show date and time in status bar when in fullscreen mode

Oktay Acikalin vor 13 Jahren aktualisiert von aristidesfl vor 12 Jahren 8
When working in fullscreen mode I sometimes want to know the current time and day (number) without going elsewhere. Showing something like "13:37, 14" or "1:37 pm, 14" sitting at the right of the status bar would be enough.
What do you think? Nonsense? Overkill? Useful?
-3

File dialogs always open in list view Mac-side, instead of column view

Matt Harzewski vor 12 Jahren aktualisiert vor 12 Jahren 0
On OS X, the general convention is for open/save dialogs to automatically retain the user's chosen view style instead of reverting to a default one like Sublime Text 2 currently does. (I tend to prefer the Column view myself.)