Pavel
Pavel
Recent changes mostly addressed the issue. Additionally, we disabled highlighting for escaped quotes (now rendered as plain text, not as unmatched brace). The only remaining (and unmentioned) case is nested...
Memo: as it was coded, in absence of any word on the left (on the same line) and on the right until EOF it moves caret to before the first...
> Place cursor at line 2, Ctrl+Space - the entire line will be selected. This is bad - it should behave as line 1, i.e. locate the closest word by...
``` [| aa] ``` Currently, pressing Ctrl+Space clears the selection. Pressing it again selects `[aa]`. It should select that on the first keystroke.
Years after using `ScrollYCaretPolicy` of 1 (33%) I understood we should not adjust the scroll position in response to modification and near navigation (using arrows) because it's mildly annoying (always)...
> smali/baksmali v3.0.5 has been merged and available for testing on this bleeding edge release - https://github.com/iBotPeaches/Apktool/actions/runs/8048426591 I have the same issue with an official Samsung firmware for Android 14....
> I don't think any release in my memory ever has persisted `res/` contents for a jar file. That must be a new requirement. Do you need the official JAR...
[framework.zip](https://github.com/iBotPeaches/Apktool/files/15077359/framework.zip), source: ``` AP_F946BXXS1BXBM_F946BXXS1BXBM_MQB77758044_REV00_user_low_ship_MULTI_CERT_meta_OS14.tar.md5 ``` Related: it'd be good if apktool reported when it ignores/removes some entries from the input APK or JAR. I spent half a day figuring why...
@babanga See #476.
> If there is only one match in the document, both lines will appear (as in the example); **if no matches, no lines will appear.** Open Ctrl+F, type something that...