Package com._1c.g5.v8.dt.bsl.comment
Class DocumentationCommentProperties
java.lang.Object
com._1c.g5.v8.dt.bsl.comment.DocumentationCommentProperties
Project properties contains information about Bsl documentation parsing preferences
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanChecks the format of the using Bsl documentation comment: old or new formatvoidread(org.eclipse.core.runtime.preferences.IEclipsePreferences preferences) Reads properties fromIEclipsePreferencesvoidsetOldCommentFormat(org.eclipse.core.resources.IProject project, boolean oldFormat) Sets new value of preferences about what kind of format use - old or new
-
Constructor Details
-
DocumentationCommentProperties
public DocumentationCommentProperties()
-
-
Method Details
-
oldCommentFormat
public boolean oldCommentFormat()Checks the format of the using Bsl documentation comment: old or new format- Returns:
trueif using old format,falseif using new format
-
setOldCommentFormat
public void setOldCommentFormat(org.eclipse.core.resources.IProject project, boolean oldFormat) Sets new value of preferences about what kind of format use - old or new- Parameters:
project-IProjectfor setting preferences, cannot benulloldFormat-trueif using old format,falseif using new format
-
read
public void read(org.eclipse.core.runtime.preferences.IEclipsePreferences preferences) Reads properties fromIEclipsePreferences- Parameters:
preferences-IEclipsePreferencesfor reading properties, can't benull
-