文字編輯器

2021-04-22 02:54:11 字數 1015 閱讀 5647

***text editer文字編輯器

data:ref_container_tec type ref to cl_gui_custom_container.

data:ref_edit type ref to cl_gui_textedit.

data:text_line(85), "work area

it_text like standard table of text_line.

"text table

在pbo裡

****文字編輯器

if ref_container_tec is initial.

create object ref_container_tec

exporting

container_name = 'control_area2'

exceptions

others = 6.

create object ref_edit

exporting

parent = ref_container_tec

exceptions

others = 6 .

call method ref_edit->set_*******_mode"

工具欄

exceptions

others = 3.

call method ref_edit->set_statusbar_mode"

狀態列

exceptions

others = 3.

text_line = 'description of picture1:'(tl1).

call method ref_edit->set_text_as_r3table

exporting

table= it_text

exceptions

others = 3.

文字編輯器

include stdio.h include string.h include stdlib.h define len sizeof struct linetable struct linetable main 輸出並加入行號 display struct linetable head else ...

文字編輯器

uedit notepad mybase 筆記類工具 sublime 列模式操作很牛叉 sublime 快捷鍵 常用類操作模式 1.選擇編輯的行,ctrl l,就可以操作了。2.按住shiftr 鍵盤,滑鼠右鍵選擇欲選擇內容。ctrl l 選擇整行 按住 繼續選擇下行 ctrl kk 從游標處刪除至...

文字編輯器

課設中遇到問題在此記錄,也望自己或者哪位能者解決問題 和所需要的檔案在網盤裡 void searchword char str1,linklist temp if data k 0 temp temp next 指向下一行 printf n t t t字串總共出現次數為 d n n sum c su...