Skip to main content

simple editor

Project description

je_editor


Simple editor for edit code

Features

  • auto save (after first save)
  • open last edit file
  • run program
  • execute shell script
  • choose font and font size
  • choose encoding
  • choose language
  • choose editor style
  • use content file to choose you own style

Requires

python 3.7 or later

install

  • please check your tkinter version

    • make sure tkinter is version 8.5 or later
    # check tkinter version
    import tkinter
    tkinter._test()
    
  • on Windows not need install any package

    • if fail to start tkinter
      • python version 3.7 and later will include new tk
  • on macOS not need install any package

    • if fail to start tkinter
      • xcode-select --install
        • download python-tk
          • brew install python-tk
      • or download new python version, new python version include new Tcl/Tk
If you are using macOS 10.6 or later, 
the Apple-supplied Tcl/Tk 8.5 has serious bugs that can cause application crashes.
  • on linux ubuntu use
sudo apt-get install python3-tk
  • on fedora use
sudo dnf python3-tk

CircleCI

JE_Editor GitHub Actions Dev

JE_Editor GitHub Actions Stable

Document

Documentation Status


  • editor main window

Main window image


  • toolbar function
    • Run
      • Run program and get result
    • Run on shell
      • Run on command line and get result
    • Stop
      • Stop current running program
    • File
      • Save File
        • Save current edit file
      • Open File
        • Open file to edit
    • Text
      • Font
        • Choose editor font
      • Font Size
        • Choose font size
    • Encoding
      • Choose file encoding
    • Language
      • Java
        • need java on system path - default
      • Python3
        • need python3 on system path - default

  • Test on
    • windows 10 ~ 11
    • osx 10.5 ~ 11 big sur
    • ubuntu 20.0.4
    • raspberry pi 3B+

| All test in test dir

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

je_editor-0.0.49.tar.gz (19.0 kB view hashes)

Uploaded Source

Built Distribution

je_editor-0.0.49-py3-none-any.whl (40.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page