Skip to content

mm318/TiledEditor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Tiling Text Editor

Most multi-document text editors cycle through opened text files via tabs.

The goal of this project is to have viewports of opened text files organized in a tiled fashion, instead of via tabs.

Build

  • Requirements:

    • Qt5 is required
    • Tested on Ubuntu 16.04
  • Obtain the source:

    $ git clone https://github.com/mm318/TiledEditor.git
  • Build like an usual CMake project, for example:

    $ cd TiledEditor
    $ mkdir build
    $ cd build
    $ cmake ..
    $ make -j4
    

Usage

./TiledEditor

About

Text editor with tiled windows instead of tabs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published