digiduck wrote:IMO it would be easier for me as a new user to decide I didn't like them and find the option to turn them off than it would be to discover they existed and the option to turn them on.
oats wrote:An annoyance with recent versions: when I hit ctrl-F to "Find", the find panel is toggled up or down. I would rather ctrl-F always brings the find panel to the front. If I want to dismiss the find panel, ESC always works, and that's what I usually do. (It's a handy key that dismisses whatever panel, not just find.)
Anomareh wrote:Also with projects being the focus right now, are there any plans for projects remembering the state of the sidebar? Whenever I switch between projects I find myself having to minimize the Files/Groups sections and re-expand the folders I had open under Folders.
jps wrote:Dev Build 2105 is out now, fixing a couple of project related regressions in 2104. Sorry about the project conversion issue in 2104 - I do try hard to avoid these kind of things.
jps wrote:I haven't made up my mind if indent guides should be turned on by default or not - they seem popular, but can be visually distracting (IMHO, at least). I've attached a poll to this post - please let me know what you think.
aparajita wrote:If you took a vote I'll bet most people would want better highlighting of matching pairs than indent guides.
oats wrote:An annoyance with recent versions: when I hit ctrl-F to "Find", the find panel is toggled up or down. I would rather ctrl-F always brings the find panel to the front. If I want to dismiss the find panel, ESC always works, and that's what I usually do. (It's a handy key that dismisses whatever panel, not just find.)
ajpalkovic wrote:Additionally, as some people point out the active one shows up one tab higher than where they should. My screenshot shows that too.
I'm torn on this. On the one hand, I think it's smart to do that for normal statements. However, for lines that are indented, (like for loops, html tags) I hate it. Maybe you could use the grammar indent rules to determine if it should show the active guide one column higher or at the current column, if that makes sense. Like, if the indent rules say dont indent this line, then do what sublime does now. If the indent rules say indent the next line. then show the active guide at the beginning of the text, like the beginning of the for loop, not two spaces before the for loop.
Anomareh wrote:ajpalkovic wrote:Additionally, as some people point out the active one shows up one tab higher than where they should. My screenshot shows that too.
I'm torn on this. On the one hand, I think it's smart to do that for normal statements. However, for lines that are indented, (like for loops, html tags) I hate it. Maybe you could use the grammar indent rules to determine if it should show the active guide one column higher or at the current column, if that makes sense. Like, if the indent rules say dont indent this line, then do what sublime does now. If the indent rules say indent the next line. then show the active guide at the beginning of the text, like the beginning of the for loop, not two spaces before the for loop.
Kinda hard to parse what you mean :s Maybe a picture? I think the expected behavior would be to check the character to the right of the guide, if it's whitespace or the end of the line show it, if it's anything else don't. Being able to see where lines that contain nothing but whitespace are indented to is really important, especially in languages like Python.
TAB TAB if(true) {
TAB TAB TAB doSomething();
TAB TAB }
Users browsing this forum: Google [Bot] and 22 guests