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 146408 - Cannot change paths in 'Code Assistance' tab
Summary: Cannot change paths in 'Code Assistance' tab
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Sergey Grinev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-06 12:58 UTC by soldatov
Modified: 2008-09-09 17:18 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 2008-09-06 12:58:36 UTC
In NetBeans 6.1 I haven't such problem. But in NB6.5 on windows I cann't add palmos-sdk as compiler collection.

I have such environment:
Cygwin is installed into C:/Cygwin_dir directory
PalmOS-sdk is installed into C:/Cygwin_dir directory also
'm68k-palmos-gcc.exe -E -x c -v nul' returns such paths:
 /PalmDev/sdk-5r4/include
 /PalmDev/sdk-5r4/include/Libraries
 /PalmDev/sdk-5r4/include/Libraries/Telephony
 /PalmDev/sdk-5r4/include/Libraries/Telephony/UI
 ...
But /PalmDev is symlink to other windows directory
$ cygpath.exe -w /PalmDev/
E:\Palm_OS_Developer_Suite\

Therefore I need to change all paths in 'Code Assistance' tab from 'C:\Cygwin_dir\PalmDev\...' on
'E:\Palm_OS_Developer_Suite\...'.
Close and Open 'Options' window
==> IDE changed all paths on 'C:\cygwin_dirE:\Palm_OS_Developer_Suite\...'
Comment 1 soldatov 2008-09-07 15:38:55 UTC
I can reproduce this problem with MinGW also.
Scenario:
- Add 'D:/Qt/4.3.2/include' path into 'Code Assistance' tab
- Close and Open 'Options' window
==> Paths in 'Code Assistance' tab are broken ('D:\MinGWD:\MinGW\include')
Comment 2 Sergey Grinev 2008-09-08 11:50:10 UTC
it's a seriours regression, any change of paths in Code Assistance tabs leads to broken paths.
Comment 3 Sergey Grinev 2008-09-08 17:07:25 UTC
fixed http://hg.netbeans.org/main?cmd=changeset;node=823a1cfa2f7e
Comment 4 Quality Engineering 2008-09-09 17:18:40 UTC
Integrated into 'main-golden', will be available in build *200809091401* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/823a1cfa2f7e
User: Sergey Grinev <sergius@netbeans.org>
Log: fixed #146408 Cannot change paths in 'Code Assistance' tab