Dmitrii Mironov
Dmitrii Mironov
Hi @Francis-96, It's almost impossible to achieve this behaviour using the `EditText` component. Sora Editor uses fully custom view which makes this a lot easier and faster, and I don't...
@Hero9909 It's interesting idea, but agree that it would be great if I could work with VCS inside the app. It's even better for me as I can implement the...
@liyujiang-gzu yeah I've seen this library, it's probably the one I will use
The method you looking for is already exists [LineNumbersEditText.kt#L86](https://github.com/massivemadness/Squircle-IDE/blob/master/editorkit/src/main/kotlin/com/blacksquircle/ui/editorkit/widget/internal/LineNumbersEditText.kt#L86), it takes PrecomputedTextCompat as a parameter. Nesting the editor in `ScrollView` causes it to be measured every time a new line...
Hi @MadRatSRP, I don't think I need faster cold builds (at least right now). The cold build is always so long because the project contains 30+ modules, and it takes...
@fusionneur You mean allow access to root folders in file explorer?
9948091dfb59f0585f6d961a689f758846a331c9
@fusionneur the last time when I used root was in 2014 on Samsung Galaxy S3, and if I remember correctly, shouldn't you just grant access in your "root manager app"...
Got it 😄 I'll fix it in the next release
@fusionneur Hi, could you please test [this](https://github.com/massivemadness/Squircle-CE/actions/runs/3183742102) build? I just rooted my device with magisk and it seems to work, but I need someone with more experience :)