在这里,你们所有民间人士都迅速提出问题:
在Netbeans IDE中,能否像微软Word或背景代码编辑一样,在编码窗口顶上展示一名统治者? 如果是,如何?
我尝试了这样做,但没有结果。
在这里,你们所有民间人士都迅速提出问题:
在Netbeans IDE中,能否像微软Word或背景代码编辑一样,在编码窗口顶上展示一名统治者? 如果是,如何?
我尝试了这样做,但没有结果。
我相当确信,答案是没有的,因为编辑现在在场。 唯一与遥远的方面是右边线,可以在主编下,在格式上加以规定。 它绝非充当统治者,但至少给你一个 h子,你打上了一栏。
In order to get this functionality, either a module would have to be written that adds the functionality to the editor, or the development team would have to add it to the core editor code. A feature request can be made on Netbeans.org s issues page. Be sure to search first, as someone may have already made the request.
If by ruler you mean you want to show which character/column you re on, you can get that information from the looking in the bottom right hand portion of the editor window (shown as "row | column"), but if by ruler you mean grid, it isn t doable with Netbeans out of the box. You only get the character limit line, which is still defaulted to 80 characters for those required to print their code for review or delivery artifacts (...shiver...) That limit line can be set in NB 7.2 (et al) from menu Tools -> Options -> Editor -> Formatting then look for Right Margin. The color can be set on the Tools -> Options -> Fonts and Colors then look for Text Line Limit.
I don t add this next possibility without a bit of eye rolling, but given Netbeans great horizontal splitting, you could always mimic a top ruler by creating a ruler.txt file with this as the text:
***|***1***|***2***|***3***|***4***|***5***|***6***|***7***|***8***|***9***|***0
接着,该档案被涂tab,然后移到头部。 我要说的是,现在是为了拯救所有那些目前为 mo忙而接触的人,点击与爆炸我有关的评论,但为了实际目的,这完全是关键和真正不必要的:
Is there a Toad type application for Sybase? I can t seem to find a single one! I ve tried using VS 2008 but can t see the sproc source.
I ve just started a job where I m programming in C on a Mac, which is my first experience using a Mac for development. For now I m using Xcode as my editor, then using make/gcc/svn at the command line ...
I got tired of searching and never finding a programming language that fits my needs (and I suppose most good programmers feel somewhat the same way). Anyway, I do have an idea of what I d like for a ...
I looked at Code::Blocks and it certainly looks great for c++ development, I like it s multiplatform capabilities (runs everywhere), but I wanted to get your feedback. Is it good/stable enough to be ...
I know its a bit too early, but I ve been trying out Go (Google s Programming Language) and its kindof annoying to write code in gedit. So, my question: What do you use to experiment with Go?
Ok, I m going nuts here. For the last (almost) four years, I ve been putting up with some extremely bad behavior from my Delphi 5 IDE. Problems include: Seemingly random errors in coride50.bpl ...
Happy Friday — Does anyone know if eclipse has the notion of smart quotes like Textmate. The way it works is to select some words and quote them by simply hitting the " key? I m a newbie here so be ...
Currently I m incrementing a value called wert by 1 with the following code: getEval storedVars[ wert ]=${wert}+1; The value wert is something like 80401299. I want to add 1 to the value, if it ...