View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001883 | Far Manager | Editor | public | 2011-09-16 02:28 | 2011-09-22 09:16 |
Reporter | jdarias | Assigned To | DrKnS | ||
Priority | normal | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Platform | x86 | OS | Windows | OS Version | 7 |
Product Version | 2.0 | ||||
Fixed in Version | 3.0 | ||||
Summary | 0001883: Spaces generated in editor when using numeric keypad | ||||
Description | When i use certain characters (/*-+. from the numeric keypad) at the begining of a sentence in the editor, instead of autocreating tab characters for indentation, FAR creates their equivalent in spaces. This is annoying, since it breaks the code layout when i see the file in another editor. For example, <script [tab]function foo() { [tab][tab]this.foo=5; ··········// These slashes create a space indentation instead of tabs because they came from the numeric keypad. ··········// And they will propagate to other lines, because of autoindentation. [tab][tab]//If i create them with the alphanumeric keyboard, normal tabs appear. [tab]} </script | ||||
Steps To Reproduce | 1. Activate autoindentation in the FAR editor. 2. Go to the editor, and type tab to indent the line. Write something. 3. Press return and type any of these characters from the numeric keypad / * - + . 4. Activate show whitespaces in the editor: you´ll see that instead of creating tabs to indent the line, the editor has created spaces. | ||||
Tags | No tags attached. | ||||
Build | 2201 | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2011-09-16 02:28 | jdarias | New Issue | |
2011-09-22 09:16 | DrKnS | Build | => 2201 |
2011-09-22 09:16 | DrKnS | Note Added: 0007728 | |
2011-09-22 09:16 | DrKnS | Status | new => closed |
2011-09-22 09:16 | DrKnS | Assigned To | => DrKnS |
2011-09-22 09:16 | DrKnS | Resolution | open => fixed |
2011-09-22 09:16 | DrKnS | Fixed in Version | => 3.0 |