Skip to content
yurimalheiros edited this page Sep 13, 2010 · 6 revisions

To do

Syntax Highlight

As an user, I want to see the syntax highlighted automatically according file language.

Multiple Files

As an user, I want to open multiple files and change between them.

Search

As an user, I want to type some text and search for it using incremental search.

Show line numbers

As an user, I want to choose if the numbers of every line will appear beside the text

Drag and drop to open a file

As an user, I want to drag a file and drop in the editor to open a file.

Delete a line

As an user, I want to delete a single line with a shortcut

Duplicate a line

As an user, I want to delete a single line with a shortcut

Color schemes

As an user, I want to select some predefined color schemes to change the colors of the editor.

Done

Start with a blank document

As an user, I want to see a blank document that I can write new code when I run TF.

Open file

As an user, I want to open a file and see its content on the main window.

Save file

As an user, I want to change a open file and save all modifications.

Save file as

As an user, I want to save the current file with another name.

Clone this wiki locally