Peter Johnson
Peter Johnson
Given that PasHiGUI also accepts file drops / pastes, should PasHi also accept files copied to the clipboard? _Originally posted by @delphidabbler in https://github.com/delphidabbler/pashi/issues/73#issuecomment-1296059898_
PasHi & PasHiGUI use different methods of accessing the clipboard. Reading code is different in each program: PasHi uses low level API calls while PasHiGUI uses OLE. Writing code uses...
In next major release the following command options need to be removed or changed following deprecation in the current version: - Remove `html4` option from `--doc-type` command. - Change default...
It would be useful to be able to see the PasHi command line used by PasHiGUI when it executes PasHi. Possibly use an optional pane displayed at the bottom of...
It would be interesting / useful for debugging to be able to see any output displayed by PasHi on stderr when it is executed from within PasHiGUI.
At the moment lines separating concatenated files are numbered. It would be useful to have a Boolean command, say `--separator-line-numbering` that enables or disables line numbering. The command would only...
Allow combinations of levels, connected by plus signs: * info - just display sign-on, sign-off messages * warn - just display warnings * error - just display errors So: *...
Issue #70 proposed having a command to include a list of files to be highlighted. Issue #71 proposed adding a command to temporarily switch config files. In the comments to...
There's only one test file that stress tests the parser, but in the course of development there were further test files for testing UTF8, UTF32, trimming etc. It would be...
It would be useful to prepend the file name before a file, especially when there are more than one concatenated files.