Tommy Marplatt

Results 41 comments of Tommy Marplatt

By default the open reference panel extends to considerable screen real estate, for what it currently holds. Can its height be dynamically set depending on its contents?

Something I wish text editors did is treat selected text the same way IDEs do when it comes to markup wrapping. For example, I select a whole line and hit...

> I guess the simple fix is to use a pre-configured linker driver, i.e., `-gcc=.../bin/armv7a-linux-androideabi21-clang` instead of the native `-gcc=.../bin/clang`. That's how it's handled in the Azure Pipelines script, and...

Well now the linker outputs a number of "R_ARM_TLS_LDO32 used with non-TLS symbol" warnings: ``` [DEBUG]: "/home/tmarplatt/.buildozer/android/platform/android-ndk-r19b/toolchains/llvm/prebuilt/linux-x86_64/bin/../lib/gcc/arm-linux-androideabi/4.9.x/../../../../arm-linux-androideabi/bin/ld.bfd" -X --enable-new-dtags --eh-frame-hdr -m armelf_linux_eabi -shared -o build/lib.linux-x86_64-3.7/worldwrapper.cpython-37m.so /home/tmarplatt/.buildozer/android/platform/android-ndk-r19b/toolchains/llvm/prebuilt/linux-x86_64/bin/../sysroot/usr/lib/arm-linux-androideabi/21/crtbegin_so.o -L/home/tmarplatt/pyd/testapp/recipes/pyd-module/ldc/ldc-1.19.0-beta2/bin/../lib-armv7a-32 -L/home/tmarplatt/pyd/testapp/.buildozer/android/platform/build-armeabi-v7a/build/other_builds/python3-libffi-openssl-sqlite3/armeabi-v7a__ndk_target_21/python3/android-build -L/home/tmarplatt/.buildozer/android/platform/android-ndk-r19b/toolchains/llvm/prebuilt/linux-x86_64/lib64/clang/8.0.2/lib/linux/arm -L/home/tmarplatt/.buildozer/android/platform/android-ndk-r19b/toolchains/llvm/prebuilt/linux-x86_64/bin/../lib/gcc/arm-linux-androideabi/4.9.x/armv7-a...

Thanks I will retry as soon as I can, since I've moved my development setup to a different machine and have yet to settle down.

A _quick re-build_ shortcut that uses the last used preset/options without prompts (yes, use at your own risk) sounds like such a good idea right now.

What do you think of semi-seamless document traversing from the Editor? Like this: 1. In the Editor, text cursor reaches the end of the document. 2. Users inputs `Down`, `Page...

Dumping more ideas for cursor navigation in the Document Editor. **Amplify Home/End keys:** - `Home` currently only brings the cursor to the left margin (assuming ltr) in the current line....

If not this, it would be great to simply use hotkeys to quickly browse through detected misspellings, i.e. jump the text cursor to the next detection. Additionally, a hotkey to...

> I suppose this would work: > > * `Ctrl+Left` will move the item out of its folder, unless it's already in a root folder. > > * `Ctrl+Right` will...