coreh-deprecated / nide

Beautiful IDE for Node.js
http://coreh.github.com/nide/
712 stars 111 forks source link

Tabs (GUI and Spacing) #39

Open azampagl opened 12 years ago

azampagl commented 12 years ago

First off, Nide is an excellent product. Excellent IDE.

Perhaps this is against your design philosphy, but I figure I'd suggest the following:

 1) Is it possible to have multiple file windows (equivalent of TextMate tabs)?
 2) Is it possible to support literal tabs (\t) instead of spaces in the editor?
vikstrous commented 12 years ago

Temporary solution:

  1. Look for createCodeMirror = function( in /nide/client/js
  2. Change behavior to anything you want

Temporary solution to multiple windows: just open a few tabs :)

maxkfranz commented 12 years ago

I'd also like to see an option for tabs instead of spaces for indentation in the editor.

futjikato commented 12 years ago

Option for tabs and spacing would be great. I can live with spaces but I´m used to have just 2 and not 4 as a tab...