文字編輯器

2021-04-12 13:43:30 字數 1191 閱讀 9518

#include "stdio.h"

#include "string.h"

#include "stdlib.h"

#define len sizeof(struct linetable)

struct linetable ;

main()

//輸出並加入行號

display(struct linetable *head)

else if (*pch=='/0')

else

} }

init(struct linetable *tail)

else

}while(ch!='#');

p=(struct linetable *)malloc(sizeof(len));

p->next=null;

tail->next=p;

tail=p;

p->front=pch;

p->length=0; }

handle(struct linetable *head)

; //行修改

char remove=; //行清除

//定製操作語句結束

char str[3][100],ch;

int i;

for (i=0;i<3;i++)             //為什麼這裡用getchar()輸入就不管用??????

scanf("%s",str[i]);

getch();

if (!strncmp(str[0],reedit,strlen(reedit))) reedit(str,head);

else if (!strncmp(str[0],remove,strlen(remove))) printf("handle remove");

getch(); }

reedit(char handle[3][100],struct linetable *head)

for (i=1;inext; }

if(strlen(handle[2])>p->length)

*ch='/n';

ch+=sizeof(char); }

else

*ch='/n';

ch+=sizeof(char);

p->length=strlen(handle[2]); }

}  

文字編輯器

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 t...

文字編輯器

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...

文字編輯器

有許多可編寫純文字的編輯器。事實上,無論你使用的是哪種作業系統的計算機,它都已安裝了一種編輯器。如果你使用的是 pc,有 記事本 notepad 程式。如果你使用的是 mac,有 文字編輯器 textedit 程式。如果使用的是 linux 分發,則至少具有一個命令列文字編輯器,例如 nano 或 ...

vi文字編輯器

一 操作模式 1 三種操作模式 命令模式 command mode 插入模式 input mode 末行模式 last line mode 2 執行與結束 在系統提示字元 如 下敲入vi 文件名稱 vi 可以自動幫你載入所要編輯的檔案或是開啟一個新 檔案 如果該檔案不存在或缺少檔名 進入 vi 後螢...