ThomasV
|
a7fa92b66f
|
Merge pull request #6387 from verretor/clear-console
Keep current input when clearing Python console
|
2020-07-29 17:49:45 +02:00 |
|
Benoit Verret
|
c8a4c11a78
|
Remove __main__ from console.py
The Python console isn't meant to run as a standalone.
|
2020-07-17 13:59:55 -04:00 |
|
Benoit Verret
|
db5d5183d7
|
Keep current input when clearing Python console
Ctrl+L should clear the whole console except the current line like
a standard Python console.
|
2020-07-14 12:00:54 -04:00 |
|
Benoit Verret
|
c5577b0271
|
Clean console.py
Remove a nonessential line and fix a typo.
|
2020-07-14 09:24:34 -04:00 |
|
SomberNight
|
b11cb11d95
|
qt console: failed to print certain objects with custom __eq__
|
2019-05-05 17:59:45 +02:00 |
|
SomberNight
|
441da52b51
|
fix more DeprecationWarnings
|
2019-03-27 19:27:45 +01:00 |
|
SomberNight
|
026448837f
|
no more "import *"
fixes #5101
fixes #5105
|
2019-02-11 20:21:24 +01:00 |
|
SomberNight
|
5e0179dac4
|
qt console: expose more refs, and fix auto-complete for >2 depth
|
2018-10-29 00:20:45 +01:00 |
|
SomberNight
|
d759546b32
|
qt console: fix word wrap
|
2018-10-03 18:26:09 +02:00 |
|
SomberNight
|
33d14e4238
|
some import clean-up in qt
|
2018-09-25 18:15:28 +02:00 |
|
Janus
|
097ac144d9
|
file reorganization with top-level module
|
2018-07-13 14:01:37 +02:00 |
|