This website requires JavaScript.
Explore
Help
Register
Sign In
MDS
/
openide
Watch
1
Star
0
Fork
0
mirror of
https://gitflic.ru/project/openide/openide.git
synced
2026-09-25 21:16:44 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
36ca5d6a23b3b16ac1f5c19a1a2e9f58d7ced312
openide
/
python
/
testData
/
selectWord
T
History
Dmitry Jemerov
363b5a6fe9
select word works correctly inside escape sequence (PY-9014)
2013-11-04 18:55:29 +01:00
..
comma
added tests for selection
2010-12-01 20:22:04 +03:00
escapeSequence
Select Word handles escape sequences in Python string literals (PY-9014)
2013-03-01 15:58:00 +01:00
escapeSequenceRaw
PyStringLiteralLexer doesn't handle escape sequences in raw strings (PY-10322)
2013-10-31 21:00:15 +01:00
insideEscapeSequence
select word works correctly inside escape sequence (PY-9014)
2013-11-04 18:55:29 +01:00
list
added tests for selection
2010-12-01 20:22:04 +03:00
literal
step to select string literal without quotes in Ctrl-W (PY-1489)
2010-08-17 21:35:46 +04:00
slice
smart handling for slices in select word (PY-288)
2010-01-19 21:17:09 +03:00
word
…