Sublime Forum

Submitting Feature Requests

#18

1395 opened features requests on userecho :open_mouth:

How is it possible to manage all these requests ?
There are probably lot of good idea among them, but I donā€™t even have the courage to look at them and vote.

Does it really useful to add new requests ? Look like a waste of timeā€¦

0 Likes

#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