Skip to content

GitDzreal93/weditor

 
 

Repository files navigation

WEditor

image image image

This project is subproject for smart phone test framework openatx for easily use web browser to edit atx scripts. This project is hosted in https://github.com/openatx/weditor

Only tested in Google Chrome, IE seems not working well.

Installation

Require Python3.5+

pip install --upgrade weditor

Usage

Create Shortcut in Desktop

python -m weditor --shortcut

By click shortcut or run in command line

python -m weditor

This command will start a local server with port 17310, and then open a browser tab for you to editor you code.

Port 17310 is to memorize the created day -- 2017/03/10

Hotkeys(Both Mac and Win)

  • Right click screen: Dump Hierarchy

Hotkeys(only Mac)

  • Command+Enter: Run the whole code
  • Command+Shift+Enter: Run selected code or current line if not selected

Hotkeys(only Win)

  • Ctrl+Enter: Run the whole code
  • Ctrl+Shift+Enter: Run selected code or current line if not selected

For Developers

See DEVELOP.md

LICENSE

MIT

About

web editor for atx

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 91.0%
  • CSS 6.1%
  • Python 1.8%
  • HTML 1.1%