From 041179fc90f32807a97c9829745cfcda3273b679 Mon Sep 17 00:00:00 2001 From: Paul M Date: Sun, 15 Mar 2020 22:14:53 -0500 Subject: [PATCH] Create Features Made a list of current and future features --- Features | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 Features diff --git a/Features b/Features new file mode 100644 index 0000000..d6429ee --- /dev/null +++ b/Features @@ -0,0 +1,20 @@ +# Current features + +The following is a list of features currently available. + +1. Syntax highlighting for Gambas, HTML, CSS, SQL, JavaScript and webpage +2. Show line numbers +3. Show current cursor position +4. Automatic shebang line detection of scripts for easy execution in a pop up terminal window from the run menu. +5. Ondemand pop up terminal window +6. The basic features of text editor such as cut,copy,paste, find and replace(Replace isn't working yet) + +# Planned additions + +1. Showing Braces +2. Tab indentation +3. Showing closing braces +4. Showing close strings + +Also any other useful stuff that I might find the editor to be capable of. Point is not to recreate the gambas IDE, but make a nice +little text editor type thing that lends itself to coding as well.