33 votes
 
· updated 7 months ago · 9 comments
When handling large sql files (25k lines and up) it takes a while (12 seconds+) to open the file and manipulate. Editing is also quite slow.

I'm not expecting miracles, but is there anything that can be done here? Maybe look at the file size and don't apply syntax highlighting initially for x mb size files and up?
 
FIXED
updated 2 years ago

This was fixed in 2091.


The SQL grammar file had a degenerate regex that could cause significant slowdowns.

17 votes
 
· created 2 years ago
A lot of times I have reusable code that relates only to a specific project and would love to create snippets for it but don't want to muddy up the snippet pool for all projects. It would be useful to have a way to create project based snippets.

Forum thread is here: http://www.sublimetext.com/forum/viewtopic.php?f=4&t;=1735
733 votes
 
· updated 1 month ago · 18 comments
It would be useful to see hints in the autocomplete list for the selected item. Related thread in the forum is: http://www.sublimetext.com/forum/viewtopic.php?f=4&t;=1728
10 votes
 
I believe Jon mentioned this was coming at some point, but if the setting for "scroll_past_end" is true, you should be able to pull the mini-map past the end until the last line is at the top of the screen as well.
 
FIXED
updated 1 year ago
Added in 2165
0 votes
 
· updated 5 months ago · 6 comments
Having a quick easy way to add/edit snippets would be very handy.
1 vote
 
It would be cool to get an embedded version of Webkit in Sublime for a few reasons.

1, A live preview would be nice. I know a lot of people are very tied to it. I don't need this all the time, but sometimes it is handy.

2, Enhanced, form based tools. Here's where I think getting an embedded version of Webkit would really make Sublime shine. Building out a form based plugin which could have validation, if/then logic, etc. For example, some CSS3 gradient tools would be great and have it paste the code directly in the editor when you're done. Having the option to run the files local or online would be good too. We could build out a "sublimeaddons.com" which hosted multiple "tools" which users could build on and quickly get within sublime.

Also posted here: http://www.sublimetext.com/forum/viewtopic.php?f=4&t;=1573
566 votes
 
This would very slick and better optimize space.