The Wayback Machine - https://web.archive.org/web/20200531191811/https://github.com/topics/sublime-text
Skip to content
#

Sublime Text

sublime-text logo

A sophisticated text editor for code, markup and prose.

It has many powerful features for file and project navigation, build systems, integration with other tools and customization in the form of plugins, themes, and syntax styles.

Here are 1,206 public repositories matching this topic...

dportabella
dportabella commented May 28, 2016

if I understood it corretly from README.MD, we can install like this:

$ git clone https://github.com/donnemartin/dev-setup.git && cd dev-setup
$ ./.dots bootstrap osxprep brew osx

and later when we need datastores, we run

$ cd ~/dev-setup
$ ./.dots datastores

I understand that bootstrap copies the dot files to the home directory, such as .bash_profile and .exports.
but

themer
pbsds
pbsds commented Apr 27, 2020

I'll preface this issue by saying i have only used the Web UI so far. Oh, and what a great project!

I am currently having to brute-force my way through when using the web UI to make my theme, which is an indication of a underlying problem: The lack of intention for each shade and accent

Specifically accent1 has no other description than "syntax", and is not showcased at all in the code pr

michaelmagistro
michaelmagistro commented Dec 9, 2019

The Readme lists the "header_to_task" attribute, which "If true, a project title line will be converted to a task on the certain keystroke". There's no documentation on what this keystroke is or how to set it. Being able to convert a task to a project or a project to a task would be quite useful, which seems like this is the intended purpose of this attribute.

cognociente
cognociente commented Jul 11, 2019

My markdown files are all named uniquely using a date format such as: "2019-07-11" but I have discovered that the wiki links cannot be followed if the following characters are contained in the filename '-' or '/' or '_' as examples - I'm sure there are more characters not supported.

This character limitation limits the usefulness of the wiki links feature enormously. Is this a bug or is their a

aleksbykov
aleksbykov commented Aug 16, 2019

Expected Behaviour

By command or shortcut on selected function/method/class display its source code in same wat as shown the documentation (doc string of function/class)

Actual Behaviour

No such functionality

Steps to Reproduce

set cursor on function/class. press ctrl+alt+d => popup with function/class documentation displaying
in same way should shown the function/class source c

heptal
heptal commented May 25, 2016

The current window setting should supersede the settings in .editorconfig

Let's say .editorconfig says to indent using spaces. When I edit a file and uncheck 'Indent Using Spaces' in the UI:


And Convert Indentation to Tabs:

Upon save it uses the .editorconfig settings instead of the UI sett

tvallois
tvallois commented Mar 21, 2020

Hello,

LSP is not able to recognize when binaries such as Solargraph or Sorbet are installed with rbenv.
As a workaround, you need to put the complete path to solargraph e.g /home/tvallois/.rbenv/shims/solargraph
Error:

Could not start solargraph
[Errno 2] No such file or directory: 'solargraph'
Server will be disabled for this window 
  • OS and language server
    Ubuntu 19.10
Consolatis
Consolatis commented Jan 11, 2018

I just now figured out that to move multiple lines the multi-cursor feature can be used: alt-{up,down} to select, c-x to cut and c-v to paste (also works across files).

Before that I was actually either moving line by line (including creating a new empty line before pasting) or using nano with [c-k]* -> c-u.

Copying won't work that way though because multi cursor copy does not include the li

Created by Jon Skinner, Sublime HQ Pty Ltd

Released January 18, 2008

Repository
sublimehq/Packages
Website
www.sublimetext.com
Wikipedia
Wikipedia

Related Topics

sublime-package sublime-plugin sublime-text-plugin text-editor
You can’t perform that action at this time.