janitux wrote:I upgraded from dev 2112 to 2113 and started experiencing that problem too, for bracket's sake i'm back at 2112
This is a bug in 2113 that is now fixed in 2114.
janitux wrote:I upgraded from dev 2112 to 2113 and started experiencing that problem too, for bracket's sake i'm back at 2112
skaet wrote:janitux wrote:I upgraded from dev 2112 to 2113 and started experiencing that problem too, for bracket's sake i'm back at 2112
This is a bug in 2113 that is now fixed in 2114.
{
# Boolean. Draw only outline instead of filling the background
"curly_brace_only_outline": false,
# Scope name for braces (themes)
"curly_brace_scope": "entity.name.class",
# Gutter icon style. Possible values: dot,circle,bookmark,cross
"curly_brace_icon": "dot",
"round_brace_only_outline": false,
"round_brace_scope": "entity.name.class",
"round_brace_icon": "dot",
"square_brace_only_outline": false,
"square_brace_scope": "entity.name.class",
"square_brace_icon": "dot"
}
facelessuser wrote:Even though the threshold option I added on my fork reduced lag issues, I still wasn't satisfied; large files would still cause some lag when scrolling with arrow keys, and on slow computers, when typing.
I have now debounced the modify and selection event which dramatically reduces lag, so much so that I have been able to significantly increase my search threshold without adverse effect. I am surprised I didn't think to debounce the events sooner. So now, instead of matching tags every time you move your cursor or type a letter, it will wait if a rapid succession of events is firing and only match when things let up. Modify events take precedence over selection events so that you won't have the bracket move on you while the highlight doesn't when you are typing, deleting, or undoing.
Return to Plugin Announcements
Users browsing this forum: Google [Bot] and 5 guests