Opened 15 years ago
Closed 15 years ago
#4032 closed enhancement (fixed)
keymap cli tool: add StyledEdit attributes
Reported by: | humdinger | Owned by: | axeld |
---|---|---|---|
Priority: | low | Milestone: | R1 |
Component: | Applications/Command Line Tools | Version: | R1/pre-alpha1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
This is hrev31133.
It'd be nice if keymap's dump function (-d) would add the StyledEdit styles attribute for fixed font formatting. Just that little bit of extra Haiku convenience... :)
Change History (3)
comment:1 by , 15 years ago
comment:2 by , 15 years ago
I thought it only dumps to the console if the -d option is given? At least its code appears to have the ability to write it to a BFile as well (see Keymap::Save()).
comment:3 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Keymap::Save() stores a binary keymap - it wouldn't make much sense to open that one with StyledEdit :-)
Anyway, implemented in hrev31196.
Note:
See TracTickets
for help on using tickets.
The keymap utility currently only dumps to the terminal, not a file, so it cannot write any attributes; this could be changed of course.