Delimiter and double click selection

Delimiter and double click selection

11
Basic UserBasic User
11

    Jan 24, 2006#1

    I have a string like:

    Dim $Variable1 = "Some Value"

    in the wordfile, $ is specified as a delimiter, but when I double click $Variable1, only Variable1 is selected. This actually happens with or without the delimiter in the wordfile.

    Anyone know what to do to enable the full word selection?

    344
    MasterMaster
    344

      Jan 24, 2006#2

      Hi Steve,

      look at the help file for "Double Click Selections". Here the German version:
      ...
      Wird gleichzeitig mit dem Doppelklick der primären Maustaste die Steuerungstaste (Strg) gedrückt gehalten, wird eine Zeichenkette und nicht nur ein einzelnes Wort ausgewählt. Dies kann zur Auswahl eines Dateinamens, einer E-Mail-Adresse usw. hilfreich sein.
      ...

      And here the English version:
      ...
      If at the time the primary mouse button is double clicked the control key is pressed, a string is selected rather than just a single word. This can be very useful in selecting filenames, e-mail addresses, etc. The characters that delimit the string are configurable under the Delimiters topic under the Editor branch under Configuration in the Advanced menu. This function works on a single line only.
      ...

      So, also press ctrl key while double clicking and you're done. :D

      rds bego
      Normally using all newest english version incl. each hotfix. Win 10 64 bit

      11
      Basic UserBasic User
      11

        Jan 24, 2006#3

        Thank you. I wonder why this is seperate to the operation of the delimiters in the wordfile. It would seem to me that they should be the same.