Commit Graph

5 Commits

Author SHA1 Message Date
Dan Smith
68f6a46f5c Add a basic pre-commit config
Also fix some things it cleaned up in default config.
2023-10-02 17:12:42 -07:00
Dan Drogichen
4f0511e149 Allow specification of the hexdump address format
Further edits to patch from Dan Smith
#      Fri Jul 18 07:58:00 2014 -0700

Change default addrfmt to %(addr)03i as discussed.
Catch several exceptions resulting from format string errors
observed in testing, and use the default format, as discussed.

Revised the README.developers entry for hexdump_addrfmt as discussed.

Alphabetized the README.developers directive descriptions, and made
a few other minor edits as per the related #1767 patch submitted
#      Tue Jul 15 11:40:21 2014 -0700
2014-07-20 11:37:55 -07:00
Dan Smith
ed2368a638 Allow specification of the hexdump address format
This allows developers to override the address format used during
whole-diff (and potentially other) hexdump operations.

Idea and much of the implementation borrowed from Dan Drogichen

Related to #1767
2014-07-18 07:58:00 -07:00
Dan Drogichen
98eb5e463f [developer] Control fontsize of file browser display - #1697
Add user specification of the font size to use for the developer tools
file browser display, without affecting any other Chirp displays.
This is done with a new chirp.config integer property browser_fontsize
in the [developer] section. The default size is unchanged at 10.
Values between 4 and 144 are accepted; others result in the default.

Add documentation of browser_fontsize to the README.developers file.

#1697
2014-06-18 14:08:02 -07:00
Dan Drogichen
f12aadbbf6 [developer] Control fontsize of hex diff/dump display - #1681
Add user specification of the font size to use for the hex diff/dump
display, without affecting any other Chirp displays.
This is done with a new chirp.config integer property diff_fontsize
in a new [developer] section. The default is unchanged at 11.
Values between 4 and 144 are accepted; others result in the default.

Add a new file README.developers at the top level of the repository
to document chirp.config [developer] section properties.

#1681
2014-06-07 09:46:34 -07:00