yasnippet-snippets/snippets/java-mode
Daniel 1cc635783c
ENH: Make method scope choosable.
In Java, the method snippet now lets one choose the scope:
- public
- private
- protected
- ""

Also fixed a typo.
* snippets/java-mode/method: Method scope is choosable now.
2020-05-08 12:08:33 +02:00
..
apr_assert move everything in snippets as it should be (#203) 2017-08-13 12:16:55 +01:00
assert move everything in snippets as it should be (#203) 2017-08-13 12:16:55 +01:00
assertEquals move everything in snippets as it should be (#203) 2017-08-13 12:16:55 +01:00
cls move everything in snippets as it should be (#203) 2017-08-13 12:16:55 +01:00
constructor Make the Java constructor snippet take the class name from the file name 2019-10-10 13:48:09 +03:00
define test method move everything in snippets as it should be (#203) 2017-08-13 12:16:55 +01:00
doc move everything in snippets as it should be (#203) 2017-08-13 12:16:55 +01:00
equals move everything in snippets as it should be (#203) 2017-08-13 12:16:55 +01:00
file_class move everything in snippets as it should be (#203) 2017-08-13 12:16:55 +01:00
for move everything in snippets as it should be (#203) 2017-08-13 12:16:55 +01:00
fori move everything in snippets as it should be (#203) 2017-08-13 12:16:55 +01:00
getter move everything in snippets as it should be (#203) 2017-08-13 12:16:55 +01:00
if move everything in snippets as it should be (#203) 2017-08-13 12:16:55 +01:00
ife move everything in snippets as it should be (#203) 2017-08-13 12:16:55 +01:00
import move everything in snippets as it should be (#203) 2017-08-13 12:16:55 +01:00
iterator move everything in snippets as it should be (#203) 2017-08-13 12:16:55 +01:00
javadoc move everything in snippets as it should be (#203) 2017-08-13 12:16:55 +01:00
lambda move everything in snippets as it should be (#203) 2017-08-13 12:16:55 +01:00
main move everything in snippets as it should be (#203) 2017-08-13 12:16:55 +01:00
main_class java: unify array creation of main and main_class 2019-09-26 14:45:58 +03:00
method ENH: Make method scope choosable. 2020-05-08 12:08:33 +02:00
new move everything in snippets as it should be (#203) 2017-08-13 12:16:55 +01:00
override move everything in snippets as it should be (#203) 2017-08-13 12:16:55 +01:00
param ENH: Make method scope choosable. 2020-05-08 12:08:33 +02:00
printf move everything in snippets as it should be (#203) 2017-08-13 12:16:55 +01:00
println move everything in snippets as it should be (#203) 2017-08-13 12:16:55 +01:00
return move everything in snippets as it should be (#203) 2017-08-13 12:16:55 +01:00
test move everything in snippets as it should be (#203) 2017-08-13 12:16:55 +01:00
testClass move everything in snippets as it should be (#203) 2017-08-13 12:16:55 +01:00
this move everything in snippets as it should be (#203) 2017-08-13 12:16:55 +01:00
toString move everything in snippets as it should be (#203) 2017-08-13 12:16:55 +01:00
try move everything in snippets as it should be (#203) 2017-08-13 12:16:55 +01:00
value move everything in snippets as it should be (#203) 2017-08-13 12:16:55 +01:00