A downloadable tool for Windows

Download NowName your own price

Tine is a simple text/code (C/C++ or BL) editor initially designed as a main work tool just for me, so I did only things I needed, but after some time it turned out it might be useful and helpful for others.

Source code: https://github.com/travisdoor/tine



Download

Download NowName your own price

Click download now to get access to the following files:

tine-0.5-win64.zip 1 MB
tine-0.4-win64.zip 1 MB
tine-0.3-win64.zip 1 MB
tine-0.2-win64.zip 1 MB

Comments

Log in with itch.io to leave a comment.

(1 edit)

Version 0.5 changelog

  • Add duplicate line command.
  • Add open other file in other split.
  • Add open declaration location in other split.
  • Disable auto-indentation in case the affected line is not empty and inserted string is single line.
  • Add duplicate line command.

Version 0.4 changelog

  • Add simple support for assembly language.
  • Add asserts on Linux and Mac for unimplemented stuff (release should still work).
  • Add jumping to previous locations on global level. (by default Ctrl+[ and Ctrl+])
  • Add custom library to handle clipboard.
  • Add sort open files in quick by last visit.
  • Fix LSP now use URI for all paths.

Version 0.3 changelog

  • Add search-replace in file.
  • Add use last replacement string as default on new replace.
  • Add 'show_hints' option.
  • Add replace all.
  • Fix invalid horizontal view offset when cursor jumps.
  • Fix broken error notifications in release mode.
  • Fix comment indentation in case spaces are used and toggle comment activated.

Version 0.2 changelog

  • Add maximize_on_start option.
  • Add font customization.
  • Add command to clear message buffer.
  • Add GLSL syntax highlighting.
  • Disable project reindexing in case there is an ongoing compilation.
  • Fix invalid selection range in case of mouse selection over an empty buffer.
  • Show hidden directories in lists.
  • Add open search results in a separate buffer.
  • Add a command to save all changed files.
  • Add automatic save before build option.
  • Fix horizontal view offset calculation.
  • Fix command buffer multiline handling.