zoukankan      html  css  js  c++  java
  • EV: "Insert spaces for tabs" does not work in Eclipse

    Keywords: text editor, eclipse, indention, tabs, spaces, whitespaces, white spaces, convert

    "I have enabled the "Insert spaces for tabs" but there are still tabs fore tabs in editor that I am writing code. Why?"

    Actually, there are other settings beside the setting for Text Editor. See below.

    Java Editor

    1. Click Window » Preferences
    2. Expand Java » Code Style
    3. Click Formatter
    4. Click the Edit button
    5. Click the Indentation tab
    6. Under General Settings, set Tab policy to: Spaces only
    7. Click OK ad nauseum to apply the changes.

    Default Text Editor

    Before version 3.6:

    Window->Preferences->Editors->Text Editors->Insert spaces for tabs
    

    Version 3.6 and later:

    1. Click Window » Preferences
    2. Expand General » Editors
    3. Click Text Editors
    4. Check Insert spaces for tabs
    5. Click OK ad nauseum to apply the changes.

    Note that the default text editor is used as the basis for many non-Java editors in Eclipse. It's astonishing that this setting wasn't available until 3.3.

    C / C++

    1. Click Window » Preferences
    2. Expand C/C++ » Code Style
    3. Click Formatter
    4. Click the New button to create a new profile, then OK to continue
    5. Click the Indentation tab
    6. Under General Settings, set Tab policy to: Spaces only
    7. Click OK ad nauseum to apply the changes.

    HTML

    1. Click Window » Preferences
    2. Expand Web » HTML Files
    3. Click Editor
    4. Under Formatting, select the Indent using spaces radio button
    5. Click OK to apply the changes.

    CSS

    Follow the same instructions for HTML, but select CSS Files instead of HTML Files.

    JSP

    By default, JSP files follow the formatting preferences for HTML Files.

    XML

    XML files spacing is configured in Preferences.

    1. Click Window » Preferences
    2. Expand XML » XML Files
    3. Click Editor
    4. Select Indent using spaces
    5. You can specify the Indentation size if needed: number of spaces to indent.

    Reference: http://stackoverflow.com/questions/407929/how-do-i-change-eclipse-to-use-spaces-instead-of-tabs

  • 相关阅读:
    perl next和last
    用 Flask 来写个轻博客 (26) — 使用 Flask-Celery-Helper 实现异步任务
    mysql 更新唯一主键列 被堵塞
    perl + 匹配前导模式一次或者多次
    跨域
    日志处理
    FineBI:一个简单易用的自助BI工具
    FineBI:一个简单易用的自助BI工具
    bootstrap-treeview
    Bootstrap树形菜单插件TreeView.js使用方法详解
  • 原文地址:https://www.cnblogs.com/weihongji/p/4395673.html
Copyright © 2011-2022 走看看