Question

In Eclipse Juno with PyDev,

Please let me know How to auto-select whitespace when I double-click a space.

In other editors, I can auto-select all whitespaces when I double-clicked a space between the spaces. However, In Eclipse, it doesn't work.

for example,

         var          = 111

when I double click any space between 'r' and '=', all white space should be selected.

Many thanks in advance~

Était-ce utile?

La solution

You're right, this is something that isn't working on PyDev/Eclipse.

Please create a feature request at

https://sw-brainwy.rhcloud.com/tracker/PyDev/

Note: the work is guided through votes in the tracker or pull requests, if someone is interested in doing a pull-request, the related class would be: org.python.pydev.editor.PyDoubleClickStrategy (and details for getting the pydev code: http://pydev.org/developers.html)

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top