romainguy / kotlin-explorer

Desktop tool to quickly explore disassembled Kotlin code.
Apache License 2.0
732 stars 20 forks source link

Add Indent & Line Number Width to Settings #38

Closed alonalbert closed 2 months ago

alonalbert commented 2 months ago

The indent only works for the decompiled code windows, not for the source.

It would be nice to be able to do that but RSyntaxTextArea doesn't really support reformating based on indent level.

romainguy commented 2 months ago

LGTM but there are conflicts.