MetaEdit icon indicating copy to clipboard operation
MetaEdit copied to clipboard

getPropertyValue doesn't work if a Property is behind > or -

Open dredhorse opened this issue 3 years ago • 1 comments

https://github.com/chhoumann/MetaEdit/blob/41edf3b93c058c07bdae3a009090185075cb9bba/src/parser.ts#L43

My Property is either of the below

  • MyProperty:: Test
  • MyProperty:: Test

MyProperty:: Test

the function from the title returns an undefined

If I use

MyProperty:: Test

it works, problem though is that I need to use

  • MyProperty:: Test

dredhorse avatar Aug 08 '22 13:08 dredhorse

workaround is to use "> - MyProperty"

MMoMM-org avatar Nov 08 '22 12:11 MMoMM-org