151040 (Enhance the content assist feature )
151042 (Refactor the SQLParser API to make it thread safe)
151046 (Add more SQL editor context menu)
151048 (Add more preference pages )
153550 (Listens to connection profile and connect events)
153551 (Allow SQLDevTools UI components to be customized)
144834 (SQLResultRunnable for UserDefinedFunction (UDF) not available)
156829 (Ad-hoc SQL not executed by vendor provided ExecutionService)
diff --git a/plugins/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/preferences/PreferenceMessages.properties b/plugins/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/preferences/PreferenceMessages.properties
new file mode 100644
index 0000000..e048294
--- /dev/null
+++ b/plugins/org.eclipse.datatools.sqltools.sqleditor/src/org/eclipse/datatools/sqltools/sqleditor/preferences/PreferenceMessages.properties
@@ -0,0 +1,74 @@
+
+CodeAssist_description=Code assist settings for SQL Editor
+CodeAssist_general_title=&General
+CodeAssist_showSystemGroup=Show database objects
+CodeAssist_showSystemTables=Show system &tables
+CodeAssist_showSystemProcedures=Show system &procedures and functions
+CodeAssist_showOwnerOfTable=Show &owner of table or view
+CodeAssist_asa_tips=The following preferences are only available for ASA database:
+CodeAssist_showSystemViews=Show system &views
+CodeAssist_asa_titile=&ASA
+CodeAssist_insertSingleProposals=&Insert single proposals automatically
+CodeAssist_autoActivationGroup=Auto Activation
+CodeAssist_enableAuto=&Enable auto activation
+CodeAssist_autoActivationDelay=A&uto activation delay:
+CodeAssist_autoActivationTriggers=Auto activation triggers for SQL:
+
+
+
+
+SQLEditor_general_title=&General
+SQLEditor_showLineNumber=Show lin&e numbers
+SQLEditor_syntaxValidationGroup=&Syntax validation
+SQLEditor_syntaxValidation=E&nable syntax validation
+SQLEditor_syntaxValidation_tooltip=Perform syntax validation and update SQL statement structures in Outline view
+SQLEditor_maxLineButton=&Maximum number of lines:
+SQLEditor_maxLineButton_tooltip=Disable syntax validation when content exceeds maximum number of lines
+SQLEditor_showPromptDialog=Prompt to disable syntax validation when content exceeds maximum number of lines
+
+SQLEditor_typing_title=&Typing
+SQLEditor_typingAidsGroup_title=Enable these typing aids in Smart Insert mode:
+SQLEditor_typingAidsTable_columnName1=Name
+SQLEditor_typingAidsTable_columnName2=Context
+SQLEditor_typingAidsTable_columnName3=Description
+
+SQLEditor_closeSingleQuotes=Close single quotes
+SQLEditor_closeSingleQuotes_description=If enabled, close single quotes.
+SQLEditor_closeSingleQuotes_preview='{cursor}'
+
+SQLEditor_closeDoubleQuotes=Close double quotes
+SQLEditor_closeDoubleQuotes_description=If enabled, close double quotes.
+SQLEditor_closeDoubleQuotes_preview="{cursor}"
+
+SQLEditor_closeBrackets=Close braces
+SQLEditor_closeBrackets_description=If enabled, close braces.
+SQLEditor_closeBrackets_preview=({cursor})
+
+SQLEditor_closeComments=Close comments
+SQLEditor_closeComments_description=If enabled, close SQL multi-line comments.
+SQLEditor_closeComments_preview=/*\n *{cursor}\n */
+
+
+SQLEditor_beginEndStatement=Begin-End
+SQLEditor_beginEndStatement_description=Add the 'end' with proper indentation, then move the cursor to a new line between Begin/End with proper indentation.
+SQLEditor_beginEndStatement_preview=BEGIN\n\t{cursor}\nEND
+
+SQLEditor_typingAidsTable_context_all=All
+
+SQLEditor_typingAids_preview=Preview:
+
+General_max_row_num=Maxium line number must be greater than zero.
+General_invalid_int=\ is not a valid integer
+
+GeneralPreferencePage_portable_target=None
+GeneralPreferencePage_execute_error_mode=Whether to continue when error occurs during SQL execution
+GeneralPreferencePage_execute_always=A&lways
+GeneralPreferencePage_execute_never=&Never
+GeneralPreferencePage_execute_prompt=P&rompt
+GeneralPreferencePage_savebeforerenaming_prompt=Pr&ompt
+GeneralPreferencePage_savebeforerenaming_always=Al&ways
+GeneralPreferencePage_title=General settings
+GeneralPreferencePage_description=General settings for the Database Development Tooling.
+GeneralPreferencePage_hover_affordance=Show affordance in &hover on how to make it sticky
+GeneralPreferencePage_portable_check=&Portability check target:
+