cadorn / ace-extjs

ACE Editor for ExtJS
123 stars 41 forks source link

gotoLine function ? #2

Open qharlie opened 13 years ago

qharlie commented 13 years ago

Is this possible ?

If so , let me know where to start and I can add it

cadorn commented 13 years ago

Anything is possible ;)

To implement:

  1. Figure out how to set the line number in ACE. Currently this fork is being pulled in: https://github.com/cadorn/ace (will be updating to the latest ACE soon).
  2. Add method in the likes of: https://github.com/cadorn/ace-extjs/blob/08dbf6567cc5daac4571216b929e9bc7571a5f48/packages/extjs-ace/lib/component.js#L252