From: SourceForge.net <no...@so...> - 2006-05-22 11:18:44
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3744288 By: fabioz Strange, in my configuration there is one action binded to Ctrl+Tab (namely: Convert tabs to space-tabs). If you press Ctrl+Tab in the key sequence it should appear (and removing that binding should make it work in pydev). Cheers, Fabio ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=293649 |
From: SourceForge.net <no...@so...> - 2006-05-22 12:52:27
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3744381 By: arnetheduck Hi, Yes, now that you mention it I remember removing that keybinding (just checked, both convert-bindings in the pydev editor are empty) some time ago, but that didn't help either, so now I started looking for other non-obvious explanations but couldn't find any. ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=293649 |
From: SourceForge.net <no...@so...> - 2006-05-22 16:09:56
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3744675 By: fabioz When you add the keybinding you need to specify its scope (in 'when' at the bottom of the keybinding dialog). Did you try specifying it to the pydev editor scope? -- I just tried that and it worked for me So, if it still does not work, please report back. Cheers, Fabio ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=293649 |
From: SourceForge.net <no...@so...> - 2006-05-23 09:01:28
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3746012 By: arnetheduck Hi, I got it to work as well, but now I've been playing around with it some more. Here's the strange thing: 1) press "restore defaults", ctrl-tab is assigned to "convert tabs to spaces" in "pydev editor scope" and to nothing else. Pressing ctrl-tab in the key sequence confirms this 2) choose category "window", "next editor", when "in windows" and add ctrl-tab. "convert tabs to spaces" disappears from the list of ctrl-tab assignments (even when choosing pydev:editor then "convert tabs to spaces"). ctrl-tab now works for my jdt, cdt, ruby, php and other editors, but pydev still tries to convert tabs to spaces, even though this action is not visible in the preferences. 3) Assign ctrl-tab explicitly to: when "python editor scope" (so now it's set "in windows" and "pydev editor scope" which indectly inherits from "in windows" according to the preferences. ctrl-tab works as expected with pydev as well. 4) Here's the funny part: Remove ctrl-tab for "pydev editor scope", so that it's only assigned to "in windows", identical to 2. ctrl-tab keeps working for pydev (And all other editors). Seems like there's something fishy about the key assignment inheritance options here =) ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=293649 |
From: SourceForge.net <no...@so...> - 2006-05-23 10:38:36
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3746266 By: fabioz Yep, seems like an eclipse bug to me (you can try reporting that to the eclipse guys at eclipse.org) Cheers, Fabio ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=293649 |
From: SourceForge.net <no...@so...> - 2006-05-23 11:23:27
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3746477 By: arnetheduck I just might do that, this was annoying me to no end =) thanks for the help! =) ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=293649 |