-
-
Notifications
You must be signed in to change notification settings - Fork 55
Releases: AmrDeveloper/CodeView
Releases · AmrDeveloper/CodeView
CodeView 1.3.9
- Handle exchanging code lists at the runtime #43
Assets 2
6 people reacted
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
Assets 2
4 people reacted
CodeView 1.3.7
- Make highlighting the current line number option off by default
- Update samples app to add example for Setup highlighting current line
Assets 2
2 people reacted
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
Assets 2
CodeView 1.3.5
- Fix #28: auto-complete on Android 6 and lower
- Remove unused get location call on autocomplete
Assets 2
3 people reacted
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
Assets 2
2 people reacted
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
Assets 2
CodeView 1.3.2
Fix OnDraw not working issue when the line number is disabled
Assets 2
CodeView 1.3.1
Fix calculate indentation issue when user insert on the end with no next char
Assets 2
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
setMaxSuggestionsSizeto limit the number of suggestions - Add
setAutoCompleteItemHeightInDptake 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)