eric6/Documentation/Source/eric6.QScintilla.Exporters.ExporterHTML.html

changeset 7900
72b88fb20261
parent 7530
9f4fac61e7c7
child 7989
a21d673a8f99
equal deleted inserted replaced
7899:ecf67e07b6e0 7900:72b88fb20261
221 <p> 221 <p>
222 Public method to generate HTML for the source editor. 222 Public method to generate HTML for the source editor.
223 </p> 223 </p>
224 <dl> 224 <dl>
225 225
226 <dt><i>tabSize=</i></dt> 226 <dt><i>tabSize</i></dt>
227 <dd> 227 <dd>
228 size of tabs (integer) 228 size of tabs (integer)
229 </dd> 229 </dd>
230 <dt><i>useTabs=</i></dt> 230 <dt><i>useTabs</i></dt>
231 <dd> 231 <dd>
232 flag indicating the use of tab characters (boolean) 232 flag indicating the use of tab characters (boolean)
233 </dd> 233 </dd>
234 <dt><i>wysiwyg=</i></dt> 234 <dt><i>wysiwyg</i></dt>
235 <dd> 235 <dd>
236 flag indicating colorization (boolean) 236 flag indicating colorization (boolean)
237 </dd> 237 </dd>
238 <dt><i>folding=</i></dt> 238 <dt><i>folding</i></dt>
239 <dd> 239 <dd>
240 flag indicating usage of fold markers 240 flag indicating usage of fold markers
241 </dd> 241 </dd>
242 <dt><i>onlyStylesUsed=</i></dt> 242 <dt><i>onlyStylesUsed</i></dt>
243 <dd> 243 <dd>
244 flag indicating to include only style 244 flag indicating to include only style
245 definitions for styles used in the source (boolean) 245 definitions for styles used in the source (boolean)
246 </dd> 246 </dd>
247 <dt><i>titleFullPath=</i></dt> 247 <dt><i>titleFullPath</i></dt>
248 <dd> 248 <dd>
249 flag indicating to include the full file path 249 flag indicating to include the full file path
250 in the title tag (boolean) 250 in the title tag (boolean)
251 </dd> 251 </dd>
252 </dl> 252 </dl>

eric ide

mercurial