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

0

Add a version which can run in the terminal

Markus Haider hace 12 años 0
It would be great if I could use sublime text via the terminal on a remote machine (like emacs or vim)


0

Bug with auto_indent and inserting snippets

Roman Komarov hace 12 años actualizado hace 12 años 1

Here is a complex bug I stumbled upon: when you recreate an indent by yourself (adding a new line, erasing inserted indent, adding your desired indent) and then insert a snippet with a newline at the end, then if there is no tabstops, then the indent is added ok, but when there are tabstops before newline, then the auto_indent is not created. And fun thing: that happens only when `auto_indent` option is enabled, if you'd disable it, there would be an automatic indent for snippet, but the bug won't be there.

Well, that's complex, but here is an example code that reproduces the problem and what you could run through ST's console:

edit = view.begin_edit("lol");view.run_command('insert', {"characters": "\n"});view.erase(edit, sublime.Region(view.line(view.sel()[0]).a, view.sel()[0].a));view.run_command('insert', {"characters": "    "});view.run_command("insert_snippet", {"contents" : "snippet: $1foo\n"});view.end_edit(edit)

Or if expanded:

edit = view.begin_edit("lol")
view.run_command('insert', {"characters": "\n"})
view.erase(edit, sublime.Region(view.line(view.sel()[0]).a, view.sel()[0].a))
view.run_command('insert', {"characters": "    "})
view.run_command("insert_snippet", {"contents" : "snippet: $1foo\n"})
view.end_edit(edit)

If you'd run it somewhere with an indent, the indent would be created at the end of the snippet when you'd `tab` to the ending tabstop. But if you'd remove the `$1` or set `"auto_indent": false`, then it would magically work.

0

dark menus in osx

Boterock hace 12 años actualizado hace 12 años 1

it would be nice to have dark menus (or customizable) in OSX, the sublime window is pretty, why not make the menus pretty too? i made a little example 

http://cl.ly/2y2t3H3L0T2M 

and here is a screenshot  

http://cl.ly/image/0w0w3C1C1o3v

0

Being able to comment out a selection through a right-click context menu

Justin Vos hace 12 años actualizado por Ashish Kumar hace 12 años 1
0

full screen no focus change

Alex Greenfield hace 12 años 0

Hi,


I'm am using ST2 on mac with REPL and R. What I would like to do is open a quartz display (i.e. generate a figure) without having ST2 switch to a different screen. Any help you could provide would be greatly appreciated. Thanks!


~Alex

0

Regular Expression Engine research

Michiel Eghuizen hace 12 años 0

Isn't there a good possibility to replace the regular expression engine with a faster one? I guess you use "re" from python, but there are faster ones.


Find/replace on large files is rather slow and could crash. For example:

a file of 1.000.000 rows with empty lines, replace "^\n" with "" (without the quotes), to remove the empty lines. This will take a while or crash.


This is because the "re" uses backtracking, which could be rather slow. But there are also regular expression engines which use finite state machine (FSA). You can see this page for more information: http://swtch.com/~rsc/regexp/regexp1.html


Possible options could be (but not limited to):

Seeing the benchmarks on the internet, it could make a lot of difference.

0

Menu items have uneven spacing

Gabriel Banfalvi hace 13 años 0
The arrows (possibly the entire menu item) in the menu are unevenly spaced in Windows. Note the distance between the Model and Plugin entries and the Plugin and Test entries. 

Image 142
0

Tribal’s Clinical Coding Services

Patrick Wolf hace 11 años 0
http://resourcingmicrosites.com/tribal-clinicalcoding/coding.php

What do we do?
Tribal Health Services is a market leader in providing clinical coding services to NHS and now private hospital clients, including:

• Clinical coding consultants
• Clinical coding training
• Mentoring services
• Clinical coding queries – information support
• Information Governance (IG) audits
• Coder level audits
• PbR awareness
• Health care consultancy
• Delivery of fully managed services

As the NHS faces increasing financial pressures, timely and accurate clinical coding is critical. Trusts rely on efficient, high quality coding to drive revenue under Payment by Results (PbR).

Tribal’s coding services help Trusts and PCTs actively meet these challenges. Our high quality, experienced consultants work alongside clients’ in-house teams to consistently improve coding perform ace. We invest in long-term partnerships that share risk and continually evolve in line with our clients’ requirements.

Delivering client value: Our emphasis is on building skills, not long-term dependency. We do this by consistently delivering value and transferring skills to our clients, for example, through our training and mentoring programmes.

Experience and capability: Tribal’s coding services build on the excellent reputation established by Westhill Consulting, which joined Tribal in 2008. We continue to only employ clinical coding consultants able to guarantee consistent, expert, value-added services.



Helpful References:
http://chirpstory.com/li/187353
https://medium.com/p/aba6f7072085
http://acworth.patch.com/groups/westhill-consulting-clinical-coding/p/westhill-consulting-clinical-coding--about-you
0

Auto-complete bug

guest hace 13 años 0
Hi: try this  type \ then type "
expected result \"
but got \""
0

spell check notification attribute editing

chrisfrisina hace 12 años 0

I would like to be able to edit the attributes of the "NON-HIGHLIGHTING THIN RED ZIGZAG with TRANSPARENT-BACKGROUND" that appears when you misspell a word.   In general  it is not clearly visible with certain themes, and not scaled appropriately with small and large text, so I think manually adjustments are in order.   Maybe the style (underline, zigzag, dotted), pixel width, (whether or not it highlights the text, or changes the font color of the misspelled words/characters, or the background of the underline element or text.