General / Sublime Text

Web Name: General / Sublime Text

WebSite: http://sublimetext.userecho.com

ID:241072

Keywords:

General,Sublime,Text,

Description:

keywords:
description:
EN English (EN) Русский (RU) Español (ES) Français (FR) Deutsch (DE) Nederlands (NL) Íslenska (IS) Eesti (ET) Қазақша (KK) ‪Українська‬ (UK) Dansk (DA) Català (CA) Polski (PL) EN English (EN) Русский (RU) Español (ES) Français (FR) Deutsch (DE) Nederlands (NL) Íslenska (IS) Eesti (ET) Қазақша (KK) ‪Українська‬ (UK) Dansk (DA) Català (CA) Polski (PL) Or leave us a private message No similar topics found. 0 similar topics found. Vote for them. Forum: General Type All4,370 Ideas3,008 Questions229 Bugs1,092 Praises41 News Status × Top rated Top rated Last updated Newest Most commented More upvotes More downvotes Most popular Categories No topics +7,035 Does SublimeText support programming ligatures font,like Fira Code? rainki 6 years ago updated by Gustavo Reis 4 years ago 95

I wish use programming ligatures font like FiraCode in Sublime improve visual performance.

But haven't found the way.

+889 Documentation!!! Σωτήρης Φραγκίσκος 11 years ago updated by Franklin Yu 5 years ago 10 Please provide full documentation for this otherwise excellent piece of software... it's just incomplete and inaccessible without it +811 Brackets-style Quick Edit feature of in-line CSS styling Geoffrey Hasson 9 years ago updated by piclufunny 6 years ago 1 Any plans for a Quick-Edit feature like http://brackets.io/ or does it already exist? Thank you.
+665 RTL Languages Support in sublime text 2 Mahmoud Mohamed 10 years ago updated by Mahdi Qomeepour 2 years ago 9 Support for Arabic Language "RTL" , PleaseSublime Text 2 is just perfect but there is now support for "rtl" languages like Arabic and look like this : +453 I love sublime text 2 iandennismiller 11 years ago updated by Dorthy Streifel 4 years ago 12 I love Python, and I love TextMate. It's like you gutted the nasty innards of TextMate and replaced it with a domain-specific python REPL - and it TOTALLY works. +336 Open Source SublimeText Michael Bleigh 9 years ago updated by 9 years ago 8 I love SublimeText and so do many other developers. We also love building on open source toolchains. Now that TextMate is open source I find myself strongly wishing that Sublime would be so as well.
My guess is that you'd be able to get whatever you wanted from the community (do a Kickstarter or other funding campaign, etc) in return for opening up. Think about it! +324 Filetype icons in the project tree Russell Keith-Magee 11 years ago updated by efwjames 4 years ago 14 Adding small, simple icons to project tree entries would make it easier to visually differentiate between folders and files. Making folder names bold would be an added bonus. +304 Completed Add ability to show indentation lines Metin Amiroff 11 years ago updated by Cees Timmerman 6 years ago 13 Indentation lines/guides make it extremely easy to see code at a glance. Especially when working with languages that depend on indentation, like Python.

See http://www.joeflash.ca/blog/2009/03/indentation-guides-in-flex-builder.html Answer Jon Skinner 10 years ago

This was added in build 2111

+295 Completed Search replace across projects/directories Jordi Boggiano 11 years ago updated by Jon Skinner 9 years ago 32 It should be possible to perform search replace operations across all files (just like the search in files dialog works) - if possible with a preview mode, but it's not mandatory.. That's why we have version control after all :) Answer Jon Skinner 10 years ago This was added in 2139 +290 Drag ’n’ Drop files from the filesystem into the sidebar Michael Kühnel 9 years ago updated by Abdallah 2 years ago 3

Wouldn’t it be nice if it where possible to drag a file from the »Mac OS Finder« or »Windows Explorer« in a folder within in the sidebar?


In the filesystem the file should be moved (or copied) to that »new« destination.


The main use case is the following:

You downloaded a JavaScript library, jQuery Plugin or whatever on your computer to your download directory. Instead of browsing to your target destination (your project root) within the Finder you could simply drag the file(s) to your editor and drop it at the desired location.


Best regards,

Michael

+264 Project indexing Aleksandr Makov 10 years ago updated by Tim Johnston 9 years ago 12

The most of advanced code editors (IntelliJ IDEA, Eclipse, etc...) index a full project structure giving us abilities to:

- go to a file where declaration of current variable, constant or other entity is declared Goto Declaration-include variables and/or files at certain points of code by auto-completing the variables/entities/filenames with paths Project-Wide Auto Completion- all other advantages of project indexing go here...
And it could be optional so that "Goto Declaration" and "Project-Wide Auto Completion" can look within indices, within files by performing standard search, or be completely turned off.
Vote if you find it useful. +230 Make highlight matches easier to see Luke Scott 11 years ago updated by trambone 2 years ago 23 It looks like "highlight matches" is a light border around each word. Would be nice if there was something a little easier on the eyes, similar to what Safari does. Currently it's hard to miss, especially with PHP having a light gray background behind it. +225 Completed Allow navigation of the project tree with the keyboard Russell Keith-Magee 11 years ago updated by Jon Skinner 9 years ago 22 The project tree (under OSX) can only be interacted with using the mouse. You can't give the project tree focus and navigate or open files using the keyboard. Answer Jon Skinner 10 years ago This was added in 2139 +224 Add a new flag for view.add_regions() that will force it to draw regions as non-rounded rectangles without border Wojciech Bederski 10 years ago updated 10 years ago 5 For SublimeREPL termial emulation: http://i.imgur.com/Dh4io.png
I don't know: sublime.DRAW_RECTANGULAR_NO_BORDER ? :)
Forum:http://www.sublimetext.com/forum/viewtopic.php?p=22301#p22301

+216 An outline pane ulhume 10 years ago updated by Merrill Hutchison 4 years ago 20 ST2 is really missing a pane showing currently edited document structure.

This kind of pane can easily be placed under "explorer pane" with a split bar for managing both heights.

Content of this pane should be accessible through plugin API in order to allow them to feed it with the structure which can be :
list of functions for a code file list of classes list of identifiers for a css file etc..I know there is Ctrl-R, but let's be honest about it, this is just not usable for serious development projects. IMHO this kind of overview is far more useful that minmap or perhaps I missed the real point of minmap (that I personally don't find useful at all).

+215 Retain cursor position on file change Jake Archibald 10 years ago updated by Steven Lacerda 12 months ago 20 When a file has changed, Sublime picks up the change and updates the view. However, the scroll and cursor position are reset to the top.
It would be great if it retained the previous cursor position, even it if was simply the same line char position (which may be different content following the edit).
Even better, it could try and place the cursor back on the same line even if that line has moved. A diff would provide the info. +213 Real-time collaborative editing aahlborg 11 years ago updated by Dorthy Streifel 4 years ago 32 A killer feature would be real-time collaborative editing of a single file via the internet. However, it's really hard to implement and should be considered a feature for 2.5 or 3.0. Please keep it in mind when building the foundation to allow for future improvements of Sublime Text. +212 Completed Create new files in project Russell Keith-Magee 11 years ago updated by Jon Skinner 9 years ago 4 Add the ability to create a new file in a project, under a particular folder. Optionally, enable the use of a stub template to create the new file. Answer Jon Skinner 11 years ago There's now a New file context menu option in the side bar in build 2046. +203 Completed Update tabs after renaming file sofa-420 11 years ago updated by Anders Ingemann 5 years ago 13 When you rename a file in the sidebar, if you have that file open in a tab it'd be nice if it knew it was renamed, and would save to the correct file instead of essentially copying the new file back. Answer Jon Skinner 10 years ago Added in 2181 +201 Scroll two columns (=split panes) at the same time, for example while holding the alt- or cmd-key Alexander Kirk 10 years ago updated 10 years ago 0 Would be a tremendous help when comparing two files or two sections of a file  1 2 3 4 ... 216 217 218 219

Customer support service by UserEcho

Links Activity feed Our website Our team Categories 4,370 All topics 107 Plugin announcements 4,263 Uncategorized
Facebook
Community stats 68,978 People 4,713 Topics 4,373 Comments 54,780 Votes 1Support agents

TAGS:General Sublime Text 

<<< Thank you for your visit >>>

Websites to related :
ABF Associates Home Page

  keywords:
description:
[Personal Pages] [CES Tours] [Legislative Information] [D.C. Rules Regulations][Oksana

Diocese of Kalamazoo | Kalamazoo

  keywords:
description:

Velominati Keepers of the Cog

  keywords:
description:
Skip to content

Bakery in Rockville MD DC VA Cup

  keywords:
description:Savvy Treats offers a variety of cupcakes, cookies, and wedding cakes DC Virginia Maryland bakery
Skip to main content

Sublimerge: The professional dif

  keywords:sublime text, sublimerge, git, svn, mercurial, diff, merge, tool, plugin, package control
description:Diff and merge files directly in Sublim

Westmount Independent

  keywords:
description:

Last updated: November 9, 2021The Westmount Independent is anindependent,Westmount-owned, weekly newspaper distributed free in

Dora Games-Dora Games Online

  keywords:Dora,Dora Games,Dora Dress Up Games,Dora Games Online
description:Feel free to play online dora games,dora dress up games,dora and boots game

Fox River Trustee Council of the

  keywords:
description:The Fox River Trustees is a network of conversation groups that support the long term recovery, protection, and enhancement of t

Suprem-e Official Online Store

  keywords:
description:Shop powered by PrestaShop
Carrello0ProdottoProdotti(vuoto)Nessun prodottoDa determinare Spedizione0,00 €TotalePagamentoProdott

@Ted_Subby BDSM

  keywords:
description:
ted_subbys BDSM Web PageUpdated September 8, 2013(the blog istypically updated more frequently)advertisement immediately below

ads

Hot Websites