91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

在JBuilder5中增加注釋與反注釋工具 (轉)

發布時間:2020-08-07 22:26:26 來源:ITPUB博客 閱讀:100 作者:worldblog 欄目:編程語言
在JBuilder5中增加注釋與反注釋工具 (轉)[@more@]

看了levin_zhang寫的注釋與反注釋Comment/Uncomment selected code in Visual C++ 文章, 也想到在JBuilder5中沒有這樣的功能, 于是也寫了一個Comment/Uncomment工具.

JBuilder5提供了一個Open Tools開發工具給使用者來增強JBuilder5的功能。更多的這樣的Open tools工具請看www.borland.com  的community中的code contral.

實現comment/uncomment的功能代碼如下:

  private boolean CreateComment()
  {
  String selection = target.getSelectedText();
  String newSelection;
  if ( (selection.trim().startsWith("/*") && selection.trim().endsWith("*/")))
  {
  StringBuffer sb = new StringBuffer(selection);
  newSelection = sb.substring(2,selection.length()-2);
  }else
  {
  newSelection = "/*" + selection + "*/";
  }
  target.replaceSelection(newSelection);
  return true;

  }

感謝.NET">Christopher Fitch,  我的這個程式參考了他的JavaDocCreator.

這個工具的名字是JavaCommentCreator.jar,使用時將其放到jbuilder5/lib/ext/目錄中,重新啟動jbuilder即可.

使用方法,選取一段文字,點右鍵出現菜單,選 Comment/Uncomment Selection即可。在所選 文字的兩端加上的/*和*/, Uncomment時從/*選到*/再點Comment/Uncomment Selection菜單即可.

下載地址:

ASP?id=856">http://www.csdn.net/filebbs/read_topic.asp?id=856


 


向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

沁水县| 临泽县| 山东省| 阿克苏市| 兰溪市| 塘沽区| 松桃| 景洪市| 沅江市| 邢台市| 和政县| 武夷山市| 旬阳县| 涟水县| 从化市| 克拉玛依市| 淮北市| 大余县| 漯河市| 徐闻县| 阿克陶县| 鄂伦春自治旗| 神木县| 罗平县| 喀喇| 丹江口市| 鹿邑县| 黎川县| 呼和浩特市| 高邮市| 广平县| 左贡县| 牡丹江市| 景东| 莒南县| 如东县| 安陆市| 原平市| 八宿县| 陵川县| 中方县|