@mikael Hope I'm reading this right.
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.

Best posts made by mieq
-
RE: The update with python 3.8 is coming soon!
-
RE: Clipboard.get_image Crash in Pythonista Keyboard
@cvp Perfect, I'm not surprised anymore, I already feel that no problem can stump you.😂
-
RE: Clipboard.get_image Crash in Pythonista Keyboard
@cvp @stephen
Thank you very much!👍 I think my problem has been solved with your help, just need some time to digest.(Too much knowledge for me.😆 -
Crash when running image view code
import ui v = ui.View() img_view = ui.ImageView(frame=(0, 0, 94.75, 94.75)) img_view.load_from_url('http://img04.sogoucdn.com/app/a/200678/c05334d63dfad90470f64f2f3e0abd91.png') v.add_subview(img_view) v.present('fullscreen')
Hi, Pythonista 3.3 Crash when running this code a second time (normal for the first time).any ideas?Thanks!
Latest posts made by mieq
-
RE: Disable word completion suggestion/pop-up feature
@cvp This is awesome,😍 Thank you so much!
-
RE: Disable word completion suggestion/pop-up feature
@cvp In fact, I just discovered Pythonista's snippets and thought it would be great if it worked on all files. (But even apart from that, Pythonista is a very good text editor.) So I didn't actually create any snippets.
-
RE: Disable word completion suggestion/pop-up feature
@cvp Never Mind,I will try the rename method.Thanks a lot.
-
RE: Disable word completion suggestion/pop-up feature
@cvp just want the auto completion show up even in non .py files.because the snippets will show up in the code completion suggestion.
-
RE: Disable word completion suggestion/pop-up feature
Is it possible to apply this completionProvider to other types of files so that snippet can work for not just .py files,thanks.
https://forum.omz-software.com/topic/7103/snippets-for-non-py-file
-
RE: The update with python 3.8 is coming soon!
@mikael Hope I'm reading this right.