Register a SA Forums Account here!
JOINING THE SA FORUMS WILL REMOVE THIS BIG AD, THE ANNOYING UNDERLINED ADS, AND STUPID INTERSTITIAL ADS!!!

You can: log in, read the tech support FAQ, or request your lost password. This dumb message (and those ads) will appear on every screen until you register! Get rid of this crap by registering your own SA Forums Account and joining roughly 150,000 Goons, for the one-time price of $9.95! We charge money because it costs us money per month for bills, and since we don't believe in showing ads to our users, we try to make the money back through forum registrations.
 
  • Locked thread
PleasureKevin
Jan 2, 2011

Request: a Brackets plugin (Node/Javascript) to change the Ctrl+Tab/Ctrl+Shift+Tab behaviour so that it navigates between tabs from left-to-right or vice versa, rather than in whatever hosed up order it goes now. Let me just write this like a bug report so it's super clear.

Reproduction

  1. Open Brackets
  2. Install a "file tabs" plugin (Brackets doesn't have native tabs rofl)
  3. open several files
  4. Press Ctrl+tab or Ctrl+shift+tab

Expected
The next tab to the right or left of the active tab should be selected.

Actual
The next tab selected when pressing Ctrl+tab will not be the tab to the right of the current active tab. It will be the next tab in the vertical list of files in the top right corner.

Basically the same way most web browsers and Atom do it.

I'm trying to suffer through Brackets because of the node-theseus debugging system for Node. You could also just recommend me something superior to that in another editor. Here's some current related projects if you want to just add to that:

https://github.com/dnbard/brackets-documents-toolbar
https://github.com/ohnnyj/brackets-numbertabs

Adbot
ADBOT LOVES YOU

PleasureKevin
Jan 2, 2011

Well, that makes switching tabs a lot slower, and that's about it.

  • Locked thread