最近很多小伙伴都在问带有引号和其他块的Eclipse环绕和eclipse引号遇中文变小这两个问题,那么本篇文章就来给大家详细解答一下,同时本文还将给你拓展configurationforeclipse
最近很多小伙伴都在问带有引号和其他块的Eclipse环绕和eclipse引号遇中文变小这两个问题,那么本篇文章就来给大家详细解答一下,同时本文还将给你拓展configuration for eclipseME plugin in eclipse 3.1[eclipse ME 在eclipse 3.1中的配置(以MOTO为例)]、eclipse PHP如何始终显示行号和修改单引号不加粗、Eclipse中使用Working Set让eclipse环境看着更清爽、eclipse中安装插件pydev来开发eclipse时出现引用不了其它模块的情况的解决方法等相关知识,下面开始了哦!
本文目录一览:- 带有引号和其他块的Eclipse环绕(eclipse引号遇中文变小)
- configuration for eclipseME plugin in eclipse 3.1[eclipse ME 在eclipse 3.1中的配置(以MOTO为例)]
- eclipse PHP如何始终显示行号和修改单引号不加粗
- Eclipse中使用Working Set让eclipse环境看着更清爽
- eclipse中安装插件pydev来开发eclipse时出现引用不了其它模块的情况的解决方法
带有引号和其他块的Eclipse环绕(eclipse引号遇中文变小)
我发现自己想在eclipse中突出显示一个字符串,并用双引号或单引号引起来。我似乎找不到快捷方式。例如,在textmate中,如果我突出显示一个字符串并键入’或“,则字符串将被它们包围。同样,我也认为适用于)和}。
我已经添加了执行此操作的代码模板,但是它从未出现在菜单中,而且似乎也没有办法为其创建快捷方式。请注意,这应该完全由键盘驱动,并且不涉及任何辅助菜单,这始终是我的目标。
答案1
小编典典转到 Java >编辑器>模板,然后添加一个 新模板 ,例如,名为 quote
:
"${word_selection}"${cursor}
然后,在编辑器中,编写要引用的文本,将其 选中 ,按 Ctrl
+Space
,键入 quote
并单击Return
。突出显示的文本应立即引用。
如果在按Ctrl
+ 时没有收到模板建议Space
,请确保已在 _Java >编辑器> Content Assist>高级_中将其选中。
刚刚尝试过,它对我有用!
configuration for eclipseME plugin in eclipse 3.1[eclipse ME 在eclipse 3.1中的配置(以MOTO为例)]
- install eclipseME plugin
- install sun''s wireless tool kit 2.1 or other compatible toolkits
- enter windows->preference->platform components, right click wireless ToolKits and select add..... Select the right directory(sample: C:/WTK21)
- for Moto SDK,
- you may choose to add one profile. sample(MOTOM1--add midp.zip in M1 lib as external jar)
- Add platform definition. Sample(MOTOM1--select the profile MOTOM1)
- Enter Run->External Tools->External Tools.. and create a new configuration by clicking button(NEW) Parameters are set as below sample for V600(j2me-v600):
- Location: C:/Program Files/Motorola/SDK v4.3 for J2ME/EmulatorA.1/bin/emujava.exe
- working directory: c:/Program Files/Motorola/SDK v4.3 for J2ME/EmulatorA.1/bin
- arguments: ${project_loc}/deployed/${project_name}.jad -deviceFile resources/V600.props
- you may get working information by run "C:/Program Files/Motorola/SDK v4.3 for J2ME/launchpad.exe"
- To create a new J2ME project, you may first create a j2me project and then create a midlet
- To test it with MOTO V600 simulator, you need to create the package first and then select run->external tools->j2me-v600
- To test it with sun''s simulator, just enter run->run as->Emulated J2ME Midlet
原文链接: http://blog.csdn.net/swingseagull/article/details/313114
eclipse PHP如何始终显示行号和修改单引号不加粗
eclipse PHP怎么始终显示行号和修改单引号不加粗?
eclipse PHP怎么始终显示行号和修改单引号不加粗?
------解决方案--------------------
------解决方案--------------------
窗口->首选项
Eclipse中使用Working Set让eclipse环境看着更清爽
怎么新建working set
0.[最简单方法] 在 package explorer 空白处,右击,new->Other->Java Working Set,
输入 Working Set 的名字,选择相应的Projects(按住Ctrl,一次选多个;按住Shift,连续选择),Finish.
创建好 working set 之后 , 选择 package explorer 的 倒三角 ,Top Level Elements->Working Sets
1.在 java perspective 点击 package explorer 的 倒三角 ,选择 Configurate Working Sets,
弹出面板当中选择 new,之后步骤同上.

2.在 javaEE perspective 点击 package explorer 的 倒三角 ,选择 Select Working Sets,
弹出面板当中选择 new,之后步骤同上.

怎么修改Working Set
0.在java perspective下,点击 package explorer 的 倒三角 ,选择 Configurate Working Sets,
弹出面板当中选中要修改的 working set , edit.
1.在javaEE perspective下,点击 package explorer 的 倒三角 ,选择 Select Working Sets,
弹出面板当中选中要修改的 working set , edit.
eclipse中安装插件pydev来开发eclipse时出现引用不了其它模块的情况的解决方法
在import引入其它模块时总是出现unrolved import的情况。。解决方法:
1、在项目上右键点击,选择properties,之后选择PyDev-Interface/Grammer
2、之后点击"click here to configure an interpreter not list"
3、在liberies下,选择"new folder"
4、之后选择该项目所在的src的目录
之后就可以,只要引用正确,就可以了。。。
注意:python的模块引用方式和java的有点不一样,本人起初也是没有注意,才走了很多弯路。
如何引用其他包中的模块的方式,请参考:http://www.runoob.com/python3/python3-module.html
关于带有引号和其他块的Eclipse环绕和eclipse引号遇中文变小的问题我们已经讲解完毕,感谢您的阅读,如果还想了解更多关于configuration for eclipseME plugin in eclipse 3.1[eclipse ME 在eclipse 3.1中的配置(以MOTO为例)]、eclipse PHP如何始终显示行号和修改单引号不加粗、Eclipse中使用Working Set让eclipse环境看着更清爽、eclipse中安装插件pydev来开发eclipse时出现引用不了其它模块的情况的解决方法等相关内容,可以在本站寻找。
本文标签: