]
Daniel Cunha reassigned FORGE-1538:
-----------------------------------
Assignee: Daniel Cunha
No TAB completion when cd ../ to another class
----------------------------------------------
Key: FORGE-1538
URL:
https://issues.jboss.org/browse/FORGE-1538
Project: Forge
Issue Type: Sub-task
Components: UI - Shell
Affects Versions: 2.0.0.Final
Reporter: Antonio Goncalves
Assignee: Daniel Cunha
Fix For: 2.x Future
Let's say I have the {{Book}} and {{Musician}} entity. When I'm on {{Book}} to go
to {{Musician}} I can :
{code}
[Book.java]$ cd ../Musician.java
[Musician.java]$
{code}
Unfortunatelly there is not TAB completion
{code}
[Book.java]$ cd ../ TAB
[Book.java]$ cd ../Mu TAB
{code}