This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 269341 - tab completion of Java Platform Shell does not work in every case
Summary: tab completion of Java Platform Shell does not work in every case
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: JShell (show other bugs)
Version: 8.1
Hardware: PC Linux
: P3 normal (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-12-14 21:32 UTC by muellermi
Modified: 2017-05-05 12:30 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
IDE log (110.33 KB, text/plain)
2016-12-14 21:32 UTC, muellermi
Details

Note You need to log in before you can comment on or make changes to this bug.
Description muellermi 2016-12-14 21:32:20 UTC
Product Version = NetBeans IDE Dev (Build 201612070001)
Operating System = Linux version 4.4.0-53-generic running on amd64
Java; VM; Vendor = 1.8.0_111
Runtime = Java HotSpot(TM) 64-Bit Server VM 25.111-b14

Reproducibility: Happens every time

STEPS:
  * Open Java Platform Shell
  * type "/classpath /ho"
  * press tab

ACTUAL:
  nothing happens

EXPECTED:
  the shell completes the path ("/home/"
Comment 1 muellermi 2016-12-14 21:32:24 UTC
Created attachment 163237 [details]
IDE log
Comment 2 Svata Dedic 2017-05-05 12:30:20 UTC
filename completion for shell commands was not planned; but would be nice to have - marking as enhancement.