CudaText icon indicating copy to clipboard operation
CudaText copied to clipboard

Cross-platform text editor, written in Free Pascal

Results 108 CudaText issues
Sort by recently updated
recently updated
newest added

Есть проблема. Если - запущен модальный диалог (от любого плагина), - и от ОС приходит команда "открыть новый файл", то фокус у модального диалога отбирается, - а за пределами диалога...

![GIF 21 08 2020 16-06-39](https://user-images.githubusercontent.com/26593946/90893985-96220e00-e3c8-11ea-833f-92bac1bb6296.gif) Скролл мышью не дает плавной прокрутки. ![GIF 21 08 2020 16-08-08](https://user-images.githubusercontent.com/26593946/90894001-9c17ef00-e3c8-11ea-8c38-4940717b6869.gif) Перетягивание минимап - тоже. В минимап gaps никак не отображаются.

hard todo/delayed

Наблюдаю на примере немодального FiL, что он не первый получает событие о хоткеях - они достаются ядру. Например, если, как у меня, `Alt+=` связно в Куд с вызовом команды А,...

talk
API

API has an issue, if ed.attr() adds new attr at the URL begin ("https" word highlited by Highlight Occurences). it makes whole URL highlighted. if attr is added in URL...

bug
hard todo/delayed

Запускаю ```python nm = 'smth' while True: print('nm=',nm) nm = dlg_input('Name', nm) if not nm: break if ID_OK != msg_box('Continue?', MB_OKCANCEL+MB_ICONQUESTION): continue break ``` На ![default](https://user-images.githubusercontent.com/7419630/39303147-c6c9edfa-495d-11e8-8eb8-3faf6534809f.png) жму ОК и попадаю...

API
Lazarus/FPC issue

> I didn't report this bug before, but I've noticed it for more than a year that I've been using CudaText. During a specific but very common operation, **the caret...

![iShot_2022-09-16_16 28 32](https://user-images.githubusercontent.com/16754064/190594066-ee8b5531-d8cb-4437-93e3-de556b391ff6.gif) same as mac intel, not work with any IME,can you help?

hard todo/delayed

I will keep this opened for feedback. 1.170.6 (2022/09) + add: when editing too long lines (2000+ chars), editor turns lexer off for a few seconds. That is to prevent...

enhancement

@veksha @jairomartinezA Pls help me to test this primitive demo http://synwrite.sourceforge.net/forums/viewtopic.php?f=5&t=2884

bug

I have a txt file about 26.5 Mb, 124000 lines. I selected first 7550 lines, deleted them and saved the file. Took about minute or two. I even thought it...

cannot reproduce