Opened 15 years ago
Closed 12 years ago
#849 closed defect (fixed)
command line completion and tips do not show up
Reported by: | timmie | Owned by: | |
---|---|---|---|
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)
Change History (6)
by , 15 years ago
Attachment: | Bildschirmfoto.png added |
---|
by , 15 years ago
Attachment: | Bildschirmfoto-GRASS GIS Ebenen-Manager.png added |
---|
by , 15 years ago
Attachment: | Bildschirmfoto-1.png added |
---|
comment:1 by , 15 years ago
comment:2 by , 14 years ago
Cc: | added |
---|---|
Keywords: | cmd added |
Please try out improved command prompt in 6.4.1.
comment:3 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Too old ticket, probably it's fixed. Reopen if needed.
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.
(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