Almenon

Results 181 issues of Almenon

I didn't even want to think of doing this because it meant working with java .... eww But I went to pycon and talked to the guys at pycharm -...

help wanted
MAJOR ENHANCEMENT

One of the people I spoke with at a python meetup said they would try AREPL out if it was a juypter notebook extension. I'm interested in this (juypter seems...

help wanted
MAJOR ENHANCEMENT

see https://codemirror.net/demo/complete.html also take a look at https://github.com/BayardRock/WebIntellisense

enhancement
MAJOR ENHANCEMENT

How breakpoints work currently is..... super hacky, but not in a good way. I simply slice off any text after the breakpoint. In simple cases this is okay but obviously...

enhancement

see https://github.com/sindresorhus/electron-store and https://github.com/nathanbuchar/electron-settings Provide a GUI for users to be able to edit settings

enhancement

Replication steps: 1. import turtle;turtle.forward(100) 2. exit out of turtle 3. Error logged to dev console: Uncaught Error: process exited with code 3489660927 in python-shell line 89 4. If user...

bug

When py2 is installed give users a message telling them to install python 3.

minor enhancement

The way I have breakpoints (where I simply execute the portion of code above the point) can't work with two points, for obvious reasons. There should only be one point...

bug

Currently user has to manually erase input which is really annoying

minor enhancement
UI