CudaText: set/get PROP_LEXER_FILE bug
this code in console gives different result when called second time. bug?
for s in ['C','C++']: ed.set_prop(PROP_LEXER_FILE, s) ; print(ed.get_prop(PROP_LEXER_FILE, ''))
>>> for s in ['C','C++']: ed.set_prop(PROP_LEXER_FILE, s) ; print(ed.get_prop(PROP_LEXER_FILE, ''))
C
C++
>>> for s in ['C','C++']: ed.set_prop(PROP_LEXER_FILE, s) ; print(ed.get_prop(PROP_LEXER_FILE, ''))
C
C
About this issue
- Original URL
- State: closed
- Created a year ago
- Comments: 15 (15 by maintainers)
Commits related to this issue
- fixing #5052 — committed to Alexey-T/CudaText by Alexey-T a year ago
- fixing https://github.com/Alexey-T/CudaText/issues/5052 — committed to Alexey-T/ATSynEdit_Ex by Alexey-T a year ago
- Merge branch 'master' of https://github.com/Alexey-T/ATSynEdit_Ex > fixing https://github.com/Alexey-T/CudaText/issues/5052 — committed to z4ziggy/CudaText by z4ziggy a year ago
applied.