commit | 96460a8a12615f3138173996f7481cc86c70a9f1 | [log] [tgz] |
---|---|---|
author | Laurent Dufresne <laurent.dufresne@hotmail.com> | Sun Jul 28 09:51:20 2024 +0200 |
committer | ocornut <omarcornut@gmail.com> | Mon Jul 29 11:23:47 2024 +0200 |
tree | 069518400760340f3f6f7359c07e9f63a30bc8f4 | |
parent | 79e83d6535291f41430d900c8d71d7fd0e9b47f0 [diff] |
InputText: Added '\' and '/' as word seperator. (#7824, #7704) Adding those seperators means that ctrl+(left|right)-arrows and ctrl+backspace will stop at slashes, which is more inline with how most software works and generally is very convenient when dealing with paths or urls.