Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create a standalone editor widget #1

Open
wapcaplet opened this issue Nov 4, 2012 · 0 comments
Open

Create a standalone editor widget #1

wapcaplet opened this issue Nov 4, 2012 · 0 comments

Comments

@wapcaplet
Copy link
Owner

Editor widgets need to be independently:

  • Creatable
  • Destroyable
  • Movable / draggable
  • Resizable
  • Loadable with file contents

All of this should be possible programmatically (via Javascript function calls), and from the UI. ACE editors offer a wealth of configuration options; some of those should probably apply globally (to all my open editors), such as:

  • Theme
  • Keybinding (vim, emacs, other)
  • Code folding
  • Indent guides
  • Highlight current line

Some should be per-editor, such as:

  • Current language
  • Line wrapping mode
  • Tab settings
  • Line numbers

Most of these should be per-user configurations, but some should be shared between users (most importantly, the current language for syntax highlighting; there's no sane reason to allow different users to have this set differently).

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

No branches or pull requests

1 participant