Bug 246927 - [Tab always indents line] check box text is out of sync with java editor preferences
Summary: [Tab always indents line] check box text is out of sync with java editor pref...
Status: NEW
Alias: None
Product: DLTK
Classification: Technology
Component: Common (show other bugs)
Version: unspecified   Edit
Hardware: PC All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: dltk.common-inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-10 18:39 EDT by Atsushi Hasegawa CLA
Modified: 2008-09-11 02:10 EDT (History)
1 user (show)

See Also:


Attachments
Preferences dialog image (35.91 KB, image/png)
2008-09-10 19:09 EDT, Atsushi Hasegawa CLA
no flags Details
patch for PreferencesMessages.properties (1.13 KB, patch)
2008-09-10 19:11 EDT, Atsushi Hasegawa CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Atsushi Hasegawa CLA 2008-09-10 18:39:53 EDT
Step:
1. Open default ruby editor preferences
Window | Preferences...
< Ruby / Editor >

// exp: [Tab key adjusts the indentation of current line] check box is displayed which is identical feature with java editor.
// act: [Tab always indents line]check box is displayed.
Comment 1 Atsushi Hasegawa CLA 2008-09-10 19:09:34 EDT
Created attachment 112272 [details]
Preferences dialog image
Comment 2 Atsushi Hasegawa CLA 2008-09-10 19:11:10 EDT
Created attachment 112273 [details]
patch for PreferencesMessages.properties
Comment 3 Alex Panchenko CLA 2008-09-11 02:10:43 EDT
I don't see where this option is used in the code, so before fixing the checkbox text we should fix the functionality behind it.