[Gambas-user] Possible bug in IDE
Willy Raets
willy at ...2734...
Wed Oct 8 16:53:20 CEST 2014
Try this at home and see what goes wrong.
Both 3.5.4 and 3.5.90 (rev#6521) show this behaviour.
1. Open a project in IDE
2. In project browser
- right click 'Sources'
- select 'New'
- select 'Module'
- Click tab 'Existing'
- 'Gambas modules (*.module) is the correct filter set
3. Repeat step 2 for Class, Form and Report (if gb.report activated)
All should be good so far and correct filters should be shown.
4. In Project browser
- right click 'Data'
- select 'New'
- select 'Image'
- click tab 'Existing'
- 'Gambas modules (*.module) is the WRONG filter set!!
5. Repeat step 4 for HTML file, Stylesheet, Javascript file and Other
You see what goes wrong in the filter.
Somehow the filters of Sources are kept.
No to make it even odder try this:
1. Open ANOTHER project in IDE (important)
2. In Project browser
- right click 'Data'
- select 'New'
- select 'Image'
- click tab 'Existing'
- 'Images files (*.png,*jpg,..) is the correct filter set
3. Repeat step 4 for HTML file, Stylesheet, Javascript file and Other
All should be good so far and correct filters should be shown.
4. In project browser
- right click 'Sources'
- select 'New'
- select 'Module'
- Click tab 'Existing'
- 'Images files (*.png,*jpg,..) is the WRONG filter set!!
5. Repeat step 2 for Class, Form and Report (if gb.report activated)
You see what goes wrong in the filter.
This time the filters of Data are kept.
So, filters seem to depend on if you first right clicked 'Sources' or
'Data' in the Project browser.
--
Kind regards,
Willy (aka gbWilly)
http://gambasshowcase.org/
http://howtogambas.org
http://gambos.org
More information about the User
mailing list