Skip to content
This repository has been archived by the owner on Sep 8, 2020. It is now read-only.

Opt tabSize missing #102

Open
Yimiprod opened this issue Apr 2, 2015 · 5 comments
Open

Opt tabSize missing #102

Yimiprod opened this issue Apr 2, 2015 · 5 comments

Comments

@Yimiprod
Copy link

Yimiprod commented Apr 2, 2015

The option tabSize is missing in the directive so when we define it, it's not taken in account by ace.

  if (angular.isDefined(opts.tabSize)) {
    session.setTabSize(opts.tabSize);
  }
@twmulloy
Copy link

twmulloy commented Aug 2, 2015

+1

2 similar comments
@pongstr
Copy link

pongstr commented Aug 20, 2015

+1

@frapontillo
Copy link

👍

@vicary
Copy link

vicary commented Feb 22, 2016

Looks like this is not fixed yet, where should I add that line of code for a temp patch?

@vicary
Copy link

vicary commented Feb 22, 2016

According to ui-ace.js:100 you can do that with { advanced: { tabSize: 2 } }, not very intuitive though.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants