View | Details | Raw Unified | Return to bug 269204
Collapse All | Expand All

(-)templates/default-templates.xml (+4 lines)
Lines 97-102 Link Here
97
	${cursor}
97
	${cursor}
98
}</template>
98
}</template>
99
99
100
<template name="function" description="%Templates.anonymous_public_method" id="org.eclipse.wst.jsdt.ui.templates.anonymous_public_method" context="javaScript" enabled="true" autoinsert="false">function (${}) {
101
	${cursor}
102
}</template>
103
100
<!--
104
<!--
101
<template name="protected_method" description="%Templates.protected_method" id="org.eclipse.wst.jsdt.ui.templates.protected_method" context="javaScript" enabled="true" autoinsert="false">protected ${return_type} ${name}(${}) {
105
<template name="protected_method" description="%Templates.protected_method" id="org.eclipse.wst.jsdt.ui.templates.protected_method" context="javaScript" enabled="true" autoinsert="false">protected ${return_type} ${name}(${}) {
102
	${cursor}
106
	${cursor}
(-)templates/default-templates.properties (+1 lines)
Lines 25-30 Link Here
25
Templates.catch=catch block
25
Templates.catch=catch block
26
#Templates.main=main function
26
#Templates.main=main function
27
Templates.public_method=function
27
Templates.public_method=function
28
Templates.anonymous_public_method=anonymous function
28
#Templates.protected_method=protected function
29
#Templates.protected_method=protected function
29
#Templates.private_method=private function
30
#Templates.private_method=private function
30
#Templates.private_static_method=private static function
31
#Templates.private_static_method=private static function

Return to bug 269204