Giter Site home page Giter Site logo

tedit's Introduction


tEdit is a simple tabbed text editor written in core Tcl/Tk.


Features

  • Tabs
  • On Top
  • Word Wrap
  • Mark Lines
  • Auto Indent
  • Block Indent
  • Go to Line
  • Line Numbers
  • Custom Folding
  • Block Selection
  • Recent File List
  • File Browser Panel
  • Unlimited Undo/Redo
  • Search/Replace with Regular Expressions support
  • Tabs Menu (right mouse button)
  • Rearrange Tabs (drag'n'drop)
  • In-Text arithmetic calculations
  • Tk Themes
  • Colors and Fonts
  • Soft Tabs (Spaces instead of Tab)
  • Customizable Tab Size
  • Line Spacing (above/below lines and wraps)
  • Base64 Encoder
  • Command Line Support
  • Runs in GNU/Linux, Microsoft Windows and Unix (MacOS not tested)

Screenshot

Screenshot


Dependencies

Tcl version 8.6 or later.

Tk version 8.6 or later.

For Microsoft Windows users:

ActiveTcl version 8.6 or later.

For executables go to Releases section, or download the latest.

To run it, after download, right-click->Properties->Unblock.


License

tEdit is licensed under the MIT License.

Read LICENSE for details.


tedit's People

Contributors

thanoulis avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

tedit's Issues

Line numbers at word wrapping

At word wrapping, if a long line is wrapped, its line number may be shown incorrectly, i.e. not in the line start:

tedit1

This could be fixed with the following change of lineNumbers proc:

set i [$text index "$i +1 lines linestart"]

instead of

set i [$text index "$i +1 lines"]

...as seen below:

tedit2

Thank you a lot.

Regards,
Alex

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.