[GRASS-dev] [GRASS GIS] #2225: Improvements python shell

#2225: Improvements python shell
--------------------------+-----------------------------------------------
  Reporter: jradinger | Owner: grass-dev@…
      Type: enhancement | Status: new
  Priority: normal | Milestone: 7.0.4
Component: wxGUI | Version: unspecified
Resolution: | Keywords: python shell, python tab, pyshell
       CPU: x86-32 | Platform: Linux
--------------------------+-----------------------------------------------
Changes (by wenzeslaus):

* keywords: => python shell, python tab, pyshell
* component: Python => wxGUI
* milestone: 7.0.0 => 7.0.4

Comment:

My Python shell tab has now ''Paste'' (Ctrl+V) and ''Paste Plus''
(Ctrl+Shift+V) options (see context menu). The second option executes the
following as expected:

{{{
print "a"
print "bb"
}}}

{{{
>>> print "a"
a
>>> print "bb"
bb
}}}

Again, all depends on the wxPython version. I suggest to close this ticket
as solved.

{{{
GRASS version: 7.0.4svn
...
Python: 2.7.10
wxPython: 3.0.2.0
Platform: Linux-4.2.0-34-generic-x86_64-with-Ubuntu-15.10-wily
}}}

--
Ticket URL: <https://trac.osgeo.org/grass/ticket/2225#comment:2&gt;
GRASS GIS <https://grass.osgeo.org>