-
With the rectangular selection feature, it is not possible to select a rectangle that extends beyond the last character on the last line of the selection. In the example below, I use x for characters not in the desired selection and S for characters to be selected.
The following is not possible:
xSSx
xSS
xS
While the following is:
xSSx
xS
xSS
Note also that the following isn't...
2009-09-28 12:27:52 UTC in Scintilla
-
opk committed revision 5732 to the GAR Solaris Package Build System SVN repository, changing 2 files.
2009-07-30 10:33:34 UTC in GAR Solaris Package Build System
-
opk committed revision 5669 to the GAR Solaris Package Build System SVN repository, changing 2 files.
2009-07-27 15:04:33 UTC in GAR Solaris Package Build System
-
opk committed revision 5638 to the GAR Solaris Package Build System SVN repository, changing 7 files.
2009-07-24 12:47:02 UTC in GAR Solaris Package Build System
-
I've attached some example XML source.
With the more recent versions of docbook-xsl, I see that I can select K&R style for the synopsis which makes sense for Fortran. However, the problem occurs also with a C or C++ function synopsis.
File Added: example.xml.
2009-02-11 11:04:07 UTC in DocBook
-
I've just noticed that the solution to making the \c work on Solaris is to put it inside the double quotes. To adapt my patch, simply change the line:
"\c
.
to:
\c"
..
2009-02-10 16:39:45 UTC in DocBook
-
I have tried the snapshot and the man pages do appear to be working again. Thanks.
Angle brackets where was used are still gone but that's minor.
2009-02-10 16:21:39 UTC in DocBook
-
In some man pages, the usage synopsis is being cut short with later parameters lost. This is because the .BI macro can only take up to 6 arguments. (see http://www.linux.com/feature/34212)
The solution is to use multiple .BI lines with a \c at the end of all but the last line to avoid adding extra spaces. This \c doesn't actually appear to work on Solaris but a spurious space (before a comma...
2009-02-10 16:11:18 UTC in DocBook
-
An alternative to finding a Solaris machine might be to try to Heirloom Documentation Tools on Linux (http://heirloom.sourceforge.net/doctools.html). Otherwise, it isn't too hard to run OpenSolaris in VirtualBox. Unfortunately all the Solaris boxes I use are on a secure LAN so I can't offer you a login. I should warn you that I've got one more manpage bug that'll I'll be reporting on Monday. I...
2009-02-07 14:46:34 UTC in DocBook
-
In a document I have, filename extensions are referenced using syntax such as .dat. In the generated manpage, this appears as:
\fI\.dat\fR
on it's own line.
While this appears to work on Linux, on Solaris, this results in the man page being truncated. This is because the initial dot is being treated as introducing a macro despite the quoting. So this is an error in the...
2009-02-06 15:51:42 UTC in DocBook