Hello there.
Is there something like cache memory in Pythonista? Functions inside editor module are very useful and will allow for vim-like extension for Pythonista, but such extension would need to register some data in between keystrokes/script runs since commands are chained.
Does something like that exist in Pythonista? Or do I have to use some hacks like storing this data in some files or something else? I’d really like to avoid messing with clipboard too.
Welcome!
This is the community forum for my apps Pythonista and Editorial.
For individual support questions, you can also send an email. If you have a very short question or just want to say hello — I'm @olemoritz on Twitter.
Posts made by KiloPasztetowej
-
Pythonistas cache memory
-
RE: Vim support for hardware keyboard users
Never heard of it but seems very promising 🙂 thank you @mikael
-
RE: Vim support for hardware keyboard users
Yes I’ve tried these a while ago and they are junky. Built in support would be the best, that’s why I started this topic.
-
Vim support for hardware keyboard users
Hey. I don’t know how much of a priority hardware keyboard users are, but sure thing is that with apples marketing and software support more and more people use an iPad with keyboard as daily driver. Are there any plans to introduce vim support in Pythonistas editor? Even some basic support would be very much appreciated 🙂
-
RE: Hardware keyboard input when scene is running
Great! Works like a charm and that’s exactly what I need. Thank you very much 🙂
-
Hardware keyboard input when scene is running
Hey. I searched and searched but I couldn’t find definitive answer to the question, whether querying hardware keyboard state is possible in Pythonista when using scene. I know it can be done with UIKit but this doesn’t fit my needs. I love my iPad and I’d like to use it for some quick prototypes for my games but I just prefer keyboard input over touch.
Any support would be welcome (events or just queries for keys)!