diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2015-03-10 18:35:00 +0100 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2015-03-10 18:35:00 +0100 |
commit | a0d1231340617ab28a941f723793ad7be242ca0c (patch) | |
tree | 68d3e0aea009e034a6abafc4dd3a89629641db37 /src/interface-curses.cpp | |
parent | 67b846c099968439c415ae18fcc6736bdd26e233 (diff) | |
download | sciteco-a0d1231340617ab28a941f723793ad7be242ca0c.tar.gz |
always normalize directory separators to "/" in the "*" Q-Register
* on Windows, this register contained backward slashes. This means
that macros working with that register had to cope with both
forward and backward slashes.
* The file names are still displayed in the native style by the UI
* This approach also has disadvantages: What if the user wants
to insert the current file name somewhere where "\" is expected?
However, this seems to be an unlikely case and the use can still
replace the "/" with "\" again.
* Avoid some virtual method calls in QRegisterBufferInfo
Diffstat (limited to 'src/interface-curses.cpp')
0 files changed, 0 insertions, 0 deletions