tonkv / qdevelop

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

Cannot open project in localized qdevelop #157

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Run in console localized IDE with project name as parameter
   e.g. qdevelop -l english projectname.pro
   or   qdevelop project.pro -l English

What is the expected output? What do you see instead?
Expected behavior:
qdevelop will detect parameter '-l' and will open IDE in language typed
behind this parameter, then will open project 'project.pro'

result ad 1. example:
Localized IDE is opened but no project is loaded.

result ad 2. example:
Project 'project.pro' is loaded but IDE is in the same language as
operating system.

What version of the product are you using? On what operating system?
svn.172 on Gentoo & WinXP

Please provide any additional information below.
Reading loop for given standard arguments (in main.cpp) should recognize
all known switches and their values regardless of arguments order.

Original issue reported on code.google.com by tomas.hanak@gmail.com on 22 Jul 2007 at 5:20

GoogleCodeExporter commented 8 years ago
Can you still reproduce this under revision 280 or higher?

Original comment by diegoi...@gmail.com on 5 Dec 2007 at 10:05

GoogleCodeExporter commented 8 years ago
Of course I can because the reading loop that reads input arguments (in file
main.cpp) was not changed yet...

Original comment by tomas.hanak@gmail.com on 6 Dec 2007 at 3:29

GoogleCodeExporter commented 8 years ago

Original comment by Lord.Div...@gmail.com on 30 Jan 2009 at 4:21

GoogleCodeExporter commented 8 years ago
Fixed in r374

Original comment by Lord.Div...@gmail.com on 6 Feb 2009 at 11:59