]
George Gastaldi closed FORGE-1853.
----------------------------------
Assignee: George Gastaldi
Fix Version/s: 2.7.3.Final
(was: 2.x Future)
Resolution: Done
Commands run and touch disappearing after entering a class
----------------------------------------------------------
Key: FORGE-1853
URL:
https://issues.jboss.org/browse/FORGE-1853
Project: Forge
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: UI - Shell
Affects Versions: 2.6.0.Final
Reporter: Antonio Goncalves
Assignee: George Gastaldi
Fix For: 2.7.3.Final
Both commands {{touch}} and {{run}} disapear on completion using TAB when inside a class
(entity, CDI bean, java class....). You need to {{cd ..}} to bring it back :
{code}
[temp]$ press TAB the commands touch/run appear
[temp]$ project-new --named test
[test]$ press TAB the commands touch/run appear
[test]$ jpa-new-entity --named Speaker
[Speaker.java] press TAB the commands touch/run have disapeared
[Speaker.java] cd ..
[test]$ press TAB the commands touch/run appear
[model]$ cdi-new-bean --named MyBean
[MyBean.java]$ press TAB the commands touch/run have disapeared
{code}