Sublime Forum

Dev Build 3024

#21

Weird issue where when I type something like

foo = bar

than when the autocomplete popup comes up, the space after the equals sign is removed, leaving me with

foo =bar

UPDATE: I’ll go further, the autocomplete seems to be aggressively eating whitespace to the left of the cursor when the popup shows up.

0 Likes

#22

Just some inconsistency I’ve noticed. Default prefs file has it set to ‘true’ but in practice it’s disabled as you wrote.

0 Likes

#23

A few more bugs. If you have some better way for us to present these to you, please let us know. I’m not sure if commenting in this thread is better, or creating a new thread. If you prefer one over the other, again, let us know.

window.get_view_index() returns (-1, -1) for an untitled view. Probably related, using window.focus_view() on a view that doesn’t exist on disk does not work.

Went to test the first bug I posted here (regarding a display error in the side bar) and got the following.

To reproduce:

  1. Start ST3
  2. Open a folder.
  3. Create a multi column view (I used 2)
  4. Ensure side bar is visible and open files are not being shown.
  5. Select a file for previewing (Must not be in the right most column).
  6. Enable “Show Open Files”

0 Likes