sublimator wrote:QuickPanel doesn't seem to 'remember' your entries anymore.
Yeah, that was annoying me, as it made what was selected for a given input somewhat arbitrary. I'll likely put it back it, but wanted to see what it was like with it disabled first.
luislavena: Thanks for the bug report, will fix
trevorsg wrote:Would really like Ctrl+Backspace to have the same behavior in the project selector
The Ctrl+Backspace issue is part of a wider one of python TextCommands only operating on files, and not in widgets. It's something I'm planning to fix.
guillermooo wrote:How does search ranking work?
For the moment, spaces are matched as a literal space, rather than beginning a second filtering step as is done in 1.x. I liked that part of the 1.x quick panel too.
marksteve wrote:how do you even think about these?
Before Build Systems were implemented, I would look at build errors in a terminal, and then navigate to the corresponding file: I've been wanting Ctrl+P to accept line number suffixes for a while. The # searching came out of a desire for the incremental find panel to use fuzzy matching, and then it seemed to make sense to jam them both together with goto symbol :)