English 中文(简体)
NetBeans 缩略微钥匙用于串通/推广一种方法
原标题:NetBeans shortcut key for collapsing/expanding a method

这是一个国际民主和选举援助学会的问题。

我总是采用失败的方法,因为我希望能够把我的方法放在一起。 这是很费时的事,因为我不得不使用 mo气,在宣布该方法之前进行滚动,并点击-(minus)icon。 然后,我就想在+(+)icon上工作并点击的方法。

是否有办法通过一个关键的捷径来进行崩溃(以及两者的扩大)?

最佳回答

我复制了的一块。 http://wiki.netbeans.org/KeymapProfileFor60

第一个选择是Win/Lin,第二个选择是Mac。

Command Windows Mac
Collapse (hide) a block Ctrl + - + -
Expand a Collapsed Block (expand-fold) Ctrl + + + +
Collapse (hide) all code blocks Ctrl + Shift + - + Shift + -
Expand all code blocks (expand-all-folds) Ctrl + Shift + + + Shift + +

1 On Windows you can also use the numpad + and -
2 It says +, achkatually it s the = key

问题回答

只是为了提供一种选择,你是否考虑在成员内部使用“纳格托人观点”? 我通常只剩下所有方法,两度点击纳格托的这种方法,看上去这种方法。 对“纳格托人观点”的看法是,提供方法和领域类型和可见度的视觉指标。

Right click the window -> Code Folds -> Collapse All or Ctrl+Shift+Minus Sounds like what you ar looking for

我发现的最佳工作是,在树木旁边的白色空间进行正确点击,然后点击“一切照旧”

To set default collapsing in netbean tool click Tools->Option->Editor->Folding, enable checkboxes

航人的观点并不显示 lo块、逻辑区块等。 因此,在“如果”这一节下,不可能倒塌,这样你就可以把注意力集中在“......”。

NetBeans只支持根据XML格式的评论说明(一种可怕的解决办法,即民主选举学会的具体特征和你所发现的痕迹与你的法典完全吻合)的串通功能/方法或串通。





相关问题
Spring Properties File

Hi have this j2ee web application developed using spring framework. I have a problem with rendering mnessages in nihongo characters from the properties file. I tried converting the file to ascii using ...

Logging a global ID in multiple components

I have a system which contains multiple applications connected together using JMS and Spring Integration. Messages get sent along a chain of applications. [App A] -> [App B] -> [App C] We set a ...

Java Library Size

If I m given two Java Libraries in Jar format, 1 having no bells and whistles, and the other having lots of them that will mostly go unused.... my question is: How will the larger, mostly unused ...

How to get the Array Class for a given Class in Java?

I have a Class variable that holds a certain type and I need to get a variable that holds the corresponding array class. The best I could come up with is this: Class arrayOfFooClass = java.lang....

SQLite , Derby vs file system

I m working on a Java desktop application that reads and writes from/to different files. I think a better solution would be to replace the file system by a SQLite database. How hard is it to migrate ...

热门标签