You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|pre-prefix |here:: |Yes |Yes |Yes | A prefix staying unaffected by format. |
47
-
|prefix |::here: |Yes |Yes |Yes | A prefix affected by format. |
48
-
|content |:here: |Yes |Yes |Yes | Format codes to be put here. |
49
-
|suffix |:here:: |Yes |Yes |Yes | A suffix affected by format. |
50
-
|suf-suffix |::here |Yes |Yes |Yes | A suffix staying unaffected by format. |
51
-
|Color Tag |$code |Yes |Yes |Yes | To choose a format or color from a set of 16 predefined colors. |
52
-
|6 digit hex color |#RRGGBB |Yes |Yes |Yes | To assign a font color using a 6 digit hex number as #RRGGBB. |
53
-
|3 digit hex color |#RGB |Yes |Yes |Yes | To assign a font color using a 6 digit hex number as #RGB. |
54
-
|1 digit hex color |#G |Yes |Yes |Yes | To assign a font color using a 6 digit hex number as #Grey Scale Value from 0-F. |
55
-
|6 digit hex bg |@RRGGBB|Yes |Yes |Yes | To assign a background color using a 6 digit hex number as #RRGGBB. |
56
-
|3 digit hex bg |@RGB|Yes |Yes |Yes | To assign a background color using a 6 digit hex number as #RGB. |
57
-
|1 digit hex bg |@G|Yes |Yes |Yes | To assign a background color using a 6 digit hex number as #Grey Scale Value from 0-F. |
58
-
|Bracket Formats |[code]|Yes |Yes |No | To assign a font color as [RRGGBB]or[RRGGBBAA], background color as [@RRGGBB]or[@RRGGBBAA] or a format as [UNDERLINE],[STRIKE]. |
59
-
|Time Format |<format>|Yes |Yes |Yes | To define a time format and put a time string formatted accordingly as pre-prefix. |
60
-
|Default Time |T |Yes |Yes |Yes | To put a time string as pre-prefix. |
61
-
|Bold |b |Yes |No |Yes | Bold Text |
62
-
|Faint |f |No |No |? | Faint/Condensed Text |
63
-
|Italics |i |Yes |No |Yes | Italics Text |
64
-
|Underline |u |Yes |No |Yes | Underlined Text |
65
-
|Reverse |rev |Yes |No |No | Reverses the font and background color |
|Overline |o |No |No |? | Put a line over the text |
71
-
|Format Repeater |~|Yes |Yes |Yes | To repeat the format for unmatched input strings. |
72
-
|String Formatter |%ns |Yes |Yes |? | To format a string to fit 'n' characters, right aligned if positive, left aligned if negative. Give in a * for center align. |
73
-
|New Line |n |Yes |Yes |? | To append a new line. |
74
-
|Tab Space |t |Yes |Yes |? | To prepend a tab space |
75
-
|Word Wrap |wnw |Yes |Yes |? | Word Wrap input to fit a width of 'n' and apply the same format to each line. |
76
-
|Splitter |xcx |Yes |Yes |? | Split the given input about each occurrance of 'c'. |
77
-
|Repeater |R |Yes |Yes |Yes | Reuse the decorators from start when input exceeds them. |
78
-
|Meta Data |P C or M |Yes |Yes |Yes | P -> package name, C -> class name, M -> method name. |
| pre-prefix | here:: | Yes | Yes | Yes | A prefix staying unaffected by format. |
47
+
| prefix | ::here: | Yes | Yes | Yes | A prefix affected by format. |
48
+
| content | :here: | Yes | Yes | Yes | Format codes to be put here. |
49
+
| suffix | :here:: | Yes | Yes | Yes | A suffix affected by format. |
50
+
| suf-suffix | ::here | Yes | Yes | Yes | A suffix staying unaffected by format. |
51
+
| Color Tag | $code | Yes | Yes | Yes | To choose a format or color from a set of 16 predefined colors. |
52
+
| 6 digit hex color | #RRGGBB | Yes | Yes | Yes | To assign a font color using a 6 digit hex number as #RRGGBB. |
53
+
| 3 digit hex color | #RGB | Yes | Yes | Yes | To assign a font color using a 6 digit hex number as #RGB. |
54
+
| 1 digit hex color | #G | Yes | Yes | Yes | To assign a font color using a 6 digit hex number as #Grey Scale Value from 0-F. |
55
+
| 6 digit hex bg |@RRGGBB| Yes | Yes | Yes | To assign a background color using a 6 digit hex number as #RRGGBB. |
56
+
| 3 digit hex bg |@RGB| Yes | Yes | Yes | To assign a background color using a 6 digit hex number as #RGB. |
57
+
| 1 digit hex bg |@G| Yes | Yes | Yes | To assign a background color using a 6 digit hex number as #Grey Scale Value from 0-F. |
58
+
| Bracket Formats |[code]| Yes | Yes | Yes | To assign a font color as [RRGGBB]or[RRGGBBAA], background color as [@RRGGBB]or[@RRGGBBAA] or a format as [UNDERLINE],[STRIKE]. |
59
+
| Time Format |<format>| Yes | Yes | Yes | To define a time format and put a time string formatted accordingly as pre-prefix. |
60
+
| Default Time | T | Yes | Yes | Yes | To put a time string as pre-prefix. |
61
+
| Bold | b | Yes | No | Yes | Bold Text |
62
+
| Faint | f | No | No | Not Yet | Faint/Condensed Text |
63
+
| Italics | i | Yes | No | Yes | Italics Text |
64
+
| Underline | u | Yes | No | Yes | Underlined Text |
65
+
| Reverse | rev | Yes | No | No | Reverses the font and background color |
66
+
| Strike | - | Yes | No | Yes | Strikethrough |
67
+
| Double Underline | tu | Yes | No | Yes | Thick Underlined Text |
68
+
| Frame | frm | Yes | No | Yes | Put text in a box |
69
+
| Encircle | cir | Yes | No | Yes | Put text in a box*|
70
+
| Overline | o | No | No | Yes | Put a line over the text |
71
+
| Format Repeater | ~ | Yes | Yes | Yes | To repeat the format for unmatched input strings. |
72
+
| String Formatter | %ns | Yes | Yes | Yes | To format a string to fit 'n' characters, right aligned if positive, left aligned if negative. Give in a * for center align. |
73
+
| New Line | n | Yes | Yes | Yes | To append a new line. |
74
+
| Tab Space | t | Yes | Yes | Yes | To prepend a tab space |
75
+
| Word Wrap | wnw | Yes | Yes | Yes | Word Wrap input to fit a width of 'n' and apply the same format to each line. |
76
+
| Splitter | xcx | Yes | Yes | Yes | Split the given input about each occurrance of 'c'. |
77
+
| Repeater | R | Yes | Yes | Yes | Reuse the decorators from start when input exceeds them. |
78
+
| Meta Data | P C or M | Yes | Yes | Yes | P -> package name, C -> class name, M -> method name. |
79
+
79
80
80
81
* Console -> a Formatting Style to decorate the console outputs.
81
82
* Raw -> Just like console but no color/bold/underline... formatting.
82
83
* Tags -> a Formatting Style consisting of appending bracketed tags to the input to inform a parser about the text
83
84
format. An example of this formatting is used in HyperLap2D to apply simple formatting in it's Console.
84
-
* HTML -> currently it's not supported at all... As such it's in my To-Do list, but it's lack of use is kinda pushing it
85
-
behind of other features.
85
+
* HTML -> Most features are supported, though it needs some perfection.
0 commit comments