Thread Rating:
  • 357 Vote(s) - 2.91 Average
  • 1
  • 2
  • 3
  • 4
  • 5
CDEのコメント行付与時の+-記号の意味について
02-28-2012, 12:51 PM,
#1
CDEのコメント行付与時の+-記号の意味について
CDEで編集時、行コメントを付与する際、コメントする行にカーソルをおき、
[ctrl]+[/]を押すとその行がコメントになりますが、
(みなさん御存知でしたか?)
行によって

||++

||--

と、プラスマイナスの記号が付与されるのですが、プラスマイナスの振り分けの意味はどのように
なっているのでしょうか?これらの説明ってドキュメントビューワ等に出ているのでしょうか?
02-29-2012, 11:30 AM,
#2
RE: CDEのコメント行付与時の+-記号の意味について
コメント対象の行に先頭のスペースの数が少なくとも4つ以上あるなら、||++でコメントされ、それ以外は||--でコメントされるようですね。
EclipseのCDEヘルプにあります。

Toggle Comment uses either ||++ or ||-- at the beginning of the line to mark the entire line as a comment. If all the selected lines have at least four spaces at the beginning, the editor replaces the initial spaces with ||++. Replacing the spaces keeps the commented code at the same indentation level as uncommented code, which makes the code easier to read. If any of the selected lines do not have at least four spaces at the beginning, the editor adds the string ||-- to the beginning of the line.
02-29-2012, 12:49 PM,
#3
RE: CDEのコメント行付与時の+-記号の意味について
ドキュメントビューアばかり見ていてeclipseのヘルプを見るということを
すっかり忘れていましたBlush
どうもありがとうございました。

Forum Jump:


Users browsing this thread:
1 Guest(s)

MyBB SQL Error

MyBB has experienced an internal SQL error and cannot continue.

SQL Error:
1017 - Can't find file: 'mybb_threadviews' (errno: 2)
Query:
INSERT INTO mybb_threadviews (tid) VALUES('418')