Bug 125663 - Make inspector folder groups smarter in JavaScriptCore.xcodeproj
Summary: Make inspector folder groups smarter in JavaScriptCore.xcodeproj
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-12 15:18 PST by Joseph Pecoraro
Modified: 2013-12-13 15:04 PST (History)
2 users (show)

See Also:


Attachments
[PATCH] Proposed Fix (14.75 KB, patch)
2013-12-12 15:20 PST, Joseph Pecoraro
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Joseph Pecoraro 2013-12-12 15:18:31 PST
Make the groups reflect their file system path instead of being a path relative to the project root.

Now if you right click "inspector" and Add File, Xcode will automatically show the file picker for the Source/JavaScriptCore/inspector file system path, instead of Source/JavaScriptCore. Likewise for the subfolder groups ("remote", "scripts").
Comment 1 Joseph Pecoraro 2013-12-12 15:20:26 PST
Created attachment 219128 [details]
[PATCH] Proposed Fix
Comment 2 Joseph Pecoraro 2013-12-13 15:04:24 PST
Landed r160558: <http://trac.webkit.org/changeset/160558>