Class DocumentationCommentProperties

java.lang.Object
com._1c.g5.v8.dt.bsl.comment.DocumentationCommentProperties

public class DocumentationCommentProperties extends Object
Project properties contains information about Bsl documentation parsing preferences
  • 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 be null
      oldFormat - true if using old format, false if using new format
    • read

      public void read(org.eclipse.core.runtime.preferences.IEclipsePreferences preferences)
      Reads properties from IEclipsePreferences
      Parameters:
      preferences - IEclipsePreferences for reading properties, can't be null