Peter Johnson

Results 151 issues of Peter Johnson

Currently, when two or more files are concatenated, line numbers continue. It would be useful if line numbering could be restarted between files. We also need to consider whether or...

enhancement
considering (minor)

For v3 I'm proposing to adopt the Linux convention of programs emitting no output when they execute without errors, other than any output sent to stdout when required. Therefore PasHi...

accepted (major)

Change so `--title` can have multiple params that will each be treated as a space separated word. Quoted params should still be able to be used to override this. A...

enhancement
considering (major)

This will allow for many more short form commands by using upper case letters. Doing this will allow use of `-v` as a synonym for `--verbosity` and `-V` as a...

enhancement
considering (major)

It would be useful if there's an option like --help command-name that displays detailed command help This could be one of: * Text displayed in terminal * Individual local HTML...

enhancement
considering (major)

When embedding a CSS file it's path has always to be specified, unless it is in PasHi's `%AppData%` directory (or in the "private" folder if issue #35 is implemented). It...

enhancement
considering (major)
considering (minor)

Any file a user edits or copies to the default CSS directory is danger of being overwritten when pashi is updated. Add a new option, say `--install-css` that takes the...

enhancement
considering (major)
considering (minor)

Add a new option, say `--installed-css-files` that lists the CSS files installed with PasHi. These should be any files in PasHi's `%AppData%` directory. Should issue #35 be implemented then any...

enhancement
considering (major)
considering (minor)

Pay particular attention to end of line chars. But note where `TStringReader.EOL` is used, don't replace with `EOL` from `UConsts` because they are different!

considering (major)
refactoring

Still using old version of [Clipboard Viewer Component](http://delphidabbler.com/software/cbview) that uses the old clipboard viewer API chain, which is unstable. Update to use the newer and stable clipboard listener API. Easiest...

Not fixed when project archived