Releases: MrChebik/Coconut-IDE
Releases · MrChebik/Coconut-IDE
0.3.3-a
0.3.2
- Fixed
NullPointerException
to highlight cells onTreeView
. But if it isnull
, 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 byparameters
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
.
- By 15 Mb, with
- 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 ofInputStream
.
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
- Fixed #774
Run
- Fixed re-start the program with an error - not executed.
0.3.1-alpha
Autocomplete:
- Added global sources.
- Redesigned element.
Plugin
- RAM
- CPU
Start:
- Added
Open Project
.
0.3.0-alpha
- 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
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
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
0.2.0
- 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.