[過去ログ]
EmEditor Part5 (1001レス)
EmEditor Part5 http://egg.5ch.net/test/read.cgi/software/1074319808/
上
下
前
次
1-
新
通常表示
512バイト分割
レス栞
このスレッドは過去ログ倉庫に格納されています。
次スレ検索
歴削→次スレ
栞削→次スレ
過去ログメニュー
405: 名無しさん@お腹いっぱい。 [sage] 04/01/23 03:51 ID:t3nrXAtq >>394 作ってみた。眠いのでもう寝る 寝てる間にデバッグ希望 var wordLen; var tmp; document.selection.StartOfDocument(); document.selection.Find("[0-9a-zA-Z]+", eeFindReplaceRegExp + eeFindReplaceOnlyWord); document.selection.SelectAll(); while (document.selection.FindRepeat(eeFindRepeatNext)) { wordLen = document.selection.Text.length; document.selection.CharLeft(true); tmp = document.selection.Text; if (tmp == " " || tmp == "、" || tmp == "。") { document.selection.CharRight(false, wordLen + 1); } else { document.selection.Text = tmp + " "; document.selection.CharRight(false, wordLen); } document.selection.CharRight(true); tmp = document.selection.Text; if (tmp != " ") document.selection.Text = " " + tmp; } http://egg.5ch.net/test/read.cgi/software/1074319808/405
406: 名無しさん@お腹いっぱい。 [sage] 04/01/23 03:52 ID:t3nrXAtq >>402 \→\\ 俺が悪かった http://egg.5ch.net/test/read.cgi/software/1074319808/406
407: 名無しさん@お腹いっぱい。 [sage] 04/01/23 03:56 ID:t3nrXAtq あれ、ごめん なんか違うソース乗せちゃったみたい http://egg.5ch.net/test/read.cgi/software/1074319808/407
408: 名無しさん@お腹いっぱい。 [sage] 04/01/23 04:12 ID:t3nrXAtq なぜかゴミ箱に捨ててあった(;´Д`)モウネル var wordLen; var tmp; document.selection.StartOfDocument(); while (document.selection.Find("[0-9a-zA-Z]+", eeFindReplaceRegExp + eeFindNext) != 0) { wordLen = document.selection.Text.length; document.selection.CharLeft(true); tmp = document.selection.Text; if (tmp == " " || tmp == "、" || tmp == "。") { document.selection.CharRight(false, wordLen + 1); } else { document.selection.Text = tmp + " "; document.selection.CharRight(false, wordLen); } document.selection.CharRight(true); tmp = document.selection.Text; if (tmp != " ") document.selection.Text = " " + tmp; } http://egg.5ch.net/test/read.cgi/software/1074319808/408
409: 名無しさん@お腹いっぱい。 [sage] 04/01/23 04:21 ID:t3nrXAtq そうそう、最後にこれを入れてくれ document.HighlightFind = false; じゃ http://egg.5ch.net/test/read.cgi/software/1074319808/409
メモ帳
(0/65535文字)
上
下
前
次
1-
新
書
関
写
板
覧
索
設
栞
歴
あと 592 レスあります
スレ情報
赤レス抽出
画像レス抽出
歴の未読スレ
Google検索
Wikipedia
ぬこの手
ぬこTOP
0.115s*