SlickEdit Community

SlickEdit Product Discussion => SlickEdit® => Topic started by: davehohl on July 11, 2012, 09:55:07 PM

Title: deleting include directories
Post by: davehohl on July 11, 2012, 09:55:07 PM
The Directories tab on Project Properties has a '+' icon to add include directories, but I cannot figure out how to delete include directories. Right-clicking on a directory does not bring up a menu, nor does pressing the delete key when the directory is selected do anything.

Am I missing something obvious? ???

SlickEdit 2012 (v17.0.0.8 32-bit)
Build Date: June 07, 2012
Emulation: CUA

OS: Windows 7
OS Version: 6.01.7601  Service Pack 1
Memory: 57% Load, 1901MB/3318MB Physical, 2818MB/6635MB Page File, 556MB/2047MB Virtual
Shell Info: C:\Windows\system32\cmd.exe /q
Screen Size: 1920 x 1200

Project Type: Cpp
Language: .c (C/C++)

Installation Directory: C:\Program Files\SlickEditV17.0.0\ (non-removable drive,NTFS,238167MB free)
Configuration Directory: U:\MyDocs\My SlickEdit Config\17.0.0\ (remote,NTFS,210248MB free)
Spill File: C:\Users\david.hohl\AppData\Local\Temp\$slk.0 (non-removable drive,NTFS,238167MB free)

Hotfixes:
U:\MyDocs\My SlickEdit Config\17.0.0\hotfixes\hotfix_se1700_1_cumulative.zip (Revision: 1)
Title: Re: deleting include directories
Post by: Graeme on July 12, 2012, 12:04:56 PM
Selecting the item and pressing the delete key works for me.  You can also "edit" the item and delete it all to nothing.  Are you sure the delete key doesn't work?
Title: Re: deleting include directories
Post by: davehohl on July 12, 2012, 04:22:18 PM
I cannot edit or delete the directory for that particular project, even after rebooting my PC. However, I switched to a different project and things worked fine, so something must be corrupted for that one project.

I looked in the .vpj file for the offending directory, but could not find it. It appears that the include file info must be stored somewhere else. If I knew where I might be able to edit the file to fix things.
Title: Re: deleting include directories
Post by: chrisant on July 12, 2012, 07:34:13 PM
Can you attach a screen shot to clarify?
Title: Re: deleting include directories
Post by: davehohl on July 12, 2012, 07:50:07 PM
Double-clicking on the directory path does not select it for editing, nor does delete key delete it.  It is also strange that there are two instances of "double click here to add another entry".
Title: Re: deleting include directories
Post by: chrisant on July 12, 2012, 08:06:29 PM
The directory is coming from your Compiler configuration (so it has to be edited in the Compiler Configuration dialog instead).

I think in v16 and earlier that list didn't show directories implicitly picked up from the compiler configuration.  I don't know if it's an intentional change in v17 or if it's accidental, but I agree it's a little confusing.

And yes, the two instances of "double click here" looks like a bug.  I tried to see an obvious way for the code to get two of them, but I didn't see an obvious way.  And for me there's only one.

I don't understand why the entries have expando/collapso buttons next to them (it seems like a flat list, not a tree).  I think that's a bug as well.
Title: Re: deleting include directories
Post by: davehohl on July 12, 2012, 08:24:06 PM
Thanks, chrisant! I was able to change the directory by going to the compiler config as you suggested.  HP++