Improvements:
- For multiline regexes, text is now colored as soon a start match
is found, also when there is no end match at all.
- The colorizing of any line is stopped after two thousand bytes,
to avoid frustrating delays.
- When environment variable NO_COLOR is set, the two default colors
(yellow for the spotlight, red for error messages) are suppressed
when no interface colors are specified in a nanorc file.
- Full justification and piping the whole buffer through a command
now keep the cursor at the same line number.
- Utility xsel can be used to copy a marked region to the system's
clipboard. See doc/sample.nanorc for an example.
ok naddy@
tweaks from op@ and me, ok op@
qpdfview is a tabbed document viewer. It uses Poppler for PDF support,
libspectre for PS support, DjVuLibre for DjVu support, CUPS for printing
support and the Qt toolkit for its interface.
see https://sqlite.org/releaselog/3_38_3.html
"Fix a case of the query planner be overly aggressive with optimizing
automatic-index and Bloom-filter construction, using inappropriate ON
clause terms to restrict the size of the automatic-index or Bloom
filter, and resulting in missing rows in the output."
The build was broken in the update to 3.10.2 due to the upstream commit
3ce6945f5f
This seems to have escaped notice of the maintainers because the build
system only whines and carries on instead of failing (although this was
also visible in the PLIST). Avoid use of undefined short names and NIDs
and do not use an inexistent flag.
ok sthen
A Godot build with the tools enabled is not really that great to run
standalone games due to the various extra checks that the engine does,
so disable the tools (i.e. the editor) in the -main package, but provide
a -tools package for folks that wants to develop games.
While here use target=release instead of debug_release for the -main
package: comments in the SConstruct file hints that debug_release
enables check useful only for development.
discussed many times with various people, tested by few (thanks!)
ok/improvements from sthen@