Japanese

EE2E

EE2E Q and A


How to change indent length?
[Q] Please teach me how to change indent length.
[A] GUI is not preparing.
Please change the configuration library file of plugin.
It can specify by changing the number of a <ee2e indent="4"> setup of a file called ./jp.ne.ruru.park.ando.ee2e/lib/XXX.ee2e.

Pressing the TAB character does nothing than moving the cursor 4 characters to the right.
[Q] As an emacs Tab addicted, I was trying to install EE2E on eclipse, butfailed :
the plugin is not even listed in the plugin list (yet, i've unzipped the features in the features dir and the plugin in the plugins directory).
Is EE2E compatible with eclipse 3.0 M3 ?
If it is, what can i do to check what went wrong ?

Thanks for any hint.
[A]
  1. EE2E is compatible with eclipse 2.1.x.

  2. When the holder which installed Eclipse is "c:/eclipse", please check that "features" and "plugins" folder are as follows.
    (*)The number of versions may change.

    c:/eclipse/features/jp.ne.ruru.park.ando_2.6.3
    c:/eclipse/features/org.eclipse.jdt.source_2.1.1
    c:/eclipse/features/org.eclipse.platform.win32.source_2.1.1
    c:/eclipse/features/org.eclipse.jdt_2.1.1
    c:/eclipse/features/org.eclipse.platform.win32_2.1.1
    c:/eclipse/features/org.eclipse.pde_2.1.0
    c:/eclipse/features/org.eclipse.platform_2.1.1
    c:/eclipse/features/org.eclipse.platform.source_2.1.1
    c:/eclipse/features/org.eclipse.sdk.win32_2.1.1

    c:/eclipse/plugins/jp.ne.ruru.park.ando.ee2e.doc_2.6.3
    c:/eclipse/plugins/jp.ne.ruru.park.ando.ee2e_2.6.3
    c:/eclipse/plugins/org.apache.ant_1.5.3
    c:/eclipse/plugins/org.apache.lucene_1.2.1
    c:/eclipse/plugins/org.apache.xerces_4.0.13
    c:/eclipse/plugins/org.eclipse.ant.core_2.1.1
    c:/eclipse/plugins/org.eclipse.compare_2.1.0
        ........
    c:/eclipse/plugins/org.eclipse.update.core.win32_2.1.0
    c:/eclipse/plugins/org.eclipse.update.core_2.1.0
    c:/eclipse/plugins/org.eclipse.update.ui.forms_2.1.0
    c:/eclipse/plugins/org.eclipse.update.ui.win32_2.1.0
    c:/eclipse/plugins/org.eclipse.update.ui_2.1.1
    c:/eclipse/plugins/org.junit_3.8.1

  3. Please reboot Eclipse.

  4. Please open "Install perspective", and check that EE2E plugin is displayed. 557x805(84962bytes)

  5. jp.ne.ruru.park.ando.ee2e.ut plugin (is acquirable from CVS) is fragment for TestCase of EE2E project.
    Please do not usually install this.


Pressing the TAB character does nothing than moving the cursor 4 characters to the right.
[Q] Hello,

I am using eclipse 2.1.1 and I have downloaded the EE2e Plug in.
It seems that the plug in is configured (I've copied the necesay resources, and eclipse found it and installed it) properly; however pressing the TAB character does nothing than moving the cursor 4 characters to the right.

Could you give a bit of help?

Thanks a lot in advance,
[A] Four cases can be considered.
Case 1:The editor which EE2E offers is not opened.
Case 2:EE2E does not understand the extension.
Case 3:The Tab key is already binding by other plugin.
Case 4:Other plugin has blocked EE2E plugin.

Case 1:The editor which EE2E offers is not opened.
Please check that a menu buffer has the EE2E.
Supposing EE2E does not exist in a menu bar, the following two cases can be considered.
Case1-1:What is not Editor of EE2E is opened.
Case1-2:The error has occurred.

Case1-1:What is not Editor of EE2E is opened.
Please choose a file to use from Package Exprloer.
Please display a pop up menu from a file.
Please choose Open With from pop up menu.
Please choose EE2E Editor.

Case1-2:The error has occurred.
In this case, it is necessary to make an error specify.
Please let me know the contents of Error Log View.

Error Log View is opened as follows.

Windows is chosen from Menu bar.
Show View is chosen from Windows.
Other is chosen from Show View.
Show View Dialig is opened.
PDE Runtime is chosen from Show View Dialog.
Error Log is chosen from PDE Runtime.

Case 2:EE2E does not understand the extension.
EE2E guesses the major-mode(Indent rule) from extension.
Probably the extension is opened with the text-mode.
Please tell me an extension to open.

Case 3: The Tab key is already binding by other plug-in
Please check the following.
[Windows] is chosen from Menu bar.
[Preferences] is chosen from [Windows].
[Preferences] Dialig is opened.

Workbench-> keys->Commands:->EE2E Refactoring->Line indentification-> Assigned key sequences:->The scope which you want to use-> Command to which the key sequence 'TAB' is assigned:
623x816(109454bytes)

Case 4: Other plugin has blocked EE2E plugin.
It is surmised that other plug-in is interfering with EE2E.
Please delete all extended plug-in except EE2E plug-in installed in Eclipse, and please check that the TAB key by EE2E operates.
Or please let me know the information on all extended plug-in installed in me.

ando@park.ruru.ne.jp