This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 231206 - Windows: IDE forgets previous folder in Build Tools tab
Summary: Windows: IDE forgets previous folder in Build Tools tab
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Project (show other bugs)
Version: 7.4
Hardware: PC Windows XP
: P2 normal (vote)
Assignee: Maria Tishkova
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-13 11:12 UTC by soldatov
Modified: 2013-06-25 02:44 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description soldatov 2013-06-13 11:12:05 UTC
I see this problem on Windows only

Scenario:
- Push Tools|Options
- Click on C/C++ icon
- Activate Build Tools tab
- Find "C Compiler" field and Press ... button
==> I see "My Documents" folder
- Select cygwin\bin\gcc.exe
- Find "C++ Compiler" field and Press ... button
==> I see "My Documents" folder
Comment 1 Leonid Lenyashin 2013-06-13 12:57:36 UTC
Please evaluate against Beta Showstopper status
Comment 2 igor_nikiforov 2013-06-14 10:24:38 UTC
We have discussed this with Valera and decided that this is not Beta showstopper.

There are plenty of workarounds:
  - user can copy&paste path;
  - user can select correct directory each time (this more or less acceptable as creating a tool collection is rare operation).
Comment 3 Leonid Lenyashin 2013-06-14 10:59:50 UTC
is it a P2 then?
Comment 4 igor_nikiforov 2013-06-20 11:48:27 UTC
Looks like the issue was introduced by FileChooser changes. Transferring to Maria for further investigations.

For some reason the validation of current directory happens more when once. And the information about it is lost during second validation.

The breakpoint can be set in ToolCollectionPanel.selectTool.
Comment 5 Maria Tishkova 2013-06-21 12:04:39 UTC
fixed in http://hg.netbeans.org/cnd-main/rev/437d36017004
Comment 6 Quality Engineering 2013-06-25 02:44:13 UTC
Integrated into 'main-golden', will be available in build *201306242301* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/437d36017004
User: Maria Tishkova <mromashova@netbeans.org>
Log: fixed bz#231206 - Windows: IDE forgets previous folder in Build Tools tab