Feat/add keyword focused#121
Feat/add keyword focused#121gaocegege merged 7 commits intoprocessing-r:masterfrom hawkingrei:feat/add_keyword_focused
Conversation
| return isSameClass(this.renjinEngine.get(Constant.SIZE_NAME), closureClass); | ||
| } | ||
|
|
||
| /** |
There was a problem hiding this comment.
Thanks for your contribution!
Could you put these two functions in BuiltinApplet? I think the built-in function wrapper should be there
There was a problem hiding this comment.
@gaocegege It is hard to move these two functions into BuiltinApplet.Because those functions need to Renjin engine putting the keyword into R environment when the focused event happen.but Renjin engine initializes in the RLangPApplet.
|
LGTM |
|
@hawkingrei -- thank you for contributing! @gaocegege -- should we add an R version of the standard reference example -- https://processing.org/reference/focused.html ? (BTW, shouldn't you be working on linuxcon right now??) |
|
Yeah, I will add it after linuxcon. It is 23:00 in Shanghai, so it is break time 😄 And @hawkingrei is the first contributor except you and me, I want to be enthusiastic 😺 |
|
I think the focused reference sketch was never added. |
|
I have opened a new issue: #160 |
I add a keyword
focused.you can test by the following R code.