+1

Is there a way to highlight the line where the cursor is?

Felipe Cypriano 13 років тому оновлено Kai Grossjohann 13 років тому 2
Currently SF2 highlights the line number where the cursor is, but I'd like the whole line to be highlighted.
+1

I'd like to be to create a project from a folder in the right-click context menu

James Lamar 13 років тому 0

This would make project creation much easier IMO

+1

question preview feature

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

In the preview pane can I make the entire text of any file fit in the available space? I'd rather see the whole file without scrolling rather than scroll - even at the loss of resolution.

+1

Ruby 2 array of symbols

Дмитрий Новиков 11 років тому 0

Ruby 2.0 introduce new syntax for symbol arrays. Ruby.tmLanguage should recognize "%i(...)" as a symbols array like "%w(...)". How can i achieve this?

+1

Undo close tab restores position in file

Angus Iron 12 років тому оновлено Matthijs Steen 12 років тому 1

Hey, when you ctrl+shift+t to restore a tab it goes to the top of the file instead of where you were in the file. It would be great if Sublime could go back to the same spot in the file. Thanks for the great editor!

+1

subl cmd utility broken in 2200?

aristidesfl 13 років тому оновлено Carlos Duarte Do Nascimento 12 років тому 1
subl command line utility which comes with sublime seems not to be opening the files passed as paramenters. 
Instead it just opens a new file.

Anyone else seeing this?
+1

Typo when 'saving workspace as'

Dunnkers 11 років тому 0
When selecting: Project > Save Workspace, then in the file chooser, the word 'workspace' in the type is spelled wrong: it says "Sublime Text Wokrspace".

Image 275

Edit: I'm using Windows 8.1 with Sublime Text 3 x64
+1

The Group - Westhill Consulting Business

Omme Perrt 11 років тому 0
Design, implementation and monitoring of the Customer Service Standards LEVEL UP ™.

Difficult conversations with customers by model 5 STEPS LADDER ™.

Sales partner: expert and - advisory.

Train-the-Trainers and Train-the-coaches

Creating a Coaching Standards and its implementation in teams.

Development Center aimed at both managers and specialist projects within the emergence of internal coaches or under the Talent Management.

First Steps - a comprehensive program implementation staff, and in the spirit grywalizacji.

Development and implementation of the Regular Assessment Systems.

Business Coaching for Managers (use coaching tools in working with subordinates).

Managing the process of change based on the model of Bridges.

Management based on the concept of strengths / potential self-management and employees connected with the analysis of test TALENTREFLECT ™.

Analysis of the quality of teams in the company on the basis of a tool TEAM PLUS ™ If you are determined (or just planning) project changes in the organization, we invite you to cooperation!

Westhill Consulting

+1

Welcome to Westhill Consulting Business

Omme Perrt 11 років тому 0
WHAT ARE DIAGNOSED TEST?
TalentReflect ™ is a diagnostic tool defining the natural strengths of the subject. It combines self-assessment and 360 degree feedback . Yet invites five other people who opine operation and behavior of the person being evaluated.

WHAT ARE DIAGNOSED TEST?
SCM is a tool combining evaluation methodology based on the Success Case Method of multimedia form of follow-up training. The tool assesses whether specific skills acquired during the training were used with measurable success.
Utility is an introduction to the in-depth individual interviews (acts as a screening).

WHAT ARE DIAGNOSED TEST?
TEAM PLUS diagnoses assessed the quality of teamwork by all its members. The report describes 10 dimensions of team effectiveness on a scale of plus / minus (which has a tested team, what's missing). The survey is anonymous, and the results are analyzed collectively.

Westhill Consulting

+1

scss background: url(); crash sublimetext2

Tom Pietrosanti 12 років тому 0

Not sure if this is the right place to report this, but I had an scss file with background: url(); and it would hang sublimetext2 every time I tried to open the file..  Not sure if it's a core issue, or related to a plugin, but I wanted to at least let someone know.  If there is any way I can help, please let me know.

+1

on your website, the demonstration window, I clicked on the 'close window' icon. Can you have a JS popup to mock those of us who do that please...

12 років тому 0
on your website, the demonstration window, I clicked on the 'close window' icon. Can you have a JS popup to mock those of us who do that please...

... also, on my open ID login it says
You are signing in to userecho.com as
which is a bug?
+1

theme scopes with backgroundcolor make line highlight dissappear

jaap groeneveld 14 років тому 0
not sure if this is a bug or intented.

http://www0.xup.in/exec/ximg.php?fid=19456572
+1

nautilus-gksu doesn't work with Sublime Text 2

Simón ヅ 14 років тому 0
Ubuntu 10.04 64 bits
I have defined Sublime Text 2 like default editor of text files.
I have installed nautilus-gksu (http://packages.ubuntu.com/lucid/nautilus-gksu) but when I try to open a text file as root, Sublime Text 2 opens nothing.
+1

Bug in settings.has

Fredrik Ehnbom 13 років тому оновлений 13 років тому 0
For the SublimeClang plugin I had a list in the settings. If the list only exists in SublimeClang/SublimeClang.sublime-settings, the plugin api Settings.has returns false, but Settings.get still returns the list as specified in that path.

If the list is in the user settings, has returns true as expected.
+1

Italic font bug

Aliaksandr Chaiko 13 років тому оновлений 13 років тому 0
The new Build 2165 has a some bug with new italic font feature: italic fonts are below the other text. You can see it on js function or var declaration. Keywords are italic and thay are below the normal text. Sorry for my bad english =\
+1

Shortcuts in project view

Andrei Zisu 13 років тому оновлений 13 років тому 0
F2 rename shortcut in project view
F5 refresh shortcut in project view
Drag and drop support for files move
+1

Opening file over gvfs doesn't remember path of the file currently open

Frank Kumro 14 років тому 0
When opening a new file over gvfs, the editor doesn't remember the path of the currently open file. It works fine for local files, but nothing mounted over gvfs. Tested this on 2076/2087.
+1

Reduce tab bar height

stijn 13 років тому оновлено Danny McVey 9 років тому 3
the tab bar is, what, 50 pixels high? On modern displays, favouring width over height, that is quite a lot. Also only half of the tab's height is effectively used, the rest is just a waste of screen space. An option to reduce the tab so that the text just fits with some border left would be great.
+1

output can ignore wrong encoded chars and output others

贾延平 12 років тому 0


+1

Soft-Wrapping of Tab Indented Lines Does Not Match Space Indented Lines.

Scott Dunlop 14 років тому оновлений 14 років тому 1
Line wrapping of long lines with leading tab does not indent soft-wrapped lines to match parent indentation; does not match behavior when wrapping lines with leading spaces.

Ex:
<sp><sp><sp><sp>Very Long Sentence Here.
Vs:
<tab>Another Very Long Sentence.

Item 1 will indent soft-wrapped subsequent lines to match the first line's indent -- the desired behavior, AFAICT. Item 2 does not indent the soft-wrapped lines at all.