Re: [Pydev-code] FW: WRWB search in files under version control
Brought to you by:
fabioz
From: Fabio Z. <fa...@gm...> - 2016-12-20 13:23:03
|
Please file a request at https://www.brainwy.com/tracker/PyDev/ As a note, this should be probably solved at Eclipse itself (if all the editors will need to implement it, it should definitely be at the base not at the custom editor) -- so, you may want to report at bugs.eclipse.org too and add a crosslink in the PyDev tracker to that bug (as a note, I'm ok in adding a workaround for PyDev while that's not solved properly there anyways, as it's really annoying that there's a difference in the editors -- but even more annoying is the fact that editors actually changed that instead of fixing it at the core). Best Regards, Fabio On Tue, Dec 20, 2016 at 10:39 AM, Oberhuber, Martin < Mar...@wi...> wrote: > Hello Pydev experts, > > > > I’m finding that in the Pydev editor, “Ctrl+delete” (Delete next word) > tends to delete too much. > > See here for an accurate description of the problem: > > http://unix.stackexchange.com/questions/320934/ctrldelete- > and-ctrlbackspace-shortcuts > > The issue also affects the “move word” shortcuts (Ctrl+Cursor-right/left). > > > > I did some analysis and found that the JDT and CDT editors in Eclipse have > resolved this, by implementing its own word boundaries (thus overriding the > GTK defaults). Some background is here: > > - https://bugs.eclipse.org/bugs/show_bug.cgi?id=54414 > <https://emea01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fbugs.eclipse.org%2Fbugs%2Fshow_bug.cgi%3Fid%3D54414&data=01%7C01%7Cjohan.compen%40asml.com%7Cd5eec6c5eecb43a354aa08d42056d6db%7Caf73baa8f5944eb2a39d93e96cad61fc%7C1&sdata=WmEJeEYyac9zrmZIuV5SuG19fXdp2jp65eYr9krIi%2F0%3D&reserved=0> > > - https://bugs.eclipse.org/bugs/show_bug.cgi?id=62627#c12 > <https://emea01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fbugs.eclipse.org%2Fbugs%2Fshow_bug.cgi%3Fid%3D62627%23c12&data=01%7C01%7Cjohan.compen%40asml.com%7Cd5eec6c5eecb43a354aa08d42056d6db%7Caf73baa8f5944eb2a39d93e96cad61fc%7C1&sdata=zVrZSWCi43x6UDlV9Tn9%2FMJd%2BjO9qmHmqZjnwv92mb8%3D&reserved=0> > > > > I find it very unfortunate that Eclipse behaves differently when I edit > Java or C/C++ code, versus Python. > > Could the Pydev Editor also implement this, same as JDT and CDT ? > > Where would I file a respective enhancement request ? > > > > Thanks, > > Martin > > -- > > *Martin Oberhuber*, SMTS / Product Owner – Development Tools, *Wind River* > > direct +43.662.457915.85 fax +43.662.457915.6 > > > ------------------------------------------------------------ > ------------------ > Developer Access Program for Intel Xeon Phi Processors > Access to Intel Xeon Phi processor-based developer platforms. > With one year of Intel Parallel Studio XE. > Training and support from Colfax. > Order your platform today.http://sdm.link/intel > _______________________________________________ > pydev-code mailing list > pyd...@li... > https://lists.sourceforge.net/lists/listinfo/pydev-code > > |