From: <dal...@us...> - 2023-08-21 00:21:05
|
Revision: 25641 http://sourceforge.net/p/jedit/svn/25641 Author: daleanson Date: 2023-08-21 00:21:04 +0000 (Mon, 21 Aug 2023) Log Message: ----------- Moving "beauty.props" to "Beauty.props" because case makes a difference. Added Paths: ----------- plugins/Beauty/trunk/Beauty.props Removed Paths: ------------- plugins/Beauty/trunk/beauty.props Copied: plugins/Beauty/trunk/Beauty.props (from rev 25638, plugins/Beauty/trunk/beauty.props) =================================================================== --- plugins/Beauty/trunk/Beauty.props (rev 0) +++ plugins/Beauty/trunk/Beauty.props 2023-08-21 00:21:04 UTC (rev 25641) @@ -0,0 +1,185 @@ +# +# Plugin properties +# + +plugin.beauty.BeautyPlugin.activate=defer +plugin.beauty.BeautyPlugin.name=Beauty +plugin.beauty.BeautyPlugin.author=Dale Anson +plugin.beauty.BeautyPlugin.version=1.1 +plugin.beauty.BeautyPlugin.docs=docs/index.html +plugin.beauty.BeautyPlugin.depend.0=jdk 11 +plugin.beauty.BeautyPlugin.depend.1=jedit 05.06.00.00 +plugin.beauty.BeautyPlugin.depend.2=plugin CommonControlsPlugin 1.7.5 +plugin.beauty.BeautyPlugin.depend.3=plugin antlr.AntlrPlugin 4.10 +plugin.beauty.BeautyPlugin.usePluginHome=true + +plugin.beauty.BeautyPlugin.description=The Beauty plugin is a general framework for code beautifiers and provides several built-in beautifiers. + +beautyplugin.label=Beauty + +# +# Menu/Action properties +# + +make_it_pretty.label=Beautify Buffer +beauty.toggleSplitAttributes.label=Split/Unsplit Attributes + +# +# Option pane properties +# +plugin.beauty.BeautyPlugin.option-group=beauty.general beauty.beautifiers beauty.custom beauty.css beauty.jsp beauty.java beauty.json + +options.beauty.general.title=General +options.beauty.general.label=General +options.beauty.general.code=new beauty.options.GeneralOptionPane(); + +options.beauty.beautifiers.title=Modes +options.beauty.beautifiers.label=Modes +options.beauty.beautifiers.code=new beauty.options.BeautifierOptionPane(); +options.beauty.beautifiers.mode=Mode +options.beauty.beautifiers.beautifier=Beautifier + +options.beauty.custom.title=Custom Beautifier +options.beauty.custom.label=Custom Beautifier +options.beauty.custom.code=new beauty.options.CustomBeautifierOptionPane(); + +options.beauty.css.title=CSS Beautifier +options.beauty.css.label=CSS Beautifier +options.beauty.css.code=new beauty.options.CSSOptionPane(); + +options.beauty.jsp.title=JSP Beautifier +options.beauty.jsp.label=JSP Beautifier +options.beauty.jsp.code=new beauty.options.JspOptionPane(); + +options.beauty.java.title=Java Beautifier +options.beauty.java.label=Java Beautifier +options.beauty.java.code=new beauty.options.JavaOptionPane(); + +options.beauty.json.title=JSON Beautifier +options.beauty.json.label=JSON Beautifier +options.beauty.json.code=new beauty.options.JsonOptionPane(); + +# mode handlers +mode.html.beauty.beautifier=html +mode.asp.beauty.beautifier=html +mode.coldfusion.beauty.beautifier=html +mode.jhtml.beauty.beautifier=html +mode.php.beauty.beautifier=html +mode.sgml.beauty.beautifier=html +mode.xml.beauty.beautifier=html +mode.jsp.beauty.beautifier=jsp +mode.java.beauty.beautifier=java +mode.java.beauty.beautifier=java8 +mode.javacc.beauty.beautifier=javacc +mode.csv.beauty.beautifier=csv +mode.json.beauty.beautifier=json + +# Menus +plugin.beauty.BeautyPlugin.menu=make_it_pretty + +# Comma separated list of custom beautifier properties files +plugin.beauty.beautifiers.custom=ada.properties,javascript.properties + +# +# Error messages +# + +beauty.confirm.mode.title=Beauty +beauty.confirm.mode.message=\ + The current buffer is not in a supported mode.\n\ + \n\ + The results may be unpredictable.\n\ + \n\ + Are you sure you want to beautify the current buffer? + +beauty.error.empty.title=Beauty Error +beauty.error.empty.message=\ + Beauty returned an empty result for the current buffer.\n\ + I better leave the buffer untouched. + +beauty.error.other.title=Beauty Error +beauty.error.other.message=\ + Beauty was unable to reformat the current buffer, because an\n\ + unhandled exception occurred:\n\ + {0}\n\ + \n\ + See the activity log for any details. + +beauty.error.isReadOnly.title=Beauty Error +beauty.error.isReadOnly.message=\ + Cannot format the current buffer, because it is read-only. + +# random strings +beauty.msg.<html><b>Assign_beautifiers_to_modes=<html><b>Assign beautifiers to modes +beauty.msg.Use_jEdit_indenter_for_undefined_modes=Use jEdit indenter for undefined modes +beauty.msg.<html><b>Create_a_custom_beautifier_for_a_mode=<html><b>Create a custom beautifier for a mode +beauty.msg.Use_jEdit_indenter_for_this_mode=Use jEdit indenter for this mode +beauty.msg.before=before +beauty.msg.after=after +beauty.msg.Label_on_separate_line=Label on separate line +beauty.msg.Collapse_multiple_blank_lines=Collapse multiple blank lines +beauty.msg.Collapse_linear_whitespace=Collapse linear whitepace +beauty.msg.Mode>_=Mode: +beauty.msg.Pad_functions=Pad functions +beauty.msg.Pad_operators=Pad operators +beauty.msg.Pad_digits=Pad digits +beauty.msg.Pad_keywords1=Pad keywords1 +beauty.msg.Pad_keywords2=Pad keywords2 +beauty.msg.Pad_keywords2=Pad keywords2 +beauty.msg.Pad_keywords4=Pad keywords4 +beauty.msg.Pad_before_these_characters>=Pad before these characters: +beauty.msg.Pad_after_these_characters>=Pad after these characters: +beauty.msg.Don't_pad_before_these_characters>=Don't pad before these characters: +beauty.msg.Don't_pad_after_these_characters>=Don't pad after these characters: +beauty.msg.Insert_line_separator_before_these_strings_(separate_with_comma)>=Insert line separator before these strings (separate with comma): +beauty.msg.Insert_line_separator_after_these_strings_(separate_with_comma)>=Insert line separator after these strings (separate with comma): +beauty.msg.Line_up_closing_bracket=Line up closing bracket +beauty.msg.Double_bracket_indent=Double bracket indent +beauty.msg.Indent_open_brackets>=Indent open brackets: +beauty.msg.Indent_close_brackets>=Indent close brackets: +beauty.msg.Unaligned_open_brackets>=Unaligned open brackets: +beauty.msg.Unaligned_close_brackets>=Unaligned close brackets: +beauty.msg.Indent_next_line>=Indent next line: +beauty.msg.Unindent_this_line>=Unindent this line: +beauty.msg.Electric_keys>=Electric keys: +beauty.msg.Padding=Padding +beauty.msg.Indenting=Indenting +beauty.msg.CSS_Options=CSS Options +beauty.msg.Pad_combinators_(+,_>,_~)=Pad combinators (+, >, ~) +beauty.msg.Pad_selectors=Pad selectors +beauty.msg.Pad_attributes=Pad attributes +beauty.msg.Pad_operators_(/_and_,)=Pad operators (/ and ,) +beauty.msg.Pad_important_(!)=Pad important (!) +beauty.msg.Pad_terms=Pad terms +beauty.msg.Pad_function_parameters=Pad function parameters +beauty.msg.General_Options=General Options +beauty.msg.Show_error_dialogs=Show error dialogs +beauty.msg.Java_Options=Java Options +beauty.msg.Use_broken_brackets,_e.g.=Use broken brackets, e.g. +beauty.msg.Use_attached_brackets,_e.g.=Use attached brackets, e.g. +beauty.msg.Use_broken_brackets,_e.g.=Use broken brackets, e.g. +beauty.msg.Break=Break +beauty.msg.Pad_parenthesis,_e.g._=Pad parenthesis, e.g. +beauty.msg.Pad_operators,_e.g._=Pad operators, e.g. +beauty.msg.JSP_Options=JSP Options +beauty.msg.Pad_tag_slash_end_(/>)=Pad tag slash end (/>) +beauty.msg.Pad_tag_end_(>)=Pad tag end (>) +beauty.msg.Wrap_attributes=Wrap attributes +beauty.msg.Collapse_blank_lines=Collapse blank lines +beauty.java8.Blank_Lines_Before_Package=Blank Lines Before Package +beauty.java8.Blank_Lines_After_Package=Blank Lines After Package +beauty.java8.Blank_Lines_After_Imports=Blank Lines After Imports +beauty.java8.Sort_Imports=Sort Imports +beauty.java8.Group_Imports=Group Imports +beauty.java8.Blank_Lines_Between_Import_Groups=Blank Lines Between Import Groups +beauty.java8.Blank_Lines_After_Class_Declaration=Blank Lines After Class Declaration +beauty.java8.Blank_Lines_Before_Methods=Blank Lines Before Methods +beauty.java8.Sort_Modifiers=Sort Modifiers +beauty.java8.Collapse_Multiple_Blank_Lines_To=Collapse Multiple Blank Lines To +beauty.java8.Blank_Lines_After_Class_Body=Blank Lines After Class Body +beauty.java8.Blank_Lines_After_Methods=Blank Lines After Methods +beauty.java8.Wait_--_beautifying_buffer...=Wait -- beautifying buffer... +beauty.java8.Please_wait,_beautifying_buffer...=Please wait, beautifying buffer... +beauty.java8.Encountered_possible_syntax_error,_reparsing...=Encountered possible syntax error, reparsing... +beauty.java8.Brackets_and_Padding=Brackets and Padding +beauty.java8.Blank_Lines=Blank Lines Deleted: plugins/Beauty/trunk/beauty.props =================================================================== --- plugins/Beauty/trunk/beauty.props 2023-08-09 16:35:56 UTC (rev 25640) +++ plugins/Beauty/trunk/beauty.props 2023-08-21 00:21:04 UTC (rev 25641) @@ -1,185 +0,0 @@ -# -# Plugin properties -# - -plugin.beauty.BeautyPlugin.activate=defer -plugin.beauty.BeautyPlugin.name=Beauty -plugin.beauty.BeautyPlugin.author=Dale Anson -plugin.beauty.BeautyPlugin.version=1.1 -plugin.beauty.BeautyPlugin.docs=docs/index.html -plugin.beauty.BeautyPlugin.depend.0=jdk 11 -plugin.beauty.BeautyPlugin.depend.1=jedit 05.06.00.00 -plugin.beauty.BeautyPlugin.depend.2=plugin CommonControlsPlugin 1.7.5 -plugin.beauty.BeautyPlugin.depend.3=plugin antlr.AntlrPlugin 4.10 -plugin.beauty.BeautyPlugin.usePluginHome=true - -plugin.beauty.BeautyPlugin.description=The Beauty plugin is a general framework for code beautifiers and provides several built-in beautifiers. - -beautyplugin.label=Beauty - -# -# Menu/Action properties -# - -make_it_pretty.label=Beautify Buffer -beauty.toggleSplitAttributes.label=Split/Unsplit Attributes - -# -# Option pane properties -# -plugin.beauty.BeautyPlugin.option-group=beauty.general beauty.beautifiers beauty.custom beauty.css beauty.jsp beauty.java beauty.json - -options.beauty.general.title=General -options.beauty.general.label=General -options.beauty.general.code=new beauty.options.GeneralOptionPane(); - -options.beauty.beautifiers.title=Modes -options.beauty.beautifiers.label=Modes -options.beauty.beautifiers.code=new beauty.options.BeautifierOptionPane(); -options.beauty.beautifiers.mode=Mode -options.beauty.beautifiers.beautifier=Beautifier - -options.beauty.custom.title=Custom Beautifier -options.beauty.custom.label=Custom Beautifier -options.beauty.custom.code=new beauty.options.CustomBeautifierOptionPane(); - -options.beauty.css.title=CSS Beautifier -options.beauty.css.label=CSS Beautifier -options.beauty.css.code=new beauty.options.CSSOptionPane(); - -options.beauty.jsp.title=JSP Beautifier -options.beauty.jsp.label=JSP Beautifier -options.beauty.jsp.code=new beauty.options.JspOptionPane(); - -options.beauty.java.title=Java Beautifier -options.beauty.java.label=Java Beautifier -options.beauty.java.code=new beauty.options.JavaOptionPane(); - -options.beauty.json.title=JSON Beautifier -options.beauty.json.label=JSON Beautifier -options.beauty.json.code=new beauty.options.JsonOptionPane(); - -# mode handlers -mode.html.beauty.beautifier=html -mode.asp.beauty.beautifier=html -mode.coldfusion.beauty.beautifier=html -mode.jhtml.beauty.beautifier=html -mode.php.beauty.beautifier=html -mode.sgml.beauty.beautifier=html -mode.xml.beauty.beautifier=html -mode.jsp.beauty.beautifier=jsp -mode.java.beauty.beautifier=java -mode.java.beauty.beautifier=java8 -mode.javacc.beauty.beautifier=javacc -mode.csv.beauty.beautifier=csv -mode.json.beauty.beautifier=json - -# Menus -plugin.beauty.BeautyPlugin.menu=make_it_pretty - -# Comma separated list of custom beautifier properties files -plugin.beauty.beautifiers.custom=ada.properties,javascript.properties - -# -# Error messages -# - -beauty.confirm.mode.title=Beauty -beauty.confirm.mode.message=\ - The current buffer is not in a supported mode.\n\ - \n\ - The results may be unpredictable.\n\ - \n\ - Are you sure you want to beautify the current buffer? - -beauty.error.empty.title=Beauty Error -beauty.error.empty.message=\ - Beauty returned an empty result for the current buffer.\n\ - I better leave the buffer untouched. - -beauty.error.other.title=Beauty Error -beauty.error.other.message=\ - Beauty was unable to reformat the current buffer, because an\n\ - unhandled exception occurred:\n\ - {0}\n\ - \n\ - See the activity log for any details. - -beauty.error.isReadOnly.title=Beauty Error -beauty.error.isReadOnly.message=\ - Cannot format the current buffer, because it is read-only. - -# random strings -beauty.msg.<html><b>Assign_beautifiers_to_modes=<html><b>Assign beautifiers to modes -beauty.msg.Use_jEdit_indenter_for_undefined_modes=Use jEdit indenter for undefined modes -beauty.msg.<html><b>Create_a_custom_beautifier_for_a_mode=<html><b>Create a custom beautifier for a mode -beauty.msg.Use_jEdit_indenter_for_this_mode=Use jEdit indenter for this mode -beauty.msg.before=before -beauty.msg.after=after -beauty.msg.Label_on_separate_line=Label on separate line -beauty.msg.Collapse_multiple_blank_lines=Collapse multiple blank lines -beauty.msg.Collapse_linear_whitespace=Collapse linear whitepace -beauty.msg.Mode>_=Mode: -beauty.msg.Pad_functions=Pad functions -beauty.msg.Pad_operators=Pad operators -beauty.msg.Pad_digits=Pad digits -beauty.msg.Pad_keywords1=Pad keywords1 -beauty.msg.Pad_keywords2=Pad keywords2 -beauty.msg.Pad_keywords2=Pad keywords2 -beauty.msg.Pad_keywords4=Pad keywords4 -beauty.msg.Pad_before_these_characters>=Pad before these characters: -beauty.msg.Pad_after_these_characters>=Pad after these characters: -beauty.msg.Don't_pad_before_these_characters>=Don't pad before these characters: -beauty.msg.Don't_pad_after_these_characters>=Don't pad after these characters: -beauty.msg.Insert_line_separator_before_these_strings_(separate_with_comma)>=Insert line separator before these strings (separate with comma): -beauty.msg.Insert_line_separator_after_these_strings_(separate_with_comma)>=Insert line separator after these strings (separate with comma): -beauty.msg.Line_up_closing_bracket=Line up closing bracket -beauty.msg.Double_bracket_indent=Double bracket indent -beauty.msg.Indent_open_brackets>=Indent open brackets: -beauty.msg.Indent_close_brackets>=Indent close brackets: -beauty.msg.Unaligned_open_brackets>=Unaligned open brackets: -beauty.msg.Unaligned_close_brackets>=Unaligned close brackets: -beauty.msg.Indent_next_line>=Indent next line: -beauty.msg.Unindent_this_line>=Unindent this line: -beauty.msg.Electric_keys>=Electric keys: -beauty.msg.Padding=Padding -beauty.msg.Indenting=Indenting -beauty.msg.CSS_Options=CSS Options -beauty.msg.Pad_combinators_(+,_>,_~)=Pad combinators (+, >, ~) -beauty.msg.Pad_selectors=Pad selectors -beauty.msg.Pad_attributes=Pad attributes -beauty.msg.Pad_operators_(/_and_,)=Pad operators (/ and ,) -beauty.msg.Pad_important_(!)=Pad important (!) -beauty.msg.Pad_terms=Pad terms -beauty.msg.Pad_function_parameters=Pad function parameters -beauty.msg.General_Options=General Options -beauty.msg.Show_error_dialogs=Show error dialogs -beauty.msg.Java_Options=Java Options -beauty.msg.Use_broken_brackets,_e.g.=Use broken brackets, e.g. -beauty.msg.Use_attached_brackets,_e.g.=Use attached brackets, e.g. -beauty.msg.Use_broken_brackets,_e.g.=Use broken brackets, e.g. -beauty.msg.Break=Break -beauty.msg.Pad_parenthesis,_e.g._=Pad parenthesis, e.g. -beauty.msg.Pad_operators,_e.g._=Pad operators, e.g. -beauty.msg.JSP_Options=JSP Options -beauty.msg.Pad_tag_slash_end_(/>)=Pad tag slash end (/>) -beauty.msg.Pad_tag_end_(>)=Pad tag end (>) -beauty.msg.Wrap_attributes=Wrap attributes -beauty.msg.Collapse_blank_lines=Collapse blank lines -beauty.java8.Blank_Lines_Before_Package=Blank Lines Before Package -beauty.java8.Blank_Lines_After_Package=Blank Lines After Package -beauty.java8.Blank_Lines_After_Imports=Blank Lines After Imports -beauty.java8.Sort_Imports=Sort Imports -beauty.java8.Group_Imports=Group Imports -beauty.java8.Blank_Lines_Between_Import_Groups=Blank Lines Between Import Groups -beauty.java8.Blank_Lines_After_Class_Declaration=Blank Lines After Class Declaration -beauty.java8.Blank_Lines_Before_Methods=Blank Lines Before Methods -beauty.java8.Sort_Modifiers=Sort Modifiers -beauty.java8.Collapse_Multiple_Blank_Lines_To=Collapse Multiple Blank Lines To -beauty.java8.Blank_Lines_After_Class_Body=Blank Lines After Class Body -beauty.java8.Blank_Lines_After_Methods=Blank Lines After Methods -beauty.java8.Wait_--_beautifying_buffer...=Wait -- beautifying buffer... -beauty.java8.Please_wait,_beautifying_buffer...=Please wait, beautifying buffer... -beauty.java8.Encountered_possible_syntax_error,_reparsing...=Encountered possible syntax error, reparsing... -beauty.java8.Brackets_and_Padding=Brackets and Padding -beauty.java8.Blank_Lines=Blank Lines This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |