Opened 14 years ago

Closed 11 years ago

#849 closed defect (fixed)

command line completion and tips do not show up

Reported by: timmie Owned by: grass-dev@…
Priority: normal Milestone: 6.5.0
Component: wxGUI Version: svn-develbranch6
Keywords: cmd Cc: michael.barton@…, martinl
CPU: Unspecified Platform: Unspecified

Description

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

Attachments (3)

Bildschirmfoto.png (48.1 KB ) - added by timmie 14 years ago.
Bildschirmfoto-GRASS GIS Ebenen-Manager.png (26.4 KB ) - added by timmie 14 years ago.
Bildschirmfoto-1.png (47.9 KB ) - added by timmie 14 years ago.

Download all attachments as: .zip

Change History (6)

by timmie, 14 years ago

Attachment: Bildschirmfoto.png added

by timmie, 14 years ago

Attachment: Bildschirmfoto-1.png added

comment:1 by cmbarton, 14 years ago

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

comment:2 by martinl, 13 years ago

Cc: martinl added
Keywords: cmd added

Please try out improved command prompt in 6.4.1.

comment:3 by annakrat, 11 years ago

Resolution: fixed
Status: newclosed

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

Note: See TracTickets for help on using tickets.