[GRASS-dev] Re: [GRASS GIS] #849: command line completion and tips
do not show up
GRASS GIS
trac at osgeo.org
Thu Dec 31 15:29:45 EST 2009
#849: command line completion and tips do not show up
--------------------------+-------------------------------------------------
Reporter: timmie | Owner: grass-dev at 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>
GRASS GIS <http://grass.osgeo.org>
More information about the grass-dev
mailing list