Skip to content

Releases: MrChebik/Coconut-IDE

0.3.3-a

04 Dec 23:56
Compare
Choose a tag to compare
0.3.3-a Pre-release
Pre-release
  • Cleanup
  • Fixed JavaFX
    Not Stable!

0.3.2

28 Aug 17:20
Compare
Choose a tag to compare
0.3.2 Pre-release
Pre-release
  • Fixed NullPointerException to highlight cells on TreeView. But if it is null, it will not highlighted.

Autocomplete

  • Added awt to blacklist.
  • Added parameters of method.
  • Added return type at the right side.
  • Global scanning takes place once.
  • Improved item sorting by text length, then by parameters length and then by alphabetic.
  • Reduced memory usage:
    • By 15 Mb, with A pool of strings vs id.
    • By 10 Mb, removed interaction with UserData.
  • Reduced the number of saved String from 10,701 to 6,433.
  • Run Analysis in thread.
  • Fixed at the checkCaretPosition, position < 0.
  • Fixed basic keywords.
  • Fixed duplicate output of elements.
  • Fixed search in clusters after entered class.

CodeArea

  • Fixed removing empty paragraph.
  • Fixed removing selected text.

Plugin

  • Improved API.
  • Using BufferedReader instead of InputStream.

CPU:

  • Implemented the formula for calculating the percentage depending on the information in /proc/PID/stat and /proc/stat.

RAM:

  • Show memory usage without shared memory.

RichTextFX

Run

  • Fixed re-start the program with an error - not executed.

0.3.1-alpha

23 Aug 18:26
Compare
Choose a tag to compare
0.3.1-alpha Pre-release
Pre-release

Autocomplete:

  • Added global sources.
  • Redesigned element.

Plugin

  • RAM
  • CPU

Start:

  • Added Open Project.

0.3.0-alpha

20 Aug 20:52
Compare
Choose a tag to compare
0.3.0-alpha Pre-release
Pre-release
  • Added arguments.
  • Added languages: RU, UA.
  • Fixed memory leak.
  • Fixed window title of renames file/folder.
  • Required Java 10.
  • Updated API.

CodeArea

  • Added auto adding \ to """ combination, the same with '.
  • Added remove same / mirror symbols with their pair.
  • Added the possibility of closing a paired symbol without moving the arrow.
  • Fixed removing selected area after Enter/Backspace/Semicolon.

Highlight

  • Added var keyword.
  • Redesigned backlight. All code elements are now highlighted without basic keywords.
  • Fixed pairs.

Start

  • Added Enter listeners to buttons.

0.2.3

07 Aug 12:03
Compare
Choose a tag to compare
0.2.3 Pre-release
Pre-release

Autocomplete

  • Added class name to package info.
  • Added clear editWord if input dot.
  • Added hide snippet if focus is lost.
  • Added make auto import.
  • Improved accuracy and speed auto adding paired characters.
  • Fixed scroll bar.
  • Fixed X position.
  • Removed flag of keywords.

CodeArea

  • Added auto adding space after pressed Enter.
  • Added auto removing space after pressed Backspace.

0.2.2

06 Aug 11:42
Compare
Choose a tag to compare
0.2.2 Pre-release
Pre-release

Autocomplete

  • Added classes / methods / variables to snippet.
  • Added flags to item.
  • Added package source to item.
  • Changed color of selected item.
  • Fixed height of snippet.
  • Fixed hide snippet if options is empty.
  • Fixed clean editWord after brackets.
  • Fixed scrolling on codeArea.
  • Fixed Y position.
  • Removed ScrollPane.

CodeArea

  • Added ability to zoom.

Highlight

  • Ignored IndexOutOfBoundsException.

0.2.1

04 Aug 19:25
Compare
Choose a tag to compare
0.2.1 Pre-release
Pre-release

Autocomplete

  • Added automatic completion of characters ' " < ( { [
  • Click on an element - select it.
  • Hover on items.
  • Reduced calculations for the height of the snippet.
  • Set cursor to hand.

Highlight

  • Added highlight [ ]

0.2.0

04 Aug 08:18
Compare
Choose a tag to compare
0.2.0 Pre-release
Pre-release
  • Update to latest version of libraries.

Autocomplete

  • Added basic keywords in Java.

Highlight

  • Added paired shapes and brackets.
  • Fixed highlight without JDK.
  • Improved TreeStructure.

JDK

  • Added description of JDK button (Tooltip).
  • Fixed open JDK path.

Windows

  • Fixed JDK setting.