Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed linenumbers #5

Merged
merged 25 commits into from
Jan 21, 2019
Merged

Fixed linenumbers #5

merged 25 commits into from
Jan 21, 2019

Conversation

markusressel
Copy link
Owner

fixes #4

addition of CodeEditorLayout as a managing tool for child views (line numbers, divider, edittext)
# Conflicts:
#	library/src/main/java/de/markusressel/kodeeditor/library/view/CodeEditorView.kt
added attribute for maxZoom to cev xml (passing properties to child views would be better but I don't know if and how that would be possible yet)
wrapped linenumber TextView in a ZoomLayout
synchronized zoom and pan of linenumber ZoomLayout and actual editor ZoomLayout
disabled "moveWithCursor" for now, as it only causes problems
explicitly dont't show scrollbars on linenumber view
refactoring and cleanup
fixed issues with linenumber scaling and pan
CodeEditText: clear old highlighting before changing syntax highlighter
use @jvmoverloads
added CodeTextView for static text with syntax highlighting support
linenumber size fix
added fuel http networking library
retrieve latest README content from GitHub instead of hardcoding it
@markusressel markusressel added the enhancement New feature or request label Jan 21, 2019
@markusressel markusressel self-assigned this Jan 21, 2019
@markusressel markusressel merged commit 391a605 into dev Jan 21, 2019
@markusressel markusressel deleted the fixed_linenumbers branch January 21, 2019 22:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant