Releases: AmrDeveloper/CodeView
Releases · AmrDeveloper/CodeView
CodeView 1.3.9
- Handle exchanging code lists at the runtime #43
CodeView 1.3.8
- Improve line number text padding with different text sizes #42
- Improve the doc for setLineNumberTextSize to be explicit that the value is in pixel
CodeView 1.3.7
CodeView 1.3.6
- Improve calculating line number padding from 3k ns to 1.5k ns per line.
- Add support for relative line number feature inspired from vim editor
- Add support for highlighting the current line and customize the color
CodeView 1.3.5
- Fix #28: auto-complete on Android 6 and lower
- Remove unused get location call on autocomplete
CodeView 1.3.4
Feature #18: Add option to bring cursor at the middle of pair, suggested by @m-anshuman2166
Feature#11: Add setLineNumberTypeface
method to change line number font, implemented by @m-anshuman2166
CodeView 1.3.3
Version 1.3.3 (2022-02-28)
Fix Issue #15: Improve Auto complete drop down position when the cursor on the end of the view
CodeView 1.3.2
Fix OnDraw not working issue when the line number is disabled
CodeView 1.3.1
Fix calculate indentation issue when user insert on the end with no next char
CodeView 1.3.0
- Version 1.3.0 (2022-01-27)
- Improve drawing line number performance
- Improve Auto Complete implementation to fix multi size drop down popup position
- Add
setMaxSuggestionsSize
to limit the number of suggestions - Add
setAutoCompleteItemHeightInDp
take the auto complete list item to change the drop down final size - Add support for Auto Pair complete
- Improve Auto indenting implementation and be able to support python indentation (Issue #9)