From 4eb9c1a7127d249241305e4684010825ae6b218a Mon Sep 17 00:00:00 2001 From: Ken Ryall Date: Wed, 13 Jun 2007 22:48:12 +0000 Subject: Bug 191521 updated N&N. --- doc/org.eclipse.cdt.doc.user/book.css | 51 +++++++++++++++++++++ .../concepts/cdt_c_whatsnew.htm | 6 +-- .../images/nn_basic_settings.png | Bin 13216 -> 32791 bytes .../images/nn_codeFoldingPrefs.gif | Bin 16874 -> 13353 bytes 4 files changed, 53 insertions(+), 4 deletions(-) create mode 100644 doc/org.eclipse.cdt.doc.user/book.css (limited to 'doc') diff --git a/doc/org.eclipse.cdt.doc.user/book.css b/doc/org.eclipse.cdt.doc.user/book.css new file mode 100644 index 00000000000..8f09f90e7b3 --- /dev/null +++ b/doc/org.eclipse.cdt.doc.user/book.css @@ -0,0 +1,51 @@ +/* following font face declarations need to be removed for DBCS */ + + +body, h1, h2, h3, h4, p, table, td, caption, th, ul, ol, dl, li, dd, dt {font-family: Arial, sans-serif; color: #000000} +pre { font-family: Courier, monospace} + +/* end font face declarations */ + +/* following font size declarations should be OK for DBCS */ +body, h1, h2, h3, h4, p, table, td, caption, th, ul, ol, dl, li, dd, dt {font-size: 10pt; } +pre { font-size: 10pt} + +/* end font size declarations */ + +body { background: #FFFFFF} +h1 { font-size: 18pt; margin-top: 5; margin-bottom: 1 } +h2 { font-size: 14pt; margin-top: 25; margin-bottom: 3 } +h3 { font-size: 11pt; margin-top: 20; margin-bottom: 3 } +h4 { font-size: 10pt; margin-top: 20; margin-bottom: 3; font-style: italic } +p { font-size: 10pt; } +pre { margin-left: 6; font-size: 9pt } + +a:link { color: #006699 } +a:visited { color: #996699 } +a:hover { color: #006699 } + +ul { margin-top: 0; margin-bottom: 10 } +li { margin-top: 0; margin-bottom: 0 } +li p { margin-top: 0; margin-bottom: 0 } +ol { margin-top: 0; margin-bottom: 10 } +dl { margin-top: 0; margin-bottom: 10 } +dt { margin-top: 0; margin-bottom: 0; font-weight: bold } +dd { margin-top: 0; margin-bottom: 0 } +strong { font-weight: bold} +em { font-style: italic} +var { font-style: italic} +div.revision { border-left-style: solid; border-left-width: thin; + border-left-color: #7B68EE; padding-left:5 } +th { font-weight: bold } + +/* Mike Behm's addition to the style sheet */ +.userinput { font-family: monospace; } +.guitab, .important, .guibutton, .selectblue, .guimenu, .guilabel, +.notetitle { + color: #000000; + font-family: helvetica, arial, sans-serif; + font-weight: bold; + } +div.linux {display:none;} +.firsterm {font-style:italic;} + diff --git a/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_whatsnew.htm b/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_whatsnew.htm index cf05cac5106..5432710301f 100644 --- a/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_whatsnew.htm +++ b/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_whatsnew.htm @@ -17,8 +17,7 @@ tr {vertical-align: top;} -

CDT 4.0 - New and Noteworthy

- +

CDT 4.0 - New and Noteworthy

CDT 4.0 includes new features in the editor, new code navigation tools, debugger enhancements, and other improvements. @@ -45,8 +44,7 @@ tr {vertical-align: top;} +

diff --git a/doc/org.eclipse.cdt.doc.user/images/nn_basic_settings.png b/doc/org.eclipse.cdt.doc.user/images/nn_basic_settings.png index 7b9b110425d..5a64de28d83 100644 Binary files a/doc/org.eclipse.cdt.doc.user/images/nn_basic_settings.png and b/doc/org.eclipse.cdt.doc.user/images/nn_basic_settings.png differ diff --git a/doc/org.eclipse.cdt.doc.user/images/nn_codeFoldingPrefs.gif b/doc/org.eclipse.cdt.doc.user/images/nn_codeFoldingPrefs.gif index 03b0ca4ba09..d235fe9de6a 100644 Binary files a/doc/org.eclipse.cdt.doc.user/images/nn_codeFoldingPrefs.gif and b/doc/org.eclipse.cdt.doc.user/images/nn_codeFoldingPrefs.gif differ -- cgit v1.2.3

Project Templates

Projects can be created from one of the available templates. Project templates include wizard pages that let you configure basic settings for new project code.

-

-