Alexey-T / CudaText

Cross-platform text editor, written in Free Pascal
Mozilla Public License 2.0
2.54k stars 173 forks source link

Menuitem 'Open URL' can't open ONLY the selection #5673

Closed jczanfona closed 2 months ago

jczanfona commented 2 months ago

In this case for example: image

opens the entire URL, not only the selection

Tx a lot !!

Alexey-T commented 2 months ago

it is like in Sublime. also: if user selects part NOT from the beginning, selected URL part will be broken, and opening of selection is very bad.

ildarkhasanshin commented 2 months ago

also: if user selects part NOT from the beginning, selected URL part will be broken, and opening of selection is very bad.

даже трудно представить юзера, который выделяет часть ссылки udatext.github.io по мне, тоже логичнее по выделению открыть только нужную часть ссылки github.io

Alexey-T commented 2 months ago

это сработает только для http/https, для mailto/ftp уже нет. плохо

ildarkhasanshin commented 2 months ago

ну если ты выделяешь часть ftp.test.org из ftp://ftp.test.org:8080/index.php то логично, что ожидаешь открытия http://ftp.test.org или mail@test.org из mailto:mail@test.org

it is like in Sublime

хотя да, в st3 и vscode нема такого, но в ct было бы логичнее и удобнее

Alexey-T commented 2 months ago

в частном случае ftp.test.org я могу догадаться что прилепить слева. в общем случае нет. а должно работаьть стабильно.

отказать.