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 TypeMethodDescriptionboolean
Checks the format of the using Bsl documentation comment: old or new formatvoid
read
(org.eclipse.core.runtime.preferences.IEclipsePreferences preferences) Reads properties fromIEclipsePreferences
void
setOldCommentFormat
(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:
true
if using old format,false
if 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
-IProject
for setting preferences, cannot benull
oldFormat
-true
if using old format,false
if using new format
-
read
public void read(org.eclipse.core.runtime.preferences.IEclipsePreferences preferences) Reads properties fromIEclipsePreferences
- Parameters:
preferences
-IEclipsePreferences
for reading properties, can't benull
-