Java 編輯器使用筆記

2021-04-17 10:49:11 字數 915 閱讀 2477

compositeruler ruler 

=new

compositeruler();       

sourceviewer sv 

=new

sourceviewer(composite,ruler,swt.border 

|swt.h_scroll 

|swt.v_scroll );         

linenumberrulercolumn linecol 

=new

linenumberrulercolumn();       

ruler.adddecorator(

0, linecol);       

document doc 

=new

document(「第一行/n第二行/n第三行/n」);                

sv.setdocument(doc);

ieditorinput editorinput

=null

;string editorid

=null

;editorinput

=mapeditorinput;

editorid="

test.editors.mapeditor";

if(editorinput

==null

||editorid

==null

)return

;iworkbenchpage workbenchpage

=getviewsite().getpage();

ieditorpart editor

=workbenchpage.findeditor(editorinput);

trycatch

(partinitexception e2)

LaTex 編輯器使用筆記

使用筆記參考檔案lshort zh cn.pdf 一篇latex文章包括了導言區和正文區兩大部分 導言區設定格式 正文部分套用格式 文章以 document 環境為界,在 document 環境前面的是導言區,環境內部的是正文區,環境之後的部分被忽略 一段簡單的latex檔案 導言區 documen...

Linux vi編輯器使用

輸入 vi file name 就可以編輯或建立乙個資料夾 1。插入模式 這具模式是通過在命令模式按下 i i o o a a 等乙個就可以。2。命令模式 這是使用者輸入法單鍵命令的模式。在其華宇模式中按下esc鍵就可以進入到命令模式。3。冒號械 從命令模式輸入乙個冒號 就可以進入這個模式。這裡使用...

CSDN markdown編輯器使用

本markdown編輯器使用stackedit修改而來,用它寫部落格,將會帶來全新的體驗哦 markdown 是一種輕量級標記語言,它允許人們使用易讀易寫的純文字格式編寫文件,然後轉換成格式豐富的html頁面。維基百科 使用簡單的符號標識不同的標題,將某些文字標記為粗體或者斜體,建立乙個鏈結等,詳細...