adireddy / eclihx

Automatically exported from code.google.com/p/eclihx
0 stars 0 forks source link

Package explorer does not show files #55

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Package explorer does not show files with lower-case first letter

Original issue reported on code.google.com by System.g...@gmail.com on 6 Jan 2011 at 8:25

GoogleCodeExporter commented 9 years ago
Thank you for posting, I have successfully reproduced that issue. While the bug 
isn't closed I would recommend you to use eclipse Project Explorer View, which 
can be found in "Windows->Show View->Other... => General->Project Explorer".

Original comment by goodwi...@gmail.com on 11 Jan 2011 at 12:43

GoogleCodeExporter commented 9 years ago

Original comment by goodwi...@gmail.com on 11 Jan 2011 at 12:43

GoogleCodeExporter commented 9 years ago
After some investigation I decided not to fix this issue. That is because 
low-level letter in haxe files are expected according to file name convention. 
You can name your files with a lower-case and haxe compiler will successfully 
process them on case-insensitive file systems but it won't be so in 
case-sensitive one - haxe compiler will just ignore them. As currently package 
in package explorer shows only valid haxe names files, hiding lower-case files 
is expected behavior. 

Package explorer is planned to be significantly re-factored for being more 
friendly and do not hide every non-haxe resource, but this is planned for 
future (not for urgent bug fix). So in your case I would recommend you to 
either rename the files if this won't be paint-full in your source safe system, 
use standard Project Explorer view or, if these workarounds aren't suitable for 
your and doesn't let you use eclihx in your project, please create an 
enhancement ticket. Probably on some file systems it's ok to show lower-cases 
files with warning about unconventional name.

Original comment by goodwi...@gmail.com on 11 Jan 2011 at 11:41