Variable: idlwave-split-line-string

idlwave-split-line-string is a customizable variable defined in idlwave.el.gz.

Value

t

Documentation

If non-nil then idlwave-split-line will split strings with +.

When the splitting point of a line falls inside a string, split the string using the + string concatenation operator. If nil and a string is split then a terminal beep and warning are issued.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/idlwave.el.gz
(defcustom idlwave-split-line-string t
  "If non-nil then `idlwave-split-line' will split strings with `+'.
When the splitting point of a line falls inside a string, split the string
using the `+' string concatenation operator.  If nil and a string is
split then a terminal beep and warning are issued."
  :group 'idlwave-code-formatting
  :type 'boolean)