Recent

Author Topic: Has SynEdit set options changed?  (Read 3482 times)

polpero

  • Full Member
  • ***
  • Posts: 116
Has SynEdit set options changed?
« on: November 01, 2021, 06:58:28 pm »
Hi

The following lines of code used to work in previous versions:

Code: Pascal  [Select][+][-]
  1. with synEdit do
  2.   begin
  3.      mouseOptions := mouseOptions + [emDragDropEditing, emAltSetsColumnMode] ;
  4.      options := options + [ eoShowScrollHint, eoScrollHintFollows];
  5.   end;

But it doesn't work anymore.
Raises message: Identifier not found...

Has something changed?
I did see the move of eoDragDropEditing to mouseOptions and emDragDropEditing but  still get the same error message.

 Thanks

polpero

  • Full Member
  • ***
  • Posts: 116
Re: Has SynEdit set options changed?
« Reply #1 on: November 02, 2021, 07:04:45 pm »
Well... I'm ok with advancement

but i was hoping to find the right way to set synEdit's options
or some hint at what is wrong here

:)


polpero

  • Full Member
  • ***
  • Posts: 116
Re: Has SynEdit set options changed?
« Reply #2 on: November 03, 2021, 01:17:35 am »
Oops!

Forgot to check the obvious
didn't think there was a new file

Thanks!

 

TinyPortal © 2005-2018