-
-
-
mieq
@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.
-
-
-
mieq
@cvp just want the auto completion show up even in non .py files.because the snippets will show up in the code completion suggestion.
-
mieq
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
-
-
-
-
mieq
@develobile said:
For the PyPi UI, thatβs true. I changed it a bit in the last update, but I basically took the UI from Juno
-
mieq
Yes, not only Pythonista.the pip UI of Pyto was copied from Juno, The explanation wasn't added until Juno's authors discovered it.
-
mieq
@cvp perfect! In fact, I found out how to implement it with Objc by Google, but I don't know how to convert it to Python. and your code is a great example for me to learn. Thanks a lot!
-
mieq
Hello,I want to make a dark mode for my view. But how can I change the disclosure_indicator color in TableViewCell? Thank you!
-
-
mieq
@cvp Perfect, I'm not surprised anymore, I already feel that no problem can stump you.π
-
mieq
@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.π -
mieq
@cvp wow, works perfectly.thank you! Actually, last night I was thinking whether Objectivec can be used to replace the function of cliboard.get_image. But it was too hard for me to do that.π
Do you mind if I ask a few more questions about Objectivec? when I get the object of UIPasteboard.image(), how can I change it to a python object (like PIL image or binary data)? and can UIPasteboard.image() handle with gif files? so much Thanks!
-