Sublime Forum

Submitting Feature Requests

#19

Not to mention the ones I’ve recently looked at have all be completed in the latest nightly builds, yet still not marked, so there are bound to be duplicates.

If Jon could appoint moderators for userecho that could be handy!

0 Likes

#20

Brad Choate – bradchoate.com/ did it for TextMate and I can assure you that it is really useful. You can publish your code as you see it in ST2 in any forum not just as mere plain text, but with its alignment and syntax coloring. The plugin for TextMate is doctohtml.rb and yes, it is written in the marvelous Ruby. The problem here is it depends on environment variables and some snippets written in the TextMate libs.

Is the code what I miss most in SublimeText2. Does anyone have done anything related to it?

Thanks

  • Juan
0 Likes

#21

[quote=“juanfal”]Brad Choate – bradchoate.com/ did it for TextMate and I can assure you that it is really useful. You can publish your code as you see it in ST2 in any forum not just as mere plain text, but with its alignment and syntax coloring. The plugin for TextMate is doctohtml.rb and yes, it is written in the marvelous Ruby. The problem here is it depends on environment variables and some snippets written in the TextMate libs.

Is the code what I miss most in SublimeText2. Does anyone have done anything related to it?

Thanks

  • Juan[/quote]

This will do what you want ; https://github.com/facelessuser/ExportHtml
You can get it from github or install with package control.

Thanks,
Bruce

0 Likes

#22

Thanks a lot… It is really powerful…!

0 Likes

#23

Buenas, compre el producto, muy buen editor de textos. Por ahora lo que quiero que agreguen es soporte para Pascal y Mediawiki, si bien Pascal no lo uso, el formato de Mediawiki si.

Gracias! :wink:

0 Likes

#24

I’m using the terminal plenty. And I’m sure many users are. I’d love it if you could just create projects with sublime’s ctl!

Great software!

0 Likes

#25

Hi, I’m newee on sublime, before I was using dreamwaver cs6, and I’m missing one of the features, wich displays the related files of the document, I mean, I was able to see the “file1.js” and all the other java or css files within the same group.
Is this option allowed in the current version, or is there a package for do that?

0 Likes

#26

[quote=“david99999”]Hi, I’m newee on sublime, before I was using dreamwaver cs6, and I’m missing one of the features, wich displays the related files of the document, I mean, I was able to see the “file1.js” and all the other java or css files within the same group.
Is this option allowed in the current version, or is there a package for do that?[/quote]

You must be mistaken the feature is still there. I am not surprised you are leaving cs6 it’s not as good.

0 Likes

#27

Syntax highlight keyword can add&edit&set highlight color.

0 Likes

#28

sublimetext.userecho.com/topic/229036-/

0 Likes

#29

sublimetext.userecho.com/topic/230210-/

0 Likes

#30

sublimetext.userecho.com/topic/230220-/

0 Likes

#31

for Retina display

0 Likes

#32

Define a custom filter method for the quick panel

sublimetext.userecho.com/topic/406342-/

0 Likes

#33

API for sidebar
API for access indexed symbols
API (documented) for generating custom autocompletes
API for change width of autocomplete window
API for tooltips

0 Likes

#34

Yeah, More API + APis!! No features, just APIs!

0 Likes

#35

What about Open sourcing the shipped Packages/ folder, lot of “errors” have been fixed by the community.

0 Likes

#36

Would love to see the core packages open sourced.

I’ve been curious about what it would take to get a community driven ‘core packages’ group setup on github and have an alternate channel for Package Control to hit and grab those.

0 Likes

#37

[quote=“LONGMAN”]API for access indexed symbols
API (documented) for generating custom autocompletes[/quote]

These actually exist already. Undocumented, ofc.

For symbols (could use some more API I guess): sublimetext.com/docs/3/api_reference.html

  • view.symbols(line_endings)
  • window.lookup_symbol_in_index(symbol)
  • lookup_symbol_in_open_files(symbol)

For generating auto completions, check docs.sublimetext.info/en/sublime … ompletions.

[quote=“subhaze”]Would love to see the core packages open sourced.

I’ve been curious about what it would take to get a community driven ‘core packages’ group setup on github and have an alternate channel for Package Control to hit and grab those.[/quote]

github.com/darinmorrison/sublim … s/issues/1

We did some theory crafting, but no steps have been taken yet. Particularly enhancing Package Control and working on the replacement mechanisms.

0 Likes

#38

Wow, UserEcho is really cool! :smile:

0 Likes