Ignore:
Timestamp:
04/08/19 15:59:17 (5 years ago)
Author:
bln4
Message:

Added placeholders as a thing for text items. You can now provide default text for a text item. Inject the property 'Placeholder: <text>' were <text> is the placeholder text. When the placeholder is being used, the font color alpha is reduced.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/expeditee/io/DefaultFrameWriter.java

    r1274 r1296  
    149149                        _ItemTags.put('^', Item.class.getMethod("getMagnetizedItemTop"));
    150150                        _ItemTags.put('_', Item.class.getMethod("getMagnetizedItemBottom"));
     151                       
     152                        _ItemTags.put('=', Text.class.getMethod("getPlaceholder"));
    151153                } catch (Exception e) {
    152154                        e.printStackTrace();
Note: See TracChangeset for help on using the changeset viewer.