[GRASS-dev] [GRASS GIS] #849: command line completion and tips do not show up

#849: command line completion and tips do not show up
-------------------------+--------------------------------------------------
Reporter: timmie | Owner: grass-dev@lists.osgeo.org
     Type: defect | Status: new
Priority: normal | Milestone: 6.5.0
Component: wxGUI | Version: svn-develbranch6
Keywords: | Platform: Unspecified
      Cpu: Unspecified |
-------------------------+--------------------------------------------------
1) Grass waschecked out from SVN:
https://svn.osgeo.org/grass/grass/branches/develbranch_6

Revision: 40163

2) Grass was configured with the following options:

CFLAGS="-g -Wall" ./configure \
--with-cxx --with-freetype=yes \
--with-postgres=no \
--with-sqlite=yes \
--enable-largefile=yes \
--with-tcltk-includes=/usr/include/tcl8.4 \
--with-freetype-includes=/usr/include/freetype2 \
--with-python=/usr/bin/python2.6-config \
--with-wxwidgets=yes \
--with-nls --enable-largefile \
--with-proj-share=/usr/share/proj \
--with-geos=yes \
--with-sqlite3=yes \
--with-ecw=yes \
--with-readline

3) then make was executed and sudo checkinstall was used to create &
install the package
4) then GRASS was run with grass65
5) the commandline does not work: no TAB completion, no tooltips

--
Ticket URL: <http://trac.osgeo.org/grass/ticket/849&gt;
GRASS GIS <http://grass.osgeo.org>

#849: command line completion and tips do not show up
--------------------------+-------------------------------------------------
  Reporter: timmie | Owner: grass-dev@lists.osgeo.org
      Type: defect | Status: new
  Priority: normal | Milestone: 6.5.0
Component: wxGUI | Version: svn-develbranch6
Resolution: | Keywords:
  Platform: Unspecified | Cpu: Unspecified
--------------------------+-------------------------------------------------
Comment (by cmbarton):

Command line autocompletion and calltips work on Mac as of r40166. But
find does not. Find by description shows 'x modules found' in the status
bar but nothing else. Find by keyword produces the following error.

{{{
Traceback (most recent call last):
   File "/Users/cmbarton/grass_dev/grass65_dev/dist.i386
-apple-darwin10.2.0/etc/wxpython/gui_modules/goutput.py",
line 572, in OnSearchModule

if self.__checkKey(text, data['keywords']):
AttributeError
:
'GMConsole' object has no attribute '_GMConsole__checkKey'
Traceback (most recent call last):
   File "/Users/cmbarton/grass_dev/grass65_dev/dist.i386
-apple-darwin10.2.0/etc/wxpython/gui_modules/goutput.py",
line 572, in OnSearchModule

if self.__checkKey(text, data['keywords']):
AttributeError
:
'GMConsole' object has no attribute '_GMConsole__checkKey'
Traceback (most recent call last):
   File "/Users/cmbarton/grass_dev/grass65_dev/dist.i386
-apple-darwin10.2.0/etc/wxpython/gui_modules/goutput.py",
line 572, in OnSearchModule

if self.__checkKey(text, data['keywords']):
AttributeError
:
'GMConsole' object has no attribute '_GMConsole__checkKey'
Traceback (most recent call last):
   File "/Users/cmbarton/grass_dev/grass65_dev/dist.i386
-apple-darwin10.2.0/etc/wxpython/gui_modules/goutput.py",
line 572, in OnSearchModule

if self.__checkKey(text, data['keywords']):
AttributeError
:
'GMConsole' object has no attribute '_GMConsole__checkKey'
Traceback (most recent call last):
   File "/Users/cmbarton/grass_dev/grass65_dev/dist.i386
-apple-darwin10.2.0/etc/wxpython/gui_modules/goutput.py",
line 572, in OnSearchModule

if self.__checkKey(text, data['keywords']):
AttributeError
:
'GMConsole' object has no attribute '_GMConsole__checkKey'
Traceback (most recent call last):
   File "/Users/cmbarton/grass_dev/grass65_dev/dist.i386
-apple-darwin10.2.0/etc/wxpython/gui_modules/goutput.py",
line 572, in OnSearchModule

if self.__checkKey(text, data['keywords']):
AttributeError
:
'GMConsole' object has no attribute '_GMConsole__checkKey'
Traceback (most recent call last):
   File "/Users/cmbarton/grass_dev/grass65_dev/dist.i386
-apple-darwin10.2.0/etc/wxpython/gui_modules/goutput.py",
line 572, in OnSearchModule

if self.__checkKey(text, data['keywords']):
AttributeError
:
'GMConsole' object has no attribute '_GMConsole__checkKey'
Traceback (most recent call last):
   File "/Users/cmbarton/grass_dev/grass65_dev/dist.i386
-apple-darwin10.2.0/etc/wxpython/gui_modules/goutput.py",
line 572, in OnSearchModule

if self.__checkKey(text, data['keywords']):
AttributeError
:
'GMConsole' object has no attribute '_GMConsole__checkKey'
Traceback (most recent call last):
   File "/Users/cmbarton/grass_dev/grass65_dev/dist.i386
-apple-darwin10.2.0/etc/wxpython/gui_modules/goutput.py",
line 572, in OnSearchModule

if self.__checkKey(text, data['keywords']):
AttributeError
:
'GMConsole' object has no attribute '_GMConsole__checkKey'
}}}

(NB: the keywords are so general that I'm not sure that keyword searches
are very helpful to most users). Also, the output window needs to trap
command as well as control as I had it before. In fact, if it traps
command, it traps both the Mac Cmd and Linux/Windows Ctrl meta keys for
copy/paste.

Michael

--
Ticket URL: <http://trac.osgeo.org/grass/ticket/849#comment:1&gt;
GRASS GIS <http://grass.osgeo.org>

#849: command line completion and tips do not show up
-------------------------+--------------------------------------------------
Reporter: timmie | Owner: grass-dev@…
     Type: defect | Status: new
Priority: normal | Milestone: 6.5.0
Component: wxGUI | Version: svn-develbranch6
Keywords: cmd | Platform: Unspecified
      Cpu: Unspecified |
-------------------------+--------------------------------------------------
Changes (by martinl):

* cc: martinl (added)
  * keywords: => cmd

Comment:

Please try out improved command prompt in 6.4.1.

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

#849: command line completion and tips do not show up
--------------------------+-------------------------------------------------
  Reporter: timmie | Owner: grass-dev@…
      Type: defect | Status: closed
  Priority: normal | Milestone: 6.5.0
Component: wxGUI | Version: svn-develbranch6
Resolution: fixed | Keywords: cmd
  Platform: Unspecified | Cpu: Unspecified
--------------------------+-------------------------------------------------
Changes (by annakrat):

  * status: new => closed
  * resolution: => fixed

Comment:

Too old ticket, probably it's fixed. Reopen if needed.

--
Ticket URL: <http://trac.osgeo.org/grass/ticket/849#comment:3&gt;
GRASS GIS <http://grass.osgeo.org>