Uses 1485K of libraries. Click here for Pure Java version (7017L/39K).
1 | static RSyntaxTextAreaWithSearch rSyntaxTextAreaWithSearch() {
|
2 | ret new RSyntaxTextAreaWithSearch; |
3 | } |
4 | |
5 | static RSyntaxTextAreaWithSearch rSyntaxTextAreaWithSearch(S text) {
|
6 | var ta = rSyntaxTextAreaWithSearch(); |
7 | ta.setText(text); |
8 | ret ta; |
9 | } |
download show line numbers debug dex old transpilations
Travelled to 3 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj
No comments. add comment
| Snippet ID: | #1034001 |
| Snippet name: | rSyntaxTextAreaWithSearch |
| Eternal ID of this version: | #1034001/7 |
| Text MD5: | f474a9278b724764f4812b8846804779 |
| Transpilation MD5: | 55b79234e8954388875c71580eef199c |
| Author: | stefan |
| Category: | javax / gui |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2022-03-05 23:36:39 |
| Source code size: | 251 bytes / 9 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 392 / 517 |
| Version history: | 6 change(s) |
| Referenced in: | [show references] |