Community
Participate
Working Groups
Provide documentation for the Remote Paths and Symbols Property page as well as the Settings Import/Export wizards.
Created attachment 115883 [details] proposed patch
Created attachment 115884 [details] images Zip file containing screenshot images. The image files should go in a directory called "images" in the doc.user plugin.
Created attachment 115998 [details] reworked patch This is a reworked patch for the changes that were recently committed. This patch contains a stylesheet (copied from CDT). All html files should link to this stylesheet in their header: <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <link rel="stylesheet" type="text/css" href="../../help.css"> <title>Remote Paths and Symbols, Symbols</title> </head>
I've committed this to HEAD, but I can't really test it because Help is screwed up in my runtime workbench :-( Thanks Mike.
Created attachment 116066 [details] fix to paths and symbols property page The original patch I submitted to this bug had a minor fix to the RDT UI plugin. Basically the properties page was named wrong, it was "Remote Paths and Includes" but it should be "Remote Paths and Symbols". This patch fixes just that.
Applied to HEAD. Thanks