MCPcopy Index your code
hub / github.com/BombusMod/BombusMod / toogleSmiles

Method toogleSmiles

src/main/java/Messages/MessageList.java:190–203  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

188 }
189
190 private void toogleSmiles() {
191 Object o = getFocusedObject();
192 if (o != null) {
193 MessageItem item = (MessageItem) o;
194//#ifdef SMILES
195 item.toggleSmiles(this);
196//#endif
197//#ifdef SMILES
198 if (!item.smilesEnabled() && cf.hideTimestamps) {
199 sd.roster.showInfo(null, item.getTipString());
200 }
201//#endif
202 }
203 }
204
205 public void doKeyAction(int key) {
206 switch(key) {

Callers 2

doKeyActionMethod · 0.95
doUserKeyActionMethod · 0.95

Calls 5

toggleSmilesMethod · 0.95
smilesEnabledMethod · 0.95
getTipStringMethod · 0.95
getFocusedObjectMethod · 0.80
showInfoMethod · 0.45

Tested by

no test coverage detected