saniljhaveri / avr-project-ide

Automatically exported from code.google.com/p/avr-project-ide
0 stars 0 forks source link

default file types flipped when select add file from context menu #52

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.open IDE
2.context click source files or header files
3.select new

What is the expected output? What do you see instead?
expected source open file cdlg to default to *.cpp
expected header open file cdlg to default to *.h
they come up flipped
source brings up .h files and header brings up .cpp files (by default)

What version of the product are you using? On what operating system?
86 on XP pro

Please provide any additional information below.
looks like a little flipped info when using the file dialog??

Original issue reported on code.google.com by theKI...@gmail.com on 25 May 2010 at 7:29

GoogleCodeExporter commented 8 years ago
actually the filter should remember what you chose last time. the program 
doesn't 
actually know or care where you right clicked from.

i'll look into the issue and see where i might make improvements

Original comment by frank.zhao.main@gmail.com on 25 May 2010 at 10:18

GoogleCodeExporter commented 8 years ago
Thanks for the information.  Ill try to create all my .c/.cpp and then create 
all the headers so I don't have to keep changing back and forth

Thanks again!
Kiwsa

Original comment by theKI...@gmail.com on 11 Jun 2010 at 4:48