Palmer Eldritch
- Total activity 15
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 6
-
Created Any way I can search _only_ for code occurrences ?
The "search in path" dialog features two options:to search only in comments and string literals. Is there a way to search in code only ? That is, NOT comments OR string literals ?Thanks -
Created Pycharm flags regex that compiles fine
C:\_\Python27\python.exe -u C:\__\JetBrains\PyCharm Community Edition 3.4\helpers\pydev\pydevconsole.py 40638 40639 PyDev console: starting.import sys; print('Python %s on %s' % (sys.version, sys....