googlearchive / chromedeveditor

Chrome Dev Editor is a developer tool for building apps on the Chrome platform - Chrome Apps and Web Apps, in JavaScript or Dart. (NO LONGER IN ACTIVE DEVELOPMENT)
BSD 3-Clause "New" or "Revised" License
2.92k stars 413 forks source link

spell check file contents (was: Is chrome spell check possible in the editor?) #3136

Open dragonloverlord opened 10 years ago

dragonloverlord commented 10 years ago

I was wondering if you could add chrome spell check to the editor for .md .txt and other like files when they are opened in the editor? I have noticed that when you right click the "spell-checker options" menu is present but it does not work.

devoncarew commented 10 years ago

That context menu is contributed by Chrome - there's an open issue to create a context menu specific to CDE. Spell check is possible. We probably wouldn't use the built-in Chrome stuff, so we could have more control over which parts of files were / weren't checked.

I'll rename this to a feature request for spell check; thanks for the feedback!