On Tue, Mar 19, 2013 at 7:42 AM, John Lawman <
lawma...@gmail.com> wrote:
>
> I have a couple of questions:
> 1) Is it possible to write a simple text editor (possible syntax
> highlighting) in Kivy? Is the reStructuredText renderer suitable for
> something like this?
There is a multiline text edit widget, but syntax highlighting is not
included. I think you would have to code it yourself or find a way to
hook Pygments into it.
>
> 2) Is there a way to include a python shell in the android version of kivy?
> e.g be able to launch scripts within a terminal in android?
Kivy launcher is the closest thing I've found for this so far. I can't
think of any reason you couldn't create a terminal-like app using
Kivy, but I haven't looked into it very deeply.
>
> At the moment I'm using terninal-ide and kivy launcher to write python
> scripts on my tablet and was thinking about writing a simple IDE for kivy
> that is also cross-platform.
Kivy Designer (
https://github.com/kivy/kivy-designer) is a WYSIWYG IDE
project that was started a while ago. I don't think there's been much
movement on it lately, and I don't think it was designed for mobile
use.
I've also been thinking about a Kivy IDE on Android (so you can create
Kivy Android apps on Android). My current thoughts are to use Kivy
Launcher and text editors to develop and test run the apps, then
submit them to Buildozer (
https://github.com/kivy/buildozer) for
compilation to an Android app.
There is one Kivy IDE app I've found in the Play Store, but I haven't
played with it much yet. It's called QPython
(
https://play.google.com/store/apps/details?id=com.hipipal.qpyplus)
I'd love to hear your ideas for such a project. The IRC channel is
probably the best place to chat about it. #kivy on Freenode
--
Ben Rousch
bro...@gmail.com
http://clusterbleep.net/