fb191567 変数の参照方法を変更 f7e81444 configuration と platform を指定してクリーン環境でビルドする ef37d020 Merge pull request #63 from sakura-editor/import-helps 3d3f547f help/plugin/help のファイルを help/plugin 直下に移動 14d6e8ee help/macro/help のファイルを help/macro 直下に移動 3e3a362b Add 'help/plugin/' from commit '8dc47ef26b6314cde6de29ffaf15eb3ee1046692' 7a8662ee Add 'help/macro/' from commit '17471fe6432e5791b508f6fe1c7efdbc8e1fbe83' d578c28c Add 'help/sakura/' from commit 'be01031d838b1c675fd3c2cab8c65fdafd11bae2' 949f8c57 Merge pull request #62 from sakura-editor/move-installer 8bd3214e installer リポジトリから取り込んだファイル群を installer フォルダに移動 383186a3 Merge pull request #60 from sakura-editor/import-installer 3e713352 Merge pull request #57 from sakura-editor/headermake-english d604be1b Merge pull request #48 from berryzplus/feature/reduce_build_warnings e95b024d ビルド時の警告削減(WindowsSDKにある無名enumのtypedefがvs2017に怒られる対応) 240dd1c0 ビルド時の警告削減(Debug版をエディットコンテニューできるようにSAFESEHを外す。) 42e7bcfa Merge branch 'installer-branch' into import-installer 30f6b058 HeaderMake出力メッセージの英語化 6f23813c Merge pull request #51 from sakura-editor/fix-operator-new-delete-warnings 62cd894a operator new/delete の warning C9595 対策 66094d8d Merge pull request #44 from sakura-editor/makefilemake-english-print eb791634 MakefileMake 出力メッセージを英語に変更 9196dee6 Merge pull request #31 from sakura-editor/refactor-projects 0d9c105c sakura_lang_en_US の依存プロジェクトとして sakura を追加 86d411f7 HeaderMake が生成するファイル (Funccode_define.h, Funccode_enum.h) をリポジトリから除外 d7137e82 AppVeyor の artifacts の設定順序を整頓 379e218d sakura_lang をビルド対象に追加 (既存プロジェクトを VS2017 形式に変更した上で追加) ca86a611 ビルドコンフィグ名を Debug, Release のみに整理(両者とも Unicode版)。 717d1669 プロジェクト名から '_vc2017' プリフィックスを削除 8b670435 Merge pull request #34 from sakura-editor/appveyor-badge 9b1bb6db AppVayor の clone_folder 明示指定 (git clone エラー対策) 54b3c5a5 AppVeyorバッジ追加、AppVeyor URL修正 b96c061f Merge pull request #33 from sakura-editor/appveyor-organization c70d4fdc AppVeyorプロジェクトのユーザ名変更: kobake -> sakuraeditor 7a8d9216 Merge pull request #32 from berryzplus/feature/not_stay_in_task_tray f9307315 仕様変更要望:「常駐しない」をデフォルトにしたい。 #29 https://github.com/sakura-editor/sakura/issues/29 9c5cefe8 Merge pull request #27 from m-tmatma/feature/issue26-change-web-link cc084ac5 #26: sakura_lang のほうの SourceForge URL も GitHub Pages URL に変更 1f22c39a Update README.md 5ea149e3 Merge pull request #19 from m-tmatma/feature/issue18-git-commit-hash 065ed1fb #26: web site のリンクを変更 a69e8d02 #18, #19: svn 関連のリビジョン関連の処理、ファイルを削除 eee259f4 #18, #19: hash → GitHash 38ad5d53 #18: .vs を .gitignore に追加 dd15401c #18: gitrev.h を .gitignore に追加 1bf162ba #18: プロジェクトに gitrev.h を追加 11f523aa #18: コメントの更新漏れ修正 6011cc6b #18: リソースファイルには短い形式のハッシュを使う 390e21a0 #18: インクルード漏れを修正 47fae203 #18: git の commit hash をバージョン情報に使う 2d3d568a Update README.md 6e98fbe4 Update README.md b66061a1 Merge pull request #11 from m-tmatma/feature/appveyor-vs2017 a06c89d4 Merge pull request #14 from sakura-editor/remove-post-build-impl d353125e VS2017 では postBuild.bat の処理内容は不要なので削除 (AppVeyor 文字化けメッセージ原因にもなるので削除が好ましい) 43ac89c7 Merge pull request #13 from sakura-editor/delete-old-vs-projects 58fd62ab 旧形式のプロジェクトファイル (.vcproj) を削除 c606877a Visual Studio 2003, 2005 のプロジェクトファイル削除 1b29fd6c appveyor.yml を追加 430844e0 /source-charset:shift_jis を指定して、英語環境 (appveyor) 上でもコンパイルできるようにする e6008480 Merge pull request #9 from sakura-editor/readme 13620cc3 Create README.md d57d7595 Merge pull request #8 from sakura-editor/vs2017 0e71e279 VS2005用プロジェクトを元にVS2017用プロジェクトを作成 e0b51dd3 VS2005用プロジェクトに明示的に「_vc2005」プリフィックスを付与 212de805 Merge pull request #7 from sakura-editor/git-svn-create-ignore c841ca7b git svn create-ignore be01031d Hlp2: 半角空白の表示方法変更 c81b9998 Keep: Jscriptマクロ高速化 7fa9f5c8 Keep: IsFilePath()整理 73f3a54e Fix: 矩形選択置換が範囲を守っていなかった。 [patchunicode:#1028] by Moca [patchunicode:#1113] by ds14050 70cd10a2 Fix: マクロのファイル選択でフィルターを設定する [patchunicode:#1100] 9125538b Keep: CDlgFileUpdateQueryクラス整理 8b307efb Fix: 文字の間隔が改行文字の文字数以上の時、空行の削除に失敗したり、 行末(/$/)の置換が無限ループしたりする。 [patchunicode:#1014] e9867499 Fix: プラグインのReadMe表示時にハンドルリーク c4b08dc3 Keep: 再帰テンプレートでべき乗を計算 5356b92a Fix: SpecialFolderPath()関数更新 35128c6d Keep: CViewCommanderクラス整理 5fbb8244 Fix: 未定義のコマンドがある場合にバッファが未初期化になる 2c82c3d4 Keep: CDlgTagJumpListクラス整理 8c534638 Hlp2: 変更履歴更新(2.3.2.0) d25639e2 Hlp2: ウィンドウ一覧表示追加 1f9457a9 Hlp2: Unicode->UTF-16, UnicodeBE->UTF-16BEに変更 4b4a886f Hlp2: バージョン更新2.3.2.0 79177605 update version 2.3.2.0 2e1e7643 Fix: UnicodeをUTF-16表記に変更 f2165073 New: ウィンドウ一覧ダイアログ 49588300 Imp: キーワードヘルプメニューのオプション 100ca068 Chg: マクロ保存でS_を追加しない e82a5541 Fix: ミニマップにドロップすると落ちる 95e0155d Keep: static変数削除 4093d123 Fix: 正規表現キーワードで落ちることがある 6d2b6cc7 Fix: DragFinishがたりない 486de260 Fix: タイプ別から共通設定キーワードを表示すると内容が一致しない fef5a8ab Fix: UTF-7自動認識を厳しくする ec204b68 Fix: タブ幅がフォントサイズが大きいと4固定になる a6b0c7a7 Imp: Grepファイル・フォルダ長を512に拡張 3aac97f5 Fix: 設定画面のファイル選択ダイアログで相対パスにできるときはする 1a69ed99 Imp: アウトラインメニューにすべて展開・縮小・ブックマーク削除・全削除を追加 c1d513fe Fix: CUxThemeの保守修正パッチ fd74f2cc Imp: アウトライン解析ツリー表示の高速化 74933751 Fix: Win10で無題のタブアイコンがGrepになる ea159a58 Fix: アウトライン解析KR対策以降でANSIビルドエラーが出る 42f2a093 Keep: maxdata定義追加 1c1aacd0 Fix: 編集中ファイルからGrepのときサブフォルダ共通設定を上書きしない 880a3b1f Keep: new/deleteからwstringに置き換え 698f241f Keep: maxdata定義追加 cd40f7fc Keep: typo修正(Doxygenコメント) 6a0509f6 Fix: IO_ProfileのコマンドIDプラグイン名処理をまとめる 94bd1d4d Fix: キーボードでCPをチェックするとキーボードで操作できなくなる fca4844e Imp: アウトラインのツリーの逆順ソート追加 e4f056a3 Fix: Grepダイアログが言語切替でウィンドウサイズが変わらない 925325b4 Fix: アウトライン解析C++/Javaのソート順がおかしいバグの修正 cdd4cd3a Keep: typo修正(Doxygenコメント) 8ba0b18a Fix: C++アウトラインでのK&R引数定義対策 29173545 Hlp2: バージョン更新2.3.1.0 110ca8a1 update version 2.3.1.0 140b492c Fix: アウトライン解析C++/Javaツリーのクラス名の最大長の修正 fe2e6964 Chg: 英語リソースでなるべくアクセスキーで括弧を使わないように変更 aa9e1d3c Fix: 外部コマンド実行の標準出力を得るUTF-8で文字化け 01bba912 Chg: ini読み取り専用オプション d31efa66 Fix: バックアップの詳細設定の時刻がUTCになっている f6990fd4 Chg: メールアドレスの記号類を許可する 2b049943 Fix: オートスクロールの横方向がpx単位になっている d8842acf Fix: 1行目で前の段落へ移動を実行すると落ちる 29f97f8c Fix: プラグインオプションのコンボボックスの高さが不正 ce9ceb2c Fix: EOF直前の改行を改行なしに置換するとEOFの再描画が不足する d8d54aac Fix: ユーザ別設定のときのマルチプロファイルの場所がおかしい 1d602e56 Imp: タイプ一覧の基本も初期化できるように c04e2e23 Fix: プロファイルマネージャで表示直後(default)が削除・名前変更できるバグ 2fd12bf0 Keep: x64コンパイル時のmigemo呼び出し規約判定省略 b0288811 Fix: マクロ関数InputBoxバッファオーバーラン f7845cf6 Fix: 起動時のプロファイルマネージャで新規作成・名前変更で落ちる b8029c7d Fix: CDlgInput1が言語切り替え未対応 76a3e3a8 Fix: slnファイルのタイプをVC2005Expressにする 9e71bc77 Imp: カーソル左右リピート設定(iniのみ) b9ba7392 Fix: 共通設定マクロ一覧の幅調整 dcd8f8e8 Fix: プロファイルマネージャが左上に表示される c7aebf61 Fix: プロファイルマネージャのアイコンがおかしい 9ace6d8b Fix: テキスト・ルールファイル解析での範囲外アクセスの修正 4807657d Fix: ミニマップのDIFFマークを非表示に修正 80234907 Hlp2: リンク先変更(bregonig.dll) 545efd88 Fix: アウトラインのメニュー表示でリソースリーク 565a0f06 Fix: テキスト・ルールファイル解析での範囲外アクセスの修正 79a95070 Hlp2: typo修正 5fcc579b Fix: WCODE::IsCtrlCode()でNUL文字がfalseになるためコントロールコードとして描画されない de104ef4 Hlp2: typo修正 3db3463b Keep: assertダイアログでファイル行番号を画面に表示 b6ebf7a8 Fix: C++アウトライン解析で異常終了する b6d8386d Fix: TSV,CSVモードコンボボックスの縦幅を広げる cf9f12a8 Fix: ソートコマンドでメモリーリーク 6b92d762 Fix: CDCFontでフォント削除がおかしい 70033cda Fix: 単語種別のキリル文字の範囲修正 8d9b960c Fix: C++インデントでコメント行を改行するとRuntime Error 27850d81 Fix: フォント拡大縮小がOpenTypeのPostScriptだと動作しない e9eb46cb Fix: コードページ対応 [patchunicode:#311] 9e2f96c7 Hlp2: trunk2反映 91d4729d Keep: インクリメントサーチ定義 [patchunicode:#1018] 56f95620 Fix: migemo_close()呼び出し [patchunicode:#1017] 1d51a224 Fix: アウトラインを上下にドッキングした場合の初期表示の高さが不正 [patchunicode:#1016] 6d5d73ae Keep: typo修正(コメント) 9035dadb Keep: typo修正(コメント) 61cce654 Fix: 上書きモードでの矩形選択入力で選択範囲を削除するオプションを追加 [patchunicode:#821] 8d6fbe04 Fix: プロポーショナルフォント [patchunicode:#713] 5e6e817a Fix: 外部コマンド実行の拡張 [patchunicode:#324] 17471fe6 Hlp: マクロ関数更新(支援) a02f364b Fix: すべて置換の高速化 [patchunicode:#521] 8d65af49 Fix: プロポーショナルフォント [patchunicode:#713] 4ac6b6b3 Keep: typo修正(Doxygenコメント) ac0a42e2 Hlp2: GetSelectColumnFrom/GetSelectColumnTo説明追加 c8424bc2 Fix: 共通・タイプ別設定変更後にタイトルバー更新 [patchunicode:#1013] 7bbefbcc Hlp: マクロ関数更新(ウインドウ) ffc2cfbe Hlp2: typo修正 467698d8 Hlp2: するするの誤字修正 8dfd0f52 Keep: コメント追記(コマンドラインオプション用定数) 48a4ae6a Hlp: S_Grepに第5引数の説明追加 c28d0e44 Hlp2: バージョン更新2.3.0.0 51ff2b02 Hlp2: Grepに関するオプションの説明修正 40e643d6 update version 2.3.0.0 defee42e Fix: スクロールできないときマウスキャプチャされたままになる 1a4bcfd7 New: XMLアウトラインとHTMLの修正 7ce12cc4 Fix: 文字の間隔の適用値が今までと異なる 72477484 Imp: 桁数表示のオプション化 6a256188 Fix: 折り返し記号をOFFにしても折り返し記号が消えない 9561681a Hlp2: ToZenEi()とToHanEi()が逆になっていたのを修正 75cd97e8 update version 2.2.1.0 53ef19f6 Fix: タブの検索をキーマクロとして保存できない 21a4556a Fix: ミニマップが印刷プレビューで表示されたままになる 9ca9366e Keep: MinGWコンパイル対応 66f5d68d New: プロポーショナルフォント 23f826e3 Fix: Undo/Redo時にキャレットが期待する位置に移動しない [patchunicode:#999] 4f032b24 Fix: キーワードヘルプの表示位置不正 [patchunicode:#998] 05546e53 Fix: 「ミニマップを隠す」メニュー/ツールバーのアイコンが窪んだ状態にならない [patchunicode:#997] aa373fd3 Fix: 入力補完中のIME動作がおかしい [patchunicode:#996] unicode:2278 d4b892d7 Keep: ミニマップビュー生成時にメンバを初期化する e9fc6f19 Fix: 複数ファイルを「送る」メニューから開いたときの挙動 [patchunicode:#990] Contributed by novice123 最初のファイルを既に開いている状態だと 二番目以降のファイルが開けない不具合を修正します。 また、「プラグイン:DocumentOpenイベント実行」後に複数ファイル読み込みを行います。 d15512db Fix: C/C++用強調キーワードにてfinalとfloatが動作しない [patchunicode:#993] BugReport/186 強調キーワード設定でfinalfloatと書かれているため finalとfloatが強調されない、他を修正します。 f7875190 Fix: 正規表現のGrep置換で行内の1つめしか置換されない [patchunicode:#984] Contributed by Moca Grep置換で正規表現を有効にすると、各行内の1つめのみしか置換されないのを修正します。 50a9138d Fix: Grepの検索対象ファイルを厳密にする [patchunicode#992] Contributed by LR4 BugReport/184 GrepおよびGrep置換において、ファイル欄を *.bas としたときに、 *.basbak(に限らず、拡張子が"bas"+任意文字列)が一緒にGrep候補に混ざってしまうのを修正します。 05dc24e7 Keep: コンパイルオプションに/NXCOMPAT /SAFESEH /DYNAMICBASEを追加 [patchunicode#826] Contributed by Moca /NXCOMPAT データ実行防止 /SAFESEH 安全な例外ハンドラー /DYNAMICBASE ASLR ベースアドレスランダム化 (Visual Studio 2005 SP1以降専用) を追加します。 31cde5d4 Fix: 正規表現OFF置換で異常終了する [patchunicode#994] unicode:2266 以下の手順で異常終了するのを修正します。 ①正規表現ONの検索または置換を実行 ②何か選択(矩形選択、非矩形選択のどちらでも同じ) ③正規表現OFFの置換を実行 d627eb2a Keep: USE_CRASHDUMPをデフォルトで有効化 [patchunicode#995] unicode:2268 クラッシュ時の解析支援のためミニダンプをリリースビルドでも有効化します。 d8073a72 Fix: メッセージボックスのコピーがおかしい [patchunicode#816] unicode:2165 Contributed by novice123, LR4 メッセージダイアログ上でCtrl+Cを押して内容をコピーした時、メッセージの内容が変化する場合があるのを修正。 メッセージダイアログのボタンが言語切り替えされないのを修正。 7c9a97b2 Fix: DLL,EXEの検索パスのセキュリティ設定変更 Contributed by Moca [patchunicode:#805] DLLプリロード問題の対策 ・DLL検索パスからカレントディレクトリを削除する ・BASE_SEARCH_PATH_ENABLE_SAFE_SEARCHMODE | BASE_SEARCH_PATH_PERMANENTを設定 19c473a3 Imp: C/C++インデントの改良 Contributed by Moca [patchunicode:#717] タイプ別設定-支援に以下のオプションを追加 ・文字列中/コメント中の{}()をインデントしないようにするオプション新設 ・Undoバッファを、C/C++インデントとその直前の文字入力で分離するオプション新設 57ac20fc New: TSV、CSVモード [patchunicode:#991] Request/359 TSV、CSVを編集するモードを追加します。 c6ead9c5 Fix: TCITEMの cchTextMaxメンバが初期化されていなかった。 関連 BBS [unicode:2263] Thanks to teru. debc0851 Fix: EBCDIC typo修正 [patchunicode:#987] 58f71af2 Fix: (選択)前の変更行へが追加されるときにもセパレータが余分に追加される [patchunicode:#983] 32600347 Hlp2: マクロについて追記 7e791a5a Hlp2: ExecCommandのカレントディレクトリについて追記 6d1ca0bf Hlp2: バージョン更新2.2.0.1 4ddaf744 update version 2.2.0.1 8dc47ef2 pluginhelp: Outline.AddFuncInfo3/4追加 e055052d Fix: Grep/Grep置換のCPのアクセスキー変更 ca9d9686 Imp: タブバーの項目幅の調整・iniで設定可能に 13e08a8d Imp: メインメニューの自動更新 92ff4a8d Fix: ビットマップフォント等でミニマップが小さく表示されない 37c43052 Hlp2: アクセラレータ修正 0fa85ee4 Hlp2: typo b7ff911c Hlp2: 開発環境更新 009ea55d Fix: 行間隔の設定が保存されない [patchunicode:#977] ce1457bd Hlp2: Grepマクロ引数の非該当行 9ced3442 Hlp2: 矩形選択ロック 519c10e5 Hlp2: 画像更新 1dcff8c1 Hlp2: 置換ダイアログ画像更新 1da6855e Hlp2: Grep非該当行 a15855eb Hlp2: 置換の行削除モード e3e6959b Hlp2: 自動選択について仕様を記載 fb66ffdf Hlp2: 省略可能のPPA追記 84bfe578 Hlp2: 次(前)の変更行へのツリー位置・名称の修正 f570e199 Hlp2: 矩形選択ロック関連のマクロ引数修正 17c5a6c6 Hlp2: PageUp/Downマクロの引数追加 c3399e83 Hlp2: プロファイルマネージャの $ 6f92d59d Hlp2: Copyright年更新 a7dfaade Hlp2: 更新履歴 29ee8f10 update version 2.2.0.0 2002f722 Keep: MinGW対応 390092a5 Hlp2: バージョン更新2.2.0.0 8c8f6f79 Hlp2: タイプ別拡張子ワイルドカード 840be670 Hlp2: バージョン記載 fac40621 Hlp2: プラグイン設定配布元ボタン 80ca7b52 Hlp2: アウトライン解析にファイルツリーを記載 47ba7d13 Fix: 対括弧強調のノート線と縦線の描画順が反対(r3948-) 6974d56c Fix: 矩形選択ロックのマクロの記録が正しくない(r3949-) 7ff19134 Inst: インストール時のライセンス表示 0d68396a Hlp2: チップヘルプ 6874106f Hlp2: 誤記修正 ac1fc171 Hlp2: タグジャンプ検索オプション Contributed by Moca 807efa75 Hlp2: 行番号の最小桁数 Contributed by Moca f62e197b Hlp2: 無題ウィンドウのカレントディレクトリをファイルダイアログの初期位置にする Contributed by Moca a4724f40 Hlp2: ファイルツリー設定のチップヘルプ 5915a34f Hlp2: ミニマップ Contributed by Moca 2d52b0cc Hlp2: コマンドラインオプション -GOPT=H 追記 Contributed by Moca 35d7739d Hlp2: Grep置換の
の抜けを修正、Grep置換修正 Contributed by Moca 514f0081 Hlp2: 改行コードNEL,PS,LSを有効にするオプション追加 Contributed by Moca bd4c66b3 Hlp2: ルールファイル拡張2(正規表現置換) Contributed by Moca 5eef4287 Hlp2: メニュー、コマンド一覧最新化 (矩形選択)次の段落へ、(矩形選択)前の段落へ はヘルプは用意されているが未実装 69d63668 Hlp2: ファイルツリー Contributed by Moca c79ccb47 Hlp2: ファイルパスを省略表示するオプション Contributed by Moca 5b5920ed Hlp2: 上書きモードでの矩形選択入力で選択範囲を削除するオプション Contributed by Moca 4c9a1c58 Hlp2: タブ多段・下に表示 Contributed by Moca fcfe205f Hlp2: ノート線 Contributed by Moca d5af7a3e Hlp2: ポップアップメニュー作成マクロ Contributed by Moca 174ced5f Hlp2: 画面スクロール位置設定・画面行桁数取得マクロ Contributed by Moca cf14dc5c Hlp2: 選択ロック取得マクロ Contributed by Moca 40906835 Hlp2: 行属性取得マクロ Contributed by Moca ea051dee Hlp2: 変更行へ移動 Contributed by Moca 53ce0f60 Hlp2: 関数リストマーク Contributed by Moca 7a7bccae Fix: 括弧の対応がおかしいためコンパイルエラーになる(r3949-) f9b03264 Chg: NEL,PS,LSのデフォルトを無効に変更 8a837333 Imp: 矩形選択移動で選択をロックするオプション f2d8b411 Fix: ノート線が対括弧強調で消える cb25f2df Fix: NELを無効にしてもEBCDICだとNELの改行になる 2b271cf1 Hlp2: マルチプロファイル対応ツールチップ 9534b0d8 Hlp2: マルチプロファイル対応 Contributed by Moca 2c0027bb Hlp2: SearchNext等のマクロで検索設定を元に戻すオプション Contributed by Moca c25e48fc Hlp2: Grep置換ツールチップ fb5664a5 Hlp2: sakura.hh更新 9eb4cf2f Hlp2:プロパティ設定 19008725 Hlp2:Grep置換 Contributed by Moca 7743a6fb Hlp2: コードページ対応 Contributed by Moca 5d6faccb Hlp2: 画像更新 1bbb14b9 Hlp2: typo修正 c6a05370 Hlp2: 改行コードNEL,PS,LSを有効にするオプション追加 000e166d Hlp2: 改行コードNEL,PS,LSを有効にするオプション追加 7ce673ed Hlp2: コードページ対応 708e69e0 New: Grepに否定行検索を追加 245006b4 New: 置換に行削除モード追加 500d1ea2 Fix: タブバー表示切り替えでサイズボックスが表示されない 717643f0 Fix: タイプ変更時に即時適用する 511b5e5d Imp: プラグイン設定に配布元ボタン追加 09eaa21f Fix: プラグイン共通設定のメモリ解放不足 f010792b Hlp2: Grepで標準出力に出力するコマンドラインオプションを追加 6ca44256 Fix: MinGWで関数内構造体を使ったテンプレートの実体化でエラーになる(r3854-) dd595575 Fix: Pluginの小文字変換の修正 68f97abd Fix: 選択範囲内全行行番号付きコピーのバッファオーバーフロー等の修正 b7874018 Fix: カラー判定のC++RawStringの修正(r3118-) 90d919de Fix: カラーの文字列が行内のみの設定だとEOF直前で色分けされない(r3118-) cd2d8397 Fix: マクロGetLineAttributeで行番号に0を指定するとエラーになる(r3904-) a8980b05 Fix: 対括弧表示でも色分けのスキップ処理をする b78018e9 Fix: HTML出力・印刷で正規表現キーワード等の色が正しくないことがある 8a77a243 Fix: C++キーワードの修正(r2999-) c47ad87b Keep: 共有メモリの初期化処理を構造体ごとにまとめる [patchunicode:#894] bc00d8b1 Fix: 一時マクロ実行後のマクロidxの修正 f5d9b12d Fix: MinGWのリンクエラーとUnicodeのコンパイルエラー 48d142ad Keep: MSBuild警告対策 a740ce1d New: ポップアップメニュー作成マクロ追加 7ba7c99e New: 画面スクロール位置設定・画面行桁数取得マクロ追加 6b0c8b6f New/Chg: 選択ロック取得マクロ追加 df3dc227 New: 行属性取得マクロ追加 7ef22d6b Chg: PageUp/Downマクロの修正 6c74b83b New: 変更行へ移動コマンド追加 79a92593 Chg: 改行置換時次の行を変更状態にしない ab0fe465 New: 関数リストマーク追加 031159fb Imp: SearchNext等のマクロで検索設定を元に戻すオプション fc7373fb Imp: マクロ保存処理の変更 e019c159 Fix: 英訳の修正 b41f97d6 Fix: 英語リソースの残された日本語を一部翻訳 5936ff80 Fix: ツールバー折返が英語にならない 1525f3f0 Fix: ダイアログでウィンドウサイズに-1を設定するコードパスがある(r3877-) d9b972f8 Fix: ミニマップを表示していないと右端で折り返すのとき画面全体が再描画される(r3884-) 0834f5ec Fix: Grep置換のマージミスの修正(r3862-) 5d0dc8e2 Fix: タブバーのスクロールができない(r3884-) 3aea039c Fix: Debug_Ansiでビルドエラー(r3881-) 800f40a3 Keep: 不要プロパティを削除 7d0e51cf Imp: 日時書式の各国語対応 815ae58f Keep: VS2003プロジェクト更新 a4cefd14 Chg: タイプ別拡張子ワイルドカード 154c1f15 Imp: 長い行の比較・DIFFのサポートと排他制御の追加 67950fd4 New: ミニマップ 93f9c406 Fix: 選択範囲内全行行番号付きコピーの行番号桁不正 ecba4ecc Fix: プラグイン一覧の表記位置サイズ修正 805881a8 Fix: 再描画でステータスメッセージが消える(r3843-) 0746a6ff Fix: CTextWidthCalcの不具合の修正 788eab81 Fix: 共通設定-ツールバーのリストボックスの高さが正しく設定されない ea2990af Fix: 変換のU+0130,0131の大小文字対応がおかしい 0b45ed4f Fix: モードレスダイアログ等のウィンドウサイズがフォント変更に未対応 05bdf27a Help2: TraceOutの説明を修正 0d297cea Fix: MinGW警告削減(ファイルツリー)(r3865-) 28428c35 Fix: CCaret.cppのコンパイルエラー修正(r3871-) 38307c07 Chg: 無題ウィンドウのカレントディレクトリをファイルダイアログの初期位置にする 6ee19e35 Fix: キャレットの更新でGetDrawSwitchフラグを見るように 0b712e3a Imp: MainMenu.iniのフォーマット変更 6332ae10 Fix: 同一ウィンドウでGrepするとエラーになる(r3862-) ead1ff8c Fix: メインメニューのファイルツリーがundefinedになっている(r3865-) 54724c49 Fix: Diffのフォルダ名に.が含まれる場合のファイル選択の修正 1d7f79ea Fix: VC2003プロジェクトファイル更新 876561f3 New: ファイルツリー表示 7734c1ba MinGWでのコンパイルエラー(-r3862) 26e93051 New: Grep置換 c5c7f0e8 Fix: DiffのSJIS以外に対応 42bccb8c Fix: Rich Textのキーワード"\i"の修正 b54fa48b Keep: メンバ変数のクラス名を小文字に揃える [patchunicode:#903] 0aeac333 Fix: 正規表現キーワードの更新の文字列長チェックが不正 db7d13d9 Imp: 行番号の最小桁数 845319ff Imp: DIFF画面でダブルクリックしたとき実行 7d677e6d Imp: タグジャンプの一覧選択の改善とタグジャンプ検索オプション e9852505 Fix: 英語リソースの修正(共通設定-編集)(r3845-) 5d0506ca Fix: MinGW警告削減 847aeefc Fix: コンパイルエラー修正(r3848) 5179411c Imp: ルールファイル拡張2(正規表現置換) 9be3f1d8 Imp: 大きいファイルの暫定サポート 351c7558 Imp: ファイルパスを省略表示するオプションの追加 4cbc9861 Imp: 上書きモードでの矩形選択入力で選択範囲を削除するオプションを追加 aaaa0c63 Imp: ブックマークの記憶方法の変更 1e326cb2 Imp: タブ多段・下に表示 6ef34908 New: 偶数行の背景色の修正とノート線 f1af8631 New: マルチプロファイル対応 d2311e8a New: エンコーディング名による文字コードの設定 f28f25c5 Imp: 文字情報が失われる場所を表示してジャンプできるように c5dcf47b Fix: 単独のUTF-7のNEL,PS,LSを改行として読み込めるように 7fcf89e6 Fix: NELオプションのコードページ対応への修正漏れ(r3833-) bb740d30 Fix: CP_UTF7でのNEL等を改行コードとして読み込めていない(r3832-) 7f546c01 Fix: コードページ対応がmingwでエラーになる(r3830-) 66bf2a86 Keep: 機能番号の配列サイズチェック [patchunicode:#892] f4a92654 Imp: 改行コードNEL,PS,LSを有効にするオプション追加 a7a05fd8 Fix: UTF-7のNEL,PS,LSを改行として読み込むように b0b99ad4 NEL,PS,LSの改行コード表示を変更 63547f1b New: コードページ対応 06cab74b Imp: Grepで標準出力に出力するコマンドラインオプションを追加 9ca0fa1a Keep: cppcheckで検出したエラー、警告修正 [patchunicode:#890] 14763d27 Hlp2: バージョン更新2.1.1.4 cf039788 update version 2.1.1.4 ef8112aa Lang: メッセージ英語化 182e6a7e Fix: タイプ別設定の強調キーワードダイアログを多言語化 upatchid:891 dd7a15c6 Fix: メニュー周りの不具合の修正 upatchid:811 8f3d176d Hlp2: 文字幅に合わせてスペースを詰めるのヘルプID修正 9f6395a6 Fix: 保存確認メッセージが非フォーカス状態で表示される 95b3ce25 Fix: アウトラインが右・下にあるときにビューにサイズボックスが表示されたままになる [patchunicode:#874] cf319136 Fix: レイアウト行番号幅が印刷で不正なことがある [patchunicode:#873] 36c849c8 Fix: 分割直後のビューで背景が透過されない [patchunicode:#866] 452c6056 Keep: CDlgOpenFileクラス整理 Patchunicode#881 09dbb9a6 Keep: ファイルオープンダイアログのアイテム(ファイル、フォルダ)の遅延登録 Patchunicode#880 9c7ebbe7 Keep: typo修正 03e9c4bc Keep: CDlgCompare/CDlgDiffクラス整理 Patchunicode#878 f05fd3d6 Keep: コピーコンストラクタ禁止 Patchunicode#877 0155d462 Keep: TRUEと比較するのをやめる Patchunicode#879 a9a9f090 Keep: _tcscpy関数の呼び出し省略 Patchunicode#876 d472d506 Keep: swap処理整理 Patchunicode#875 0f2dc54d Keep: Redo実行時の高速モード判定フラグ設定 Patchunicode#872 69f315ea Keep: 編集禁止の場合の検索方法 Patchunicode#871 0d14dfc5 Keep: COpeクラス整理 Patchunicode#870 095d217e Keep: CEditViewクラス整理 Patchunicode#869 0a2a3c35 Keep: InsertData_CEditView関数整理 Patchunicode#868 6e691cdd Keep: CMoveCaretOpeクラスにコンストラクタ追加 Patchunicode#867 35e7d48f Fix: ファイルを開いた後落ちるとブックマークが消える c254e9dc Fix: 正規表現キーワードが無効になることがある 12761431 Fix: CKeyBind.cppでDebug_x64のときCStrictIntegerのエラー 7ca6c00e Fix: キー割り当てが未割当だった/にした場合動作しない(r3430-) 85d6eb0b Fix: Grep検索キーが空だった場合に履歴から取得する 1d4a9387 Fix: SetRawDataHoldBufferの修正 e9182193 Fix: AppendData系処理でのAllocBufferを追加 b22a783d Fix: UnicodeファイルでNELが含まれているとNELが改行コードにならず描画で無限ループする 6a070bfc Chg: 再読み込みのとき書き込み禁止の場合にビューモードにするのをやめる 165a1dc0 Keep: データ削除時の引数のNULL設定 Patchunicode#861 256d80e6 Keep: EOpeCode未設定箇所の修正 Patchunicode#853 668e88ab Fix: 検索/置換/grepダイアログの検索履歴の初回ドロップダウン幅不正 Patchunicode#852 502b4a20 Fix: Grep実行時にGrepダイアログの検索キーを設定する 1b80806a Keep: typo修正 7fa6e64e Fix: 水平スクロールバーがOFFで折り返し位置が画面内だと設定適用で画面がずれる(r3540-) 4236cebd Fix: Pythonの改行コードチェックが無効になっていたのを修正 b0d3bf7e Fix: デフォルト文字コードの設定が適用されないことがある 52e0e180 Imp: DLLSHAREDATAのサイズチェック 4a1caf0b Fix: 作成した色の保持 Patchunicode#808 31937500 Fix: 各国語対応 はみ出ている場所の修正・訳語統一 [patchunicode:#259] skrw_fix_en_us.patch 641a9eea Fix: タイプ別設定の名前拡張子タイプ数が多いとファイルダイアログで異常終了する [patchunicode:#834] abf40439 Fix: タイプ別設定一覧でタイプ名が63文字のときに複製するとバッファオーバーランする [patchunicode:#833] 2234c0c6 Fix: タイプ別設定のインポートで約122文字以上のファイル名を持つ色設定があるとバッファオーバーラン [patchunicode:#832] cbab035c Fix: 1023文字を超える長さの補完をするとバッファオーバーランする [patchunicode:#831] ce557ede Fix: 古いOSでツールチップが表示されない可能性があるバグの修正 [patchunicode:#828] c1f37ffe Fix: タグジャンプの!_TAG_S_SEARCH_NEXTが正常に処理されない [patchunicode:#827] f3632e31 Fix: windressの場合sakura_lang_rc.rcで\'の警告が出る [patchunicode:#825] cb5dfcce Fix: マクロパスのブロック範囲外でのアクセスの修正 [patchunicode:#824] 1bfb30df Fix: トレイメニューのホットキーをなしにするとなんでも反応する [patchunicode:#823] 25d62c10 Fix: ウィンドウの位置と大きさの位置に-(マイナス記号)を直接入力できない [patchunicode:#822] e7c226b8 Fix: 文字幅に合わせてスペースを詰めるのヘルプID修正 [patchunicode:#820] 549c39f6 Fix: ファイルダイアログの再入でエラーになる [patchunicode:#819] 15d31617 Fix: マクロで引数無しのSearchNext()/SearchPrev()でエラー [patchunicode:#818] 54fa2f34 Fix: 対括弧強調の状態で選択すると対括弧が強調されたままになる [patchunicode:#814] 808a4cd6 Fix: メニュー周りの不具合の修正 ・共通設定で名前の長い(約40文字以上)プラグインコマンド等をメインメニューに追加すると落ちる ・メイン/カスタムメニューにかなり長い名前(約300文字以上)のプラグインを置くと表示の際落ちる ・メインメニューのトップにプラグイン・マクロを置くとundefinedになる ・メインメニューのトップに特殊機能を置いたときローカライズされない [patchunicode:#811] c40c0c2d Fix: 文字列コピーのバッファオーバーランの可能性のある箇所の修正 [patchunicode:#810] a4af5548 Fix: 強調キーワード長の設定・コピーがおかしいのを修正 Fix: 強調キーワードの文字列コピーのバッファオーバーランの可能性の修正 97decbe2 Hlp2: バージョン更新2.1.1.3 5c1f7daa update version 2.1.1.3 a9f55ac7 Fix: 起動パラメータに不正パス名を渡すと異常終了する unicode:2174 upatchid:817 9e3b8895 Hlp2: PPAマクロの引数省略不可を追記 168323e7 Fix: アクティブ化時にキャプション更新されないことがある(r2929-) Patchunicode#815 a744e2a3 Fix: 左移動でキーリピート状態だと左上隅に移動しないことがある(r3631-) [patchunicode:#813] 7be3a4f1 Fix: ステータスバーの桁数表示がおかしい(r3631-) [patchunicode:#812] 23631f14 Fix: 行頭禁則と行末禁則の初期値 Patchunicode#807 efd234fa Inst: ファイル名変更、plugin.chm追加 e43eb07e Hlp2: 履歴更新 e0b87ef8 Fix: 排他制御のラベルを修正 73162593 Hlp2: バージョン更新2.1.1.2 4d4ddb07 Keep: バージョン番号更新 86afcc53 Hlp: マクロ関数更新(設定) fa9d3c5c Keep: typo修正 16dee08b Hlp: Unicode版で動作が異なる機能の説明修正 0c8400b3 Fix: C++アウトライン解析でバッファオーバーラン [patchunicode:#786] 5c6be657 Fix: ファイル切替え時のフォント切換え不正 [patchunicode:#804] 127f6514 Fix: 折り返し位置への挿入での再描画不足(r3069-) [patchunicode:#802] d5abe453 Fix: すべて置換の矩形選択処理が不正&進捗表示不正(r3477-) [patchunicode:#801] c0a430bb Fix: mingwでのコンパイル警告・バグの修正 [patchunicode:#792] 5a716921 Fix: gccでお気に入りダイアログでフリーズする [patchunicode:#791] 3cfe4263 Hlp2: typo修正 c7db135a Hlp2: タブバーの説明追加 d68f3a5a Hlp2: typo修正 dd88eeb3 Hlp: マクロリファレンスの表記ゆれ 5cabb344 Hlp: S_ReplaceAllLine削除 606ad35f Hlp: typo修正 bed7256e Keep: typo修正 f06532a3 Keep: typo修正 6506b357 Keep: メッセージリソース用バッファのインデックス更新 Patchunicode#806 42abb0a8 Fix: 文字コード不一致時のダイアログ表示 Patchunicode#800 1171d653 Keep: inline関数を可変引数マクロに変更 Patchunicode#799 2352e549 Fix: このタブ以外を閉じるのアクセスキー不正 [patchunicode:#798] 6a424f9b Keep: typo修正 b8cb672e Keep: wcscpy関数の呼び出し省略 Patchunicode#793 ffb40ae6 Keep: 閉じて開く動作時のウィンドウキャプション更新省略 Patchunicode#796 ffd5b952 Keep: 構造体のコピーでmemcpy_rawを使わない Patchunicode#797 af9a65d7 Keep: 関数のinline設定追加 Patchunicode#795 344941aa Keep: ウィンドウクラス名をローカル変数に変更 Patchunicode#794 cfe21efb Hlp: マクロ関数更新(モード切替) ea43d9cd Hlp: マクロ関数更新(挿入) 6a9b8621 Fix: Grepフォルダの解析処理変更 Patchunicode#785 9595099b Fix: 折り返し行で1文字削除した場合のRedoでエラー(r3477-) [patchunicode:#790] b3185241 Fix: PPAでS_GREPで異常終了する [patchunicode:#783] 6013bcb7 Fix: GetDocumentationの修正 [patchunicode:#782] 2f07209c Fix: %sの修正 [patchunicode:#780] be09a3da Fix:ステータスバーの入力改行コード指定のCRLF,LF,CRにアクセラレータキー未割り当て [patchunicode:#776] 4e3497e6 Fix: 共通設定のファンクションキーの上下が重なって表示されている [patchunicode:#775] 19d65925 Fix: 自動判別→SJISコード変換の修正 PatchUnicode#774 26dd4e79 Fix: タイプ別設定変更内容がアウトライン表示に即時反映されない Patchunicode#788 fe98142c Fix: 無効なコントロールのショートカットキー Patchunicode#787 37470b67 Hlp2: SelectFontSize -> SetFontSize f792abf2 Fix: 排他制御の修正 Patchunicode#784 95e808e0 Keep: typo修正 d6f23c8f Keep: typo修正 c63f5648 Keep: typo修正 5cfa9653 Hlp2: 共通設定 『タブバー』プロパティの画像差し替え c3831b4f Hlp: マクロ関数更新(クリップボード) e216ff05 Fix: 現在位置の単語選択 Patchunicode#781 1f7bbfd9 Fix: CTipWndクラスのメンバ変数の初期化 Patchunicode#779 41e9065f Keep: C4345の抑制 Patchunicode#778 598bad29 Hlp2: 改行コードについてを修正 dbb7b167 Hlp2: ExecCommandのカレントディレクトリフラグ追加 e9320116 Keep: CDocLine,CLayoutのconst付加 upatchid:752 86dcd03b Imp: 大きいファイルのときのカーソル移動の高速化 upatchid:748 88f199da Fix: 改行コードのないファイルの読み込み高速化 upatchid:747 6be27802 Imp: 改行コード変換のメモリー使用量削減 upatchid:746 3cf187b9 Imp: 色を変えない時の表示速度改善 upatchid:745 c102dd19 Imp: 文字コード変換の高速化 upatchid:727 029ae530 Keep: CFileLoadの変換でEOLも含めるように Fix: ファイル読み込み進捗で改行コード長が抜けていた upatchid:736 1cf99974 Keep: 未使用変数削除 031da413 Fix: 整数オーバーフローの修正 upatchid:755 483d0ca5 Fix: 印刷プレビューで設定変更するとメモリーリーク upatchid:769 3836bf1f Keep: 不要なDEBUG_TRACEの削除 a57b4270 Hlp2: 2.1.1.1更新履歴 e66048d9 Fix: マウスによる矩形選択でカーソル行背景色の描画不正 upatchid:770 unicode:2114 Contributed by Moca 0c63ab6f Hlp: macroキーワード修正 00f807c8 update version 2.1.1.1 1952eee4 Keep: 言語プロジェクトの文字コード設定をUNICODEに変更(製品バージョンの表記が変わるだけ) 04521dd0 Fix: 一部のバージョン表記がカンマ区切りで表示される upatchid:771 wiki:Request/434 445a3a7c Fix: 不正な正規表現検索で不要なメッセージが出る upatchid:772 wiki:BugReport/147 90af7563 Fix: 不正な正規表現検索で不要なメッセージが出る upatchid:772 wiki:BugReport/147 37fdb30f Fix: 一部のバージョン表記がカンマ区切りで表示される upatchid:771 wiki:Request/434 ce135a2f Hlp: typo修正(S_TraceOut) cd01485c Hlp: S_OpenHHpp/S_OpenCCpp削除 52b1c9c6 Fix: 共通設定の構造体初期化不足 8699aa57 pluginhelp: ブラッシュアップ 82a01326 Fix: 「整形」と「高度な操作」のメニューラベルが反対 5578ff15 Fix: フォント、メニューのハンドルリークの修正 upatchid:764 f7c3966e Hlp: マクロ関数更新(矩形選択) f882c738 Hlp: マクロ関数更新(選択) 2f919391 Hlp: マクロ関数更新(選択) 97ff264e Hlp2: 2.1.1.0更新履歴 d247e2da Keep: cppcheck対応 9468d7e0 update version 2.1.1.0 61af4dbb Keep: 言語DLLのバージョン情報修正、MinGW用Makefile作成 122e31b7 Keep: 警告C4345修正 df9ee151 Fix: ウィンドウ作成時アウトラインが表示されると基本が上書きされる(r3539-) upatchid:754 0aaa2c8c Keep: typo修正 4ae526ae Fix: ヘルプIDの修正(skrw_fix_helpid2) upatchid:737 166e6d02 Hlp: マクロ関数更新(カーソル移動) dc7319b8 Hlp2: typo修正 37345eed Hlp2: フォントサイズ拡大/縮小 (矩形選択)行頭に移動(改行単位) 6666b7ff Keep: typo修正 0d532df2 Hlp2: 表示言語切り替えについて 4272d195 Hlp2: チップヘルプ更新 4a264ab2 Keep: タイプ一覧複製のヘルプID付加 8ce7e9d9 Keep: タイプ別フォントのヘルプID付加 50aef5bb Fix: 言語切り替えしてアウトライン解析ドッキングすると落ちる upatchid:753 6ff7f22b New: 各国語対応(renumber) upatchid:259 3ee7e559 Fix: ヘルプIDの修正(skrw_fix_help_id) upatchid:737 eb645ab4 Fix: 行番号の色がおかしい(r3543-) upatchid:750 f4fafba4 Fix: PageUp/​PageDownの修正 upatchid:749 dac69852 Hlp-Plugin: 多言語化対応 8df2254f Hlp2: LineTop/LineEnd(_Sel,_BoxSel)の引数の修正 Hlp2: (Half)Page(Up/Down)_BoxSelのマクロ記録の修正 63dffa71 Hlp2: タイプ別設定疑似可変長(最大60) f300dc17 Hlp2: カーソル移動リンク追加 Hlp2: (矩形選択)カーソル移動のマクロ記録の間違いを修正 d704a93b Hlp2: コントロールコードの仕様変更 223e53a3 Hlp2: -GOPT=Xオプション追加 4916d19c Fix: FileMapppingのハンドルが閉じられていない upatchid:741 ab12498b Fix: OnMinMaxInfoの修正 upatchid:740 40dd4762 Imp: Grep実行後カレントフォルダを移動しないオプション Fix: 複数フォルダ指定時、カレントディレクトリ移動がおかしい upatchid:742 17b65baf Hlp2: TAB表示の説明更新 39187cb1 Hlp2: キー割り当ての画像更新 93ec3772 Hlp: タブの閉じるボタン、偶数行の背景色 6b0b1821 Hlp: 更新履歴 8a573ecc Keep: typo修正 cdbb7c59 Hlp: マクロ関数更新(ファイル操作) 7595b818 Fix: Lang: PluginOptionの文字列リソース化忘れの修正 10747767 Fix: ヘルプIDの修正 upatchid:737 3e78b6fc Fix: Grepフォルダに;が含まれているとGrepフォルダがおかしい upachid:734 12152ab9 Fix: TypeIdがマイナスになることがある upatchid:733 92104dc3 Fix: MRUのタイプ別設定が基本だと適用されない upatchid:732 6727abee New: 各国語対応(plugin) upatchid:259 dac7391b Chg: コントロールコードの入力で改行コード変換をしないように upatchid:714 1388cb37 Fix: タブを閉じた後のウィンドウの変更 upatchid:689 11dcb653 Fix: 日本語リソースのカーソル形状のDOS風にウインドウズ風が重なっている upatchid:259(new_en_carettype) 47f02567 Imp: 変更行の色属性をDIFF・ブックマーク時に継承する upatchid:731 9917a397 Chg: DIFFの色分けをデフォルトで有効にする upatchid:730 444c10d0 New: 偶数行の背景色 upatchid:729 9e734163 Fix: 折り返し変更時の横スクロール位置をなるべく保持するように upatchid:728 bb663935 Fix: ドッキング時のブックマーク一覧表示 upachid:721 3a59a40c Fix: マクロ等の正規表現チェックがおかしい upachid:723 71db3eb6 Keep: typo修正 62272deb Keep: お気に入りダイアログの文字列定数修正 2d25a542 Keep: MinGWビルド対応 684e3c5a Fix: カーソル形状をMS-DOS風にしたときの挿入/上書き切り替え時にカーソル表示がずれる(r3074-) upatchid:725 3c2b4f8d Fix: 名前を付けて保存でエラーになる(r3477-) upatchid:722 096e1604 Keep: レイアウト中の禁則タイプのenum変更 Patchunicode#724 dc6776c5 Keep: typo修正 5fecf8c1 Keep: プロパティダイアログの文字列定数を修正 ffeab8ae New: 各国語対応(印刷プレビュー) upatchid:259 a297eea4 Chg: ファイルのプロパティにアクセス日時を表示 upatchid:718 22949fa2 Keep: typo修正 cf936de4 Keep: レイアウト情報作成時間の短縮 Patchunicode#719 b01b6402 Fix: リソースの修正(en_fix_res) upatchid:259 fd619b41 New: 各国語対応(etc) upatchid:259 d4a68104 Fix: カーソル行の背景色がおかしい upatchid:712 (trunk2_bgline_fix_a) c517b399 Lang: ドッキングしたアウトラインの英語化 8729d165 Lang: コマンド一覧でカスタムメニューの表示が不正 8f7bd077 Fix: STR_ERR_DLGOPNFL7が未定義 c2fa63cc New: 各国語対応(outline) upatchid:259 1ba92eab New: 各国語対応(ConvertLangValues) upatchid:259 00448821 New: 各国語対応(dlg) upatchid:259 fbdb3a16 Fix: 共通設定のタブ閉じるボタンの設定の位置を修正(r3497-) upatchid:259 (skrw_fix_dlg_tabclosebtn) 99b10f97 Fix: カーソル行の背景色がおかしい upatchid:712 (skrw_fix_wrap_bgline) c8d82c62 Fix: フォント名の表示でサイズ制限をつける upatchid:715 10bfe17e New: 各国語対応(キー割り当て) c6c31b50 Chg: アクセスキーの小文字対応 Patchunicode#711 cfa181e3 Fix: 高DPI時のリストビューの幅がスケーリングしていない upatchid:709 800c5cf3 Fix: インクリメンタルサーチ後に検索(BOX)が更新されない upatchid:708 c62a5ac8 Imp: 名前を付けて保存で無題番号を付ける upatchid:707 1b5c54ae Fix: トレイの共通設定でプラグインが即時読み込まれない(r3302-) upatchid:705 722c5eb1 Fix: 折り返しているとキーワードヘルプが表示されない Fix: 変換等でも「折り返し行に改行を付けてコピー」が有効になっていた upatchid:703 eff9f519 New: 各国語対応(英語メニューのアクセスキー削除) upatchid:259 5314cf69 New: 各国語対応(prop,typeprop) upatchid:259 196973ff Keep: typo修正 de284d50 Keep: SingletonのインスタンスがNULL前提の処理 Patchunicode#706 7665fe47 Chg: パス貼り付けの改行コード変換 Patchunicode#704 b3a56e25 Fix: タブ幅等の一時適用の保持の修正 upatchid:701 9d6a89dc Fix: 保存時に改行コードの混在を警告するが欠けている upatchid:471 e582f4ff Fix: 「終了時、改行の一致を検査する」を「保存時…」に変更 upatchid:471 b0a1665a Imp: タイプ別フォントにフォントラベルをつける upatchid:621 contributed by Uchi 13f05683 Hlp2: typo修正 ed54ea51 Hlp2: SetFontSizeの第三引数追加 0d4c07ec New: 各国語対応 upatchid:259 c837336b New: 各国語対応(ダイアログリソース) upatchid:259 9c2787bf New: 各国語対応(cmd等) upatchid:259 d331c691 New: 各国語対応(MainMenu) upatchid:259 2e9a533c New: 各国語対応 upatchid:259 d25ac87b Fix: 下線が残ることがある upatchid:696 c21ebc3a Fix: 開く(ドロップダウン)の最近使ったフォルダのラベルがファイルになっている(r3447-) upatchid:700 contributed by LR4 79a95858 Imp: すべて置換の高速化 upatchid:521 b1181033 New: タイプ別設定数疑似可変長(最大60) upatchid:451 b49f5f04 Fix: FUNCLISTの無駄な余白(r2608-) Patchunicode#698 a9c21899 Keep: 不要なCheckDlgButtonBool削除 Patchunicode#699 e4b470a4 Fix: 色指定リストが初期化されて表示される(r3447-) Patchunicode#695 06513d1e Keep: typo修正 dfaed1c5 New: 各国語対応 upatchid:259 f1183bb8 New: 各国語対応(CDlgFavorite) upatchid:259 7b7ebc82 Fix: 長いPATHでGrepするとバッファオーバーラン upatchid:691 15bf3109 Imp: 異常終了したウィンドウをリストから削除 upatchid:629 a63f245c Fix: 置換時のCMoveCaretOpeを削除 upatchid:633 594c1205 New: 各国語対応 upatchid:259 957ae8f5 New: 各国語対応 upatchid:259 41e16af6 Fix: リソーススクリプトのミスを修正(windressでエラー) 0daa0449 Hlp2: typo修正(UNICODE→Unicode) d9255afc Keep: CRecent派生クラスのcopyright追加 Patchunicode#697 69486d9d Hlp2: typo修正 18444f5a Keep: typo修正 04ee3d8d Keep: CPropCommonクラスとCPropTypesクラスの動的生成 Patchunicode#692 f73e3471 New: 各国語対応 upatchid:259 f190a321 Merged revision(s) 3367-3441 from sakura/trunk2: Keep: GetDllShareData()整理 Patchunicode#673 4705d4f7 Keep: typo修正 d6ee3801 Fix: CPropCommon派生クラスのメンバ変数 Patchunicode#690 9a500fb7 Keep: CDlgFuncListクラス整理 Patchunicode#693 d8adae04 Fix: CPropCommon派生クラスのメンバ変数 Patchunicode#690 c25e89d7 Chg: Wine実行判定処理 Patchunicode#685 9b62cec0 Keep: CalTextWidthArg構造体整理 Patchunicode#688 8d2e854d Chg: Wine実行判定処理 Patchunicode#685 e7f0cd81 Keep: MinGWの-Wallでの警告削減 Patchunicode#687 4a80fa4e Keep: CMarkMgrクラス整理 Patchunicode#686 db2b0a79 Chg: Wine実行判定処理 Patchunicode#685 61f96027 Chg: Wine実行判定処理 Patchunicode#685 7fcbcfb7 Keep: MinGWの-Wallでの警告削減 Patchunicode#687 f66f996d Lang: property sheet(タイプ別設定,共通設定)の英語化 7092a278 Fix: メニューとショートカットキーの機能選択不一致 Patchunicode#678 2f00ad2e Keep: typo修正 188c3e8e Lang: Grep英語化 0178b957 Lang: 言語DLLに画像、アイコン、カーソルを含めないようにする 33daca9e Lang: SetThreadUILanguageの呼び出し方法修正 a64fc138 Keep: 色分け表示対象の事前判定 Patchunicode#680 e3de76c2 Keep: 初期化処理の順序整理 Patchunicode#684 e50fbd2e Lang: 設定画面のコンボボックス英語化 6797079f Keep: 色分け表示対象の事前判定 Patchunicode#680 f00477fe Fix: 組み合わせてスクロールが動作しない upatchid:675 58220c5e Fix: 印刷ページ設定の変更が反映されない upatchid:665 5e0e40f1 Fix: 全角カタカナ→半角カタカナ変換で長音符が変換されない upatchid:666 022372ce Fix: Grepの検索文字列のエスケープ判定が間違っている upatchid:634 9afb3529 Fix: 最大化するときにスクロールすると画面が更新されない upatchid:647 731ed18a Lang: 設定画面のコンボボックス英語化 c06edf72 Lang: ロケール設定位置修正 58a58d4a Keep: GetActiveView()関数整理 Patchunicode#682 e8e21770 Keep: CSMacroMgrクラス整理 Patchunicode#683 9bb3100b Lang: 共通設定―全般 スクロール英語化 47bcd757 Lang: ANSIビルド対応 31b7c44b Lang: VC2005コンパイル対応 a6e796ce Lang: タブを閉じるボタンの設定画面修正 ff0d83c5 Keep: GetActiveView()関数整理 Patchunicode#682 a60eec48 Keep: 未使用関数削除 Patchunicode#681 45d77357 Keep: GetEditWindow()整理 Patchunicode#677 5bad3de6 Lang: カスタムメニュー名を英語化 INIに名称を初期設定しない メニュー名未設定の場合はリソースのデフォルト名を使用する 8964ceda Lang: 目につく日本語を英語化 beb37473 Keep: IsFuncEnable/IsFuncChecked関数の引数にconst追加 Patchunicode#679 291c4034 Keep: GetDocument()整理 Patchunicode#672 c437774e Keep: SetMenuFuncSel関数整理 Patchunicode#676 70db1d23 Keep: Singletonの実装変更 Patchunicode#618 8de009bc Fix: ファイル内容比較で強制停止 Patchunicode#671 8e423c5a Lang: 特殊機能メニューを英語化 7d332c6a Merged revision(s) 3341-3363 from sakura/trunk2: Keep: typo修正 22639a5a Keep: GetDllShareData()整理 Patchunicode#673 e429e20f Lang: ダイアログ英語化完了 f7f5cfd0 Keep: CImageListMgrクラス整理 Patchunicode#674 e91d6543 Keep: GetDllShareData()整理 Patchunicode#673 fc0c8756 Keep: GetDocument()整理 Patchunicode#672 563dfde2 Lang: ダイアログ英語化 55b74768 Lang: トレイアイコンの多言語化 71e8e9b3 Lang: 言語切り替えを共通設定―ウィンドウに追加 2dd9d9e7 Keep: STypeConfig構造体整理 Patchunicode#670 f7d9204c Keep: プロパティシート作成処理整理 Patchunicode#669 54662a00 Keep: tstringの参照渡し Patchunicode#662 35130bce Keep: Singletonの実装変更 Patchunicode#618 6e56959a Keep: SingletonのNULL判定処理の削除 Patchunicode#668 d6e64041 Keep: SColorStrategyInfo構造体整理 Patchunicode#667 70cec007 Keep: 色切り替え時の処理削減 Patchunicode#661 5fbbc26e Keep: typo修正 95d57040 Lang: 色設定英語化 63656bad Merged revision(s) 3314-3334 from sakura/trunk2: Keep: デバッグ用変数と関数の分離 Patchunicode#660 91a19350 Lang: ダイアログ英語化 dabd89e5 Keep: Copyright追加 Patchunicode#664 a10b6749 Keep: 参照変数にconst追加 Patchunicode#663 e093404e Keep: tstringの参照渡し Patchunicode#662 01a12d0a Keep: typo修正 d7b7e6bd Keep: フォント属性と色属性構造体追加 Patchunicode#659 acafb912 Keep: フォント属性と色属性構造体追加 Patchunicode#659 d5228dc2 Fix: @や$で始まる単語の補完ができない(r2624~) 63172d94 Keep: while文の条件式外だし Patchunicode#658 42f5f5bf Keep: typo修正 27858b25 Lang: ダイアログ英語化 3a884908 Lang: 設定画面英語化 d32fadc8 Keep: デバッグ用変数と関数の分離 Patchunicode#660 e3974005 Lang: 設定シート英語化 5b0c08af Lang: コマンド一覧英語化 e95788c7 Lang: 多言語化 9a33fa28 Lang: merge from trunk2(3290-3306) c10e4ca4 Lang: merge from trunk2(3290-3306) dd276dd0 Lang: バージョン定数 7740280f Keep: typo(Whell→Wheel) upatchid:652 cfa2b0be Fix: Grepダイアログ内のアクセスキー重複 upatchid:657 3f60b0db Lang: ダイアログ英語化。新しいメニュー英語化。 08e48999 Keep: MMX/SSE命令によるアルファブレンド Patchunicode#490 cbcaca2b Keep: Singletonの実装変更 Patchunicode#618 495e6332 New: タブの閉じるボタンを自動表示するオプションを追加 Imp: タブの閉じるボタン上でマウスオーバーしたときにボタンを囲む矩形を描画する Fix: タブの閉じるボタン上でマウス左ボタンを押下げて別タブの閉じるボタン上で離すと別タブが閉じてしまう Fix: 高DPI(125%)で[共通設定]-[タブバー]で表記末尾が切れる項目がある Patchunicode#656 f0b2d9f4 Hlp2: typo wiki:BugReport/128 6e5b14fe Lang: ダイアログ英語化。フォントをTahomaに。 55c36eab Lang: 2.1.0.0のリソース変更を取り込み 9cb901d7 Keep: Delete comment-out code a59fe73a Keep: 関数内のconst配列 Patchunicode#655 a5ceff69 New: 各国語対応 MultiLang_U2.patch upatchid:259 3a996e0b Keep: 各国語対応 作業用ブランチ upatchid:259 7b8bf195 Fix:「閉じるボタン」ONのときフォントの指定が効かない Fix:「閉じるボタン」と「等幅」がONだと非アクティブタブ上のマウスオーバーでタブがハイライトしない Fix: 「[等幅]OFF、[閉じるボタン]ON」から「[等幅]ON、[閉じるボタン]OFF」への変更でタブのアイコンやテキストの描画位置がずれる Imp: [アイコン]ON時のタブのテキストと閉じるボタンの隙間を狭める調整 Patchunicode#649 97740248 Keep: SetWindowLongPtr/GetWindowLongPtr Patchunicode#653 ba4d0e51 Keep: CViewSelectクラス整理 Patchunicode#654 b7cd3d4b Keep: MyPropertySheetの戻り値の型 Patchunicode#651 200cbc5f Keep: 冗長処理削除 Patchunicode#650 ccfc4f8a Installer 2.1.0.0 ce3984aa Hlp2: チップヘルプ 2114e65d Hlp2: Grep画像差し替え c8dc00de Hlp2: カスタムメニューの強化 067f7592 Hlp2: 76c9a6ad Hlp2: プラグインまわり 97d2acb4 Hlp2: タイプ別スクリーン設定 0306fbde Hlp2: タイプ別スクリーン設定 a623384c Hlp2: タブを閉じるボタン 7c521070 Hlp2: カラー設定棚卸し 8fbbbe16 Fix: タイプ別カラー設定のグループ枠欠け修正 707d7c82 Hlp2: 外部コマンド実行に画像追加 53772629 Hlp2: NEL,LS,PS限定サポート 390ea24f Hlp2: カラー印刷の実装バージョン修正 cbf271e7 Keep: CViewParserクラス整理 Patchunicode#646 84ed81f6 Keep: typo修正 Patchunicode#645 7ba6a567 Keep: typo修正 Patchunicode#644 86865145 Hlp2: ビルド環境追加 115d2fc1 Hlp2: メニュー棚卸し 6733667a Hlp2: 矩形選択コマンド(2.0.8.0) e21a373f Hlp2: タスクトレイメニューに設定追加 48996a50 Hlp2: 選択範囲内HTMLコピー 9474d879 Hlp: バージョン2.1.0.0。動作OSにWin8を追加 737e0c48 Hlp: v2.1.0.0変更履歴 528ea425 update version 2.1.0.0 c62daea1 Fix: タブの閉じるボタンすべてに枠が描画される unicode:2022 95d972a7 Fix: 無題番号が-1と表示されることがある upatchid:642 1bb6f154 Fix: 検索で一致しないことがある upatchid:641 75c33095 Fix: PPAで「手続き/関数の重複宣言」エラーがでる(r3160-) upatchid:640 03640e0a Chg: 座標変換マクロで異常値のときマクロを中止する upatchid:639 f4002238 Fix: 一部マクロで16bitを超える値が扱えない upatchid:638 8de6a9d7 Imp: メニューの選択色を淡くする upatchid:611 2ef56247 Keep: MinGW v4.5以前でのコンパイルエラー対応 unicode:2015 a3c5e051 Hlp2: typo・改行ミス修正 9acc291b Imp: SetFontSize拡張と拡大・縮小コマンドの追加 upatchid:573 45dc88cb Hlp2: TabClose(Other|Left|Right)の利用可能バージョンの修正 b778bafb Fix: エディタがビジーのとき、LocalCacheSelectorでNULLポインタアクセス(r2909-) upatchid:439 23b17ea3 Fix: 背景画像の相対パス Patchunicode#622 5a69a1ee Hlp2: 外部コマンド実行の拡張 a2047aa1 Hlp2: ルールファイル拡張 0bca37a5 Hlp2: Grepの引数・コマンドラインオプションを修正 da22aa43 Hlp2: Grepの説明を修正 c707d4dd Fix: cppcheckで検出したエラー、警告修正 Patchunicode#635 8461cf57 Hlp2: upatchid:603 クリップボード操作拡張マクロの追加 の説明を追加 438755ee Hlp2: upatchid:587 文字幅取得マクロの追加 の説明を追加 738ae4b5 Hlp2: Grepの第5引数を追加 a67f5f77 Hlp2: upatchid:495 Redoバッファ操作マクロ追加 の説明を追加 99d74b21 Hlp2: upatchid:477 ステータスメッセージ表示マクロ等 の説明を追加 upatchid:474 DrawSwitchマクロ の説明を追加 f03bbb1d Hlp2: upatchid:489 ダイアログ表示/結果適用のマクロを追加 の説明を追加 525bd240 Hlp2: CtrlCodeのマクロ記録を修正 0678fd63 Fix: 選択範囲の半透明で太線指定のときタブ文字等が太くなる upatchid:631 9d3d16cf Keep: MinGWの-Wallでの警告削減 upatchid:627 25f658c7 New: カスタムメニューの強化 upatchid:607 d0061068 Imp: タグファイル作成/Grepのフォルダを1つ上にするボタンを追加 upatchid:624 e5fa9ef4 Imp: ファイル比較/Diffでデフォルト選択をファイル名により決める upatchid:623 7e094515 Fix: 印刷のロックで複数待機しているとデッドロック状態になる upatchid:628 c1010c38 Fix: 逆インデントでhwndProgressが初期化されていない upachid:626 7aca814f Fix: Grepフォルダの文字列長チェックが不正 upatchid:625 3b087e57 Fix: ファイルを開いたときタイプ別フォントが適用されない upatchid:620 82249df7 Fix: マクロExecCommandの引数がおかしい upatchid:619 f52e21ab Fix: ソート・uniqの修正その2 upatchid:610 8a1f306d Fix: タブバーの文字色の修正 upatchid:613 1fe46372 Fix: メニューの使用不可の項目の色を変更 upatchid:612 98fa4ff7 Fix: 印刷プレビューのスクロール修正 upatchid:570 Contributed by aroka dcc69cfa Fix: 印刷プレビューでプリンタ切替する際の不具合修正 upatchid:583 45a21fb4 Keep: デバイスコンテキストから情報を取得しない Patchunicode#614 02792ac1 Keep: 改行描画時のレイアウト情報取得 Patchunicode#630 a88523f9 Fix: 最近使ったファイルに更新マークがつく upatchid:609 a6be3951 Fix: 2行を1行にするような置換がおかしい(r3127-) 8e924928 New: マウスホイールにキー割り当てをする upatchid:568 c93f31c3 Fix: Redo/Undoで例外が発生する(r3179-) cc947a74 Keep: 色情報の取得(表示有効時) Patchunicode#615 abb8d16a Fix: MinGW-W64コンパイルサポート upatchid:591 2797f58f Imp: いくつかの操作でプログレスバーを表示 upatchid:593 b927bee5 Fix: プログレスバーの進捗を正確にする upatchid:592 a5afb5fd Imp: 置換Opeの追加 upatchid:606 0c731790 New: クリップボード操作拡張マクロの追加 upatchid:603 fbd65a64 New: 文字幅取得マクロの追加 upatchid:587 423b2057 pluginhelp: SetLabel関数を修正  ReadMeファイル,ZIPプラグインの追加  参考にアイコンの追加 e64be589 Keep: ミニダンプのコメント追加 fc1fa1d1 Keep: char const* Patchunicode#617 66831568 Keep: GetLogfont()の共有データアクセス Patchunicode#616 609c7a52 hlp2: 更新履歴を分割 3f873402 Chg: TAB表示対応(文字指定/短い矢印/長い矢印) Patchunicode#571 a4f6edf8 chg: 矩形選択をメインメニューへ追加 Patchunicode#602 cfa62fc3 Fix: マクロ関数の実行でエラー(r3161-) 524bd402 Fix: ファイルダイアログ初期位置の指定フォルダに長いパスが編集できない upatchid:601 1828ba78 Chg: ファイルからの補完を既定値で有効にする upatchid:605 3b6b41f7 Imp: 5つ以上のマクロ引数のサポート upatchid:596 1cc5897e Fix: マクロ文字列のNUL文字列の修正 Fix: 5つ以上の引数の修正 upatchid:582 a3102c8e New: ダイアログ表示/結果適用のマクロを追加 upatchid:489 e943071c Fix: コンパイルエラーの修正(r3157-) e2028f4d New: ステータスメッセージ表示マクロ等 upatchid:477 352cd03f New: DrawSwitchマクロ upatchid:474 e9a05790 Fix: 外部コマンド実行で、入力がないときもハンドルを用意 upatchid:599 d6c478d1 Fix: すべて置換の修正 upatchid:597 941b46df Fix: Mingwでコンパイルエラー(r3153) 66ee57fa New: Grep拡張 upatchid:325 Contributed by wakura d31efd70 Chg: ファイルダイアログの初期位置を指定 Patchunicode#358 5dce397c Fix: コントロールコード入力のマクロ記録対応 upatchid:598 8ee6d675 Fix: スクロールバーの32bit化 upatchid:595 8a46183e Fix: プリント中の設定変更対応その2 upatchid:594 55a779e9 Fix: CCaret.cpp でコンパイルエラー(r3147) 601b0939 Fix: カーソル位置表示の修正 upatchid:558 dae19b00 Fix: プリント中の設定変更対応その1 upatchid:583 d5f3645f Fix: GetLineCodeのNEL等の対応 upatchid:581 45d7689a Imp: アウトラインルールファイル拡張 upatchid:580 c5ccb204 Fix: ATOK2013で再変換できない upatchid:576 2c59a005 New: タイプ別フォント設定 Contributed by aroka Fix: フォント設定を変更するとカーソルがずれる Fix: フォントを変更して文字幅が変わってもレイアウトを再構築しない Fix: 印刷プレビュー中の設定変更対応(EditView側) upatchid:371 b3f3b4b3 Keep: VC.NET2003コンパイル Patchunicode#37 7058acaa Keep: VC8+ PSDK 2003 Svr SP1 コンパイル 50c172fa Keep: SColorStrategyInfoクラス整理 Patchunicode#604 6d383844 Keep: VC.NET2003コンパイル Patchunicode#37 bfafeeaa Fix: タスクトレイから複数ファイルを開くのに時間がかかる Patchunicode#589 bdf96320 Fix: シングルトンのアサートに引っかかる upatchid:600 fde25470 New: Redoバッファ操作マクロ追加 upatchid:495 daacedce Fix: 無題番号を無題が必要なときのみカウントする upatchid:578 f68c521e Imp: すべて置換・Grepの高速化(CSearchStringPatternの再利用) upatchid:534 d17380b7 Chg: 設定変更時、カーソル位置よりスクロール位置を優先する upatchid:577 261609d3 Imp: 新規作成のカレントディレクトリ指定 upatchid:385 bdcd0cea Fix: 変更行が一致しない問題 upatchid:194 42a4ad0d Keep: Mingwでのwarningの修正 upatchid:579 2789f5d3 Keep: CGraphicsクラス整理 Patchunicode#590 ca94635d New: タブを閉じるボタン upatchid:214 60d96e7f hlp2: 文字コードセット指定のBOMの説明間違い修正 1cf39eec Chg: マクロのbDraw=trueと実行後の再描画の削除 upatchid:575 7a2615fa Fix: 検索マーク切り替えで検索ボックスが更新されない Chg: 次に検索されるキーを検索ボックスに表示 upatchid:514 ddc4117a Imp: 各履歴のコンボボックスでDelキーを押すと削除する upatchid:563 18b2c3f7 Fix: 設定変更後でも折り返し桁数での折り返しを継続するように upatchid:567 52441cbf Imp: PHPヒアドキュメント/C++ RowString/C# quoted String等対応 upatchid:431 0dd0f695 imp: プレビューでフォント指定有ヘッダ・フッタのTabをスペースに置き換えて表示する Patchunicode#536 ede31f7e Keep: TAB矢印描画 Patchunicode#585 8557241a Fix: 古いMinGWでコンパイルエラー(Command_INDENT) upatchid:#586 Contributed by Moca 799a8b13 Chg: Grep・アウトプットでダブルクリックタグジャンプに失敗したら通常コマンドを実行 upatchid:566 f530058b Keep: CFigureManagerクラス整理 Patchunicode#584 77a1892c Fix: タグジャンプを最長一致にする Chg: タグジャンプの区切り文字を増やした upatchid:565 193e2011 Fix: アウトラインでデータが行桁順でないときも正しく選択する upatchid:555 8fcc2320 New: アウトラインプラグインから付加文字を変更する upatchid:170 contribute by syat a0726cbf New: トレイメニューで共通設定・タイプ別設定呼び出し upatchid:525 7cc0f476 Fix: MinGWコンパイルエラーの修正 upatchid:572 bba11783 Fix: プラグインのオプションが49個になっている upatchid:564 BugReport/122 d689b7e2 Keep: 画面分割時のフォント共有 Patchunicode#541 c23cd1fb Keep: CFigure_Eolクラス整理 Patchunicode#574 12296f0d Fix: 印刷設定の紙の方向が変更できない([r3059]-) patchunicode:#569 89b4ed8a pluginhelp: オプションの種類にDirを追加 5d421494 fix: 印刷でヘッダ・フッタのフォントを設定 arokaさんのダイアログ修正パッチです。 Putchunicode#536 22d6f276 プラグインオプション周りの修正 fix: デフォルト値を設定しないとそれ以前の設定値が設定された様に振舞う fix: オプション設定を通さないとデフォルト値が有効にならない imp: オプションのタイプにDirを追加   CompFileName_v0_1の「規定フォルダ」の様なものを想定しています。 imp: plugin.defで[Plug],[Command]のLabelが無かったらハンドルを使用する様に imp: プラグイン新規追加にキャンセルボタンを追加 imp: オプション設定でリストのダブルクリックで値設定へ Putchunicode#554 3052d7f1 Keep: VS2003ビルド対応 Release_Unicode以外のビルド前のイベント、ビルド後のイベントにコマンドライン設定 ac0a91af Keep: CEditAppからCControlTray変更時の変数名の不一致 Patchunicode#560 f346eb80 Keep: MyWinHelpの引数削減 Patchunicode#559 a7ff8367 imp: 文字コードセット指定後の保存確認 文字コードセットを変更後、テキストの変更無しでクローズした場合、チェックが掛かるようにしました。 また、「無変換でも上書きする」がチェックされていない場合でも、上書き可能にしました。 PatchUnicode#552 8c77c543 Fix: インデントプラグイン実行時に画面が更新されない data:7657 17ec4474 Keep: VS2003ビルド対応 4c3c5c5f Keep: VS2003ビルド対応 6e256eea Keep: VS2003ビルド対応 48cee382 Keep: VS2003ビルド対応 2bc0903a Fix: ANSIビルドでコンパイルエラー(r3084-) 2a0aeff2 Fix: 検索マーク無効にしたあとの検索で再描画が必要 upatchid:561 25b83383 Fix: カラータブの色分け/表示が太字にかぶってる upatchid:557 9f5ef06f Fix: Grepダイアログのファイル・フォルダの値修正 upatchid:551 8e319a2f Fix: 背景画像表示とカーソル行背景色を設定しているとき対括弧強調表示がおかしい upatchid:556 573b3a48 Fix: 再帰時のOpeBlk修正 upatchid:479 2de09abc New: NEL,LS,PS限定的サポート upatchid:450 52843a0a New: カラーHTMLコピー upatchid:500 17ebc541 Fix: MingwでCPrintPreview.cppがコンパイルエラー upatchid:542 44bfe404 Imp: 外部コマンド実行の拡張 upatchid:324 6b7d7cae Keep: CEditViewクラス整理(タイプ別設定) Patchunicode#487 efcf15fb Hlp: Latin1に"Windows-1252"の説明追記 0c210ad0 Fix: LogicToLayoutが遅いその2 upatchid:530 f63d3b5f Fix: ファイル中央を表示していると画面描画が遅い upatchid:537 46949769 Fix: 折り返さないだと全行矩形入力が遅い upatchid:532 57e589ca Chg: 折り返し行インデントが限界のとき最大値のままにする upatchid:531 137e73b9 Fix: LogicToLayoutが遅いのを修正 upatchid:517 f02aa93a Keep: Funccode_define.h更新 4fceb9a5 Fix: 折り返し行でEOF直前で改行したときEOFが再描画されない(r2368-) upatchid:503 6d3beaff Keep: typo修正 upatchid: #553 (macro,comments) 7e414ec2 Fix: キーワードヘルプで「次の辞書も検索」で利用時に、フルパスではなくファイル名を表示するように upachid:511 07513093 Fix: PL/SQL,VBアウトラインの日本語対応 upatchid:510 bac91957 Keep: typo修正 upatchid: #553 (search,select) 93847ee4 Keep: SetWindowTextWをTCHARに修正 (by Mocaさん) upatchid: #544 Imp: カラー印刷で改行のない大きいファイルのときのパフォーマンス向上 (by Mocaさん) upatchid: #545 36fdd5d7 Fix: 無題、Grepダイアログを開いたときに"現在編集中のファイルから検索"が選択無効にならない(r3013-) Fix: ReplaceAllマクロの引数str1=""のときに"置換元パターンが指定されていません"が表示されない。(r2453-) 3edf48b8 Keep: 冗長な文字幅キャッシュの初期化処理削除 Patchunicode#540 5510098b Keep: typo修正 upatchid: #553 (print) 62750ccc hlp2: 印刷ページ設定関連の修正 ec906a08 imp: 印刷でヘッダ・フッタのフォントを設定 ヘッダ・フッタのフォントを本文とは別に設定できるようにします。 Patchunicode#536 e9b88dfd Hlp: 印刷ページ設定機能追加 82a60ed4 Keep: typo修正 upatchid: #553 (viewcalc,stringex,editrange,type) 574b1cac Fix: CDlgTypeList::DispachEventでOnNotifyが呼ばれている upatchid: #547 Contributed by Moca 0eb8ffe8 Chg: 印刷ページ設定のフォントサイズを高さで入力 upatchid:#550 c6f191df Keep: typo修正 upatchid: #553 (ruler,listctrl) 9692d805 Fix:印字可能領域がないとき0になる設定がEnterで確定できてしまう upatchid:#549 ba20d147 pluginhelp: オプションにDefaultを追加 plugin.defの注意書きを追加 書式の整理 6629c8fb keep: CDocFileの整理 CFileInfonoのアクセスを制限し基本CDocFileでアクセスする様にしました。 Putchunicode#539 d33c77d9 hlp2: イメージを最適化 「ビューアを複数起動しない」を追加 b050b7e3 Chg: ヘッダ・フッタを設定していないときに印字可能領域を広げる upatchid:#527 dda4550e Keep: typo修正 Fix: PrintPreviewのフォント戻し忘れ upatchid: #546 Contributed by Moca 2937fd0d Keep: アクセラレータテーブル関数共通化 Patchunicode#435 4c0ee83c Keep: for文中の条件外だし(size()) Patchunicode#512 70868d37 Hlp: Initial revision 16ef961d Fix: Makefile修正 upatchid:505 ef2e4ace Hlp: キーワードを指定してタグジャンプの説明更新 ddb7a531 Hlp: topic 12523-12828追加 309db3d8 Keep: キーワードSVN管理を断念 d0456cc0 chg: HeaderMakeとMakefileMakeのフィルターを削除 プロジェクトのフィルターを削除します。 Patchunicode#538 93f39308 imp: カラー印刷 ossan(ossan@ongs.net)さんのカラー印刷パッチを元に作成したものをです。 http://www.ongs.net/ossan/diary/?date=20120307 Patchunicode#491 825210ef Chg: タイプ別設定一覧ダイアログのリストに水平スクロールバー追加 Patchunicode#524 449e172c Hlp: typo修正 4a9b8494 Hlp: 2.0.8.1 4e3d46d8 Hlp: 外部ヘルプ説明追加 e25f7da3 Hlp: typo修正 4e121e99 imp: 印刷ページ設定でフォントのポイント数を表示 Patchunicode#515 472621e9 fix: VS2008のDebug Modeでのwarningの抑止 VS2005,VS2010,VS2012では出ないwarningです。 PatchUnicode#535 15fd31b6 Keep: VC.NET2003コンパイル Patchunicode#37 c54f3e77 pluginhelp: Sakura Editor Ver.2.0.8.1公開に合わせて修正 f51b235a update version 2.0.8.1 476f6c2d Fix: マクロ登録が初期化される(strlen系と0の比較をやめる) upatchid:480 3425e0f3 Hlp: 2.0.8.0 34356e9f update version 2.0.8.0 a7ecf30d Keep: キーボードアクセラレータテーブルの作成 Patchunicode#526 53648daf Fix: strlen系と0の比較をやめる upatchid:480 7f53a66c Fix: アウトラインのクリップボードメモリを先に確保 upatchid:476 d06bf7a1 Keep: キーワードヘルプの処理簡素化(再) ab4f8aef Keep: 色の設定 Patchunicode#523 426c6b80 Keep: CEditView::DrawLayoutLine()でのメンバ関数アクセス Patchunicode#520 268f3878 fix: 矩形選択移動コマンドのアイコン 矩形選択移動コマンドで未設定或いは位置がずれているアイコンを追加移動 Patchunicode#529 83bb3278 Fix: キーマクロのszLineの修正 upatchid:499 50e10edb Keep: キーワードヘルプの処理簡素化 upatchid:498 83651eca Fix: RestorePhysPosOfAllViewが不正(r2563-) upatchid:501 6eba4418 Fix: 各Runnningダイアログのパスが折り返されない upatchid:485 0525858c Fix: 閉じてタグジャンプのダイレクトタグジャンプ時閉じないのを修正 upatchid:488 107e7f5b Fix:印字可能領域がないときは異常動作しないように印刷プレビューを閉じる Chg:印刷ページ設定の印字可能領域の計算に「行番号を表示」の選択状態を反映 upatchid:#516 cf395856 Imp: プラグインオプションのデフォルト値 upatchid:473 ac8c7117 Fix: ChangeTabWidthマクロの修正 upatchid:472 d8b35b15 Imp: C/C++キーワード更新 upatchid:465 d503c161 New: 矩形選択移動コマンドの追加 upatchid:449 a952c808 Imp: アウトライン解析(ListView)の降順ソート patchid:448 29fdfd54 Fix: C++アウトラインの修正 upatchid:401 9fb5e3e4 Keep: IsBkBitmap()参照 Patchunicode#519 0ed6d0d7 Keep: CGraphicsクラス整理 Patchunicode#518 657d5b70 Fix: CEditWndクラスのメモリ解放漏れ Patchunicode#522 0daa5c8d Keep: CEditWndでのコマンド処理削除 Patchunicode#507 2106e375 Keep: 色定数->色番号の変換処理 Patchunicode#458 f9b8dc56 Keep: CEditView::DrawLayoutLine()の冗長処理削除 Patchunicode#493 10216af9 Keep: IsSpecialScrollMode()の戻り値の型変更 Patchunicode#509 e66a71eb fix: 印刷周りの修正 ①ファイルの更新確認モードで、印刷/プレビュー時に他のアプリケーションで修正され、更新をした場合に落ちる。 ②XPSに印刷時、ファイル名指定ダイアログと同時に出ている印刷中のダイアログに12/123と表示される。 Putchunicode#506 295fcc76 Keep: ヘルプ対応 Patchunicode#508 41137165 Hlp: topic 14414追加 965bae6a Hlp: topic 11764,11767,11768追加 9a8ca4ef Hlp: topic 11763追加 0078579d Chg: キャンセル待ち時間の単位追記 Patchunicode#504 7f85d0cb Keep: デバッグビルド時のアイコン Patchunicode#502 ec4ed349 Fix:印刷ページ設定のフォント幅に 10~69を入力しようとすると、思った通りの値にならないバグの対策 upatchid:#497 440f2945 Hlp2: すべて上書き保存の説明を修正 042b1d03 Keep: VC.NET2003コンパイル Patchunicode#37 84183e9a Keep: MMX/SSE命令によるアルファブレンド Patchunicode#490 611b5f65 Keep:CDlgPrintSettingクラス整理 upatchid:#496 122c1409 fix: VS2012対応 Visual Studio Express 2012 for Windows Desktopでのビルドエラー対応 f89d51f3 Keep: CViewFontクラス整理 Patchunicode#494 dccb927d Keep: typo修正 3bdcec36 pluginhelp: エディタベントの記述の修正 6620dfea Fix: HelpID更新 upatchid:486 6bfb6c9a Hlp2: typo修正 a311dc02 Hlp2: 各種更新。C++ヘッダ,フッダを削除。文字コードセット指定,Latin1で開き直す追加 659d8a7d Imp: アウトラインテキストのUnicode文字対応 upatchid:464 17d94802 Fix: MRUで登録済みは除外指定を無視 upatchid:436 03ef3c3c keep: typo修正 太字の変数名をFatからBoldへ Patchunicode#478 18292f86 Keep: typo修正 557e0b12 Keep:CDlgPrintSettingクラス整理 upatchid:#483 646b31e4 Keep:印刷設定レイアウト調整 upatchid:484 befa8926 Keep: CEditWnd整理(印刷設定) upatchid: #481 6a4abeeb Hlp2: keywordにReplaceDialogを追加 d8b98e44 Keep: CTextDrawer::DispText()の古い版削除 Patchunicode#475 74e54852 imp: MinGWでrcがコンパイルできないのを修正 noviceさんのmakefile修正も入ります Patchunicode#469 4033f3b7 Keep: CFigureStrategyとその派生クラス整理 Patchunicode#457 fa4dff86 Keep: CColor_Commentクラス整理 Patchunicode#470 18f39cce hlp2: Cookieマクロの説明追加 3e8a7ed5 Keep: CColor_Commentクラス整理(revert) Patchunicode#470 d16f256e Keep: CColor_Commentクラス整理 Patchunicode#470 095bd3f4 Keep: CColorStrategyとその派生クラス整理 Patchunicode#454 d59b8b35 Keep: CColor_Commentクラス整理(revert) Patchunicode#470 a31519dd Keep: CColor_Commentクラス整理 Patchunicode#470 b1f27367 Keep: CViewCommanderクラス整理 Patchunicode#452 a62f2580 Keep: Funccode_x.hsrc修正 Patchunicode#468 e5b953d8 fix: win7でZipプラグインが扱えなくなっていたのを修正 上記の他にコンストラクタ、デストラクタの.hから.copに移動、コメントの追加 Putchunicode#467 45e4e1c5 Keep: CDocEditorクラス整理 Patchunicode#461 cbb7fd4d Keep: typo修正 upatchid: #466 ffe53a39 new: エディタイベントプラグイン エディタ起動・終了、ファイル開く・保存・閉じるの契機で動くジャックを追加します。 ・EditorStart 新しいエディタウィンドウを開いて初期化完了後に呼ばれます。 ・EditorEnd エディタウィンドウを閉じる前に呼ばれます。 ・DocumentOpen ファイルを開いた後に呼ばれます。 ・DocumentClose ファイルを閉じる前に呼ばれます。(保存確認の後) ・DocumentBeforeSave ファイルを保存する前に呼ばれます。 ・DocumentAfterSave ファイルを保存した後に呼ばれます。 e7c516d3 imp: フォントラベルをつける 「共通設定」のタブバーと支援/キーワードヘルプにフォントラベルを付ける Patchunicode#455 621cf860 Hlp: サクラエディタについて->プロジェクト連絡先 d2bc3379 Keep: 不要なUpdateCaption()呼び出し削除 Patchunicode#456 787884d7 Keep: CDocEditorクラス整理 Patchunicode#461 a5397c73 Keep: SAFE_DELETEのNULLチェック省略 Patchunicode#459 04ceb595 Keep: for文中の条件外だし(COpeBlk/COpeBufクラス) Patchunicode#460 71038a86 keep: typo修正 頭のCopyright部の重複を削除 Patchunicode#463 73655706 fix: 印刷ページ設定でフッターへのショートカットが効か無いのを修正 Patchunicode#462 fbb1436e Keep: for文中の条件外だし(CColorStrategyクラス) Patchunicode#453 2487dcdd Fix: リソースの関数名の追加 upatchid:447 efb72ff4 Fix: 保存確認メッセージの無題に番号を付ける upatchid:419 460adb18 Keep: for文中のstrlenの外だし upatchid:446 66793cdb Keep: typo修正 4d8590c5 Keep: CViewCommanderクラス整理 Patchunicode#452 aa3d02fe keep: SAKURA_PCH_MODE_MIN定義時にビルド出来なくなるのを修正 Patchunicode#441 a732af0b imp: リソースの製品バージョンにSVNリビジョン等を追加 SVNリビジョンとANSIとDebug versionを追加 FileVersionとProductVersionをマクロで指定するようにした Patchunicode#438 72e53d85 imp: メニューバーの文字コードセット表示にBOM付を追加 Unicode系のセッでBOM付の場合、#を追加 Patchunicode#429 1a8995df Keep: CDocTypeクラス整理 Patchunicode#444 d638bb3e Keep: CDocTypeクラス整理 Patchunicode#444 d2657df6 Keep: CEditDocクラス整理 Patchunicode#445 02b49c30 Keep: CCaretクラス整理 Patchunicode#443 1e4e3d7e Fix: 編集ウィンドウに設定されたフォントの幅で描画されていた uatchid: #439 8e5e0caf Keep: CKeyBindクラス整理 Patchunicode#440 03556cf4 Keep: CTypeSupportクラス整理 Patchunicode#442 c0d8d510 Imp: フォントサイズの拡大or縮小 Patchunicode#398 39c5a561 Hlp: SetFontSizeマクロ説明追加 58515cd6 Imp: フォントサイズの拡大or縮小 Patchunicode#398 c03ac88a Keep: フォント変更時のメッセージ受信処理 Patchunicode#437 8dcc5407 keep: 「プラグイン開発ガイド」のURLの変更 内容に変更は有りません a0dc096e keep: resourceの整理 Projectに登録されていないリソースの登録、未使用のリソースの削除 未使用ファイルの削除 resourceの未設定svnプロパティの設定 Patchunicode#433 40c42a6c fix: ファイル履歴の文字コード設定が正しく表示されないのを修正 Patchunicode#434 5cec678b keep: sakuraのプロジェクトのプロパティの整理 プロパティを出来るだけ規定値で設定するようにした Release_UnicodeでDBUG情報を出力しないに変更 未使用ファイルの削除 Patchunicode#428 f6d7a3d1 Hlp: BREGEXP互換ライブラリ -> 正規表現ライブラリ、サポートしない正規表現ライブラリの記述を削除 40ebbd39 Hlp: 変更履歴->サクラエディタ変更履歴 9628ace0 Keep: アクセラレータテーブル関数共通化 Patchunicode#435 cb50e203 Hlp: typo修正 86f28427 Keep: 関数のインライン化 Patchunicode#432 4cd5870d Hlp: 2.0.7.1 6c116343 Hlp: このウィンドウ以外を閉じるの説明追加 e1fc7336 Hlp: topic 10042追加 37690c81 new: Plugin Help プラグイン開発ガイドを新規登録します syatさんの「プラグイン仕様_20110628.txt」を元に、ヘルプファイル化し修正・変更された点について記述を加えています。 4987c408 new: 「終了時、改行の一致を検査する」を追加 チェックをはずすと、「改行コードが混在しています。...」 という問い合わせをスキップします。 「タイプ別設定」の「支援」に追加します。 Patchunicode#423 7664f80d Keep: CTextDrawerクラス整理 Patchunicode#430 b57a10de Imp: お気に入りダイアログで除外リストに追加を追加 upatchid:395 24a1e442 Fix: ソート・uniqの修正 upatchid:393 73bc4fe0 Keep: 未使用変数削除 upatchid:402 809745b6 Fix: WSHマクロの中断ダイアログ表示後に固まる Fix: 2.0.6.0以降のWSHマクロの実行速度改善 Fix: WSHマクロのハンドルリーク・メモリーリーク解消 upatchid:408 upatchid:425 9939c6b5 Hlp: バックアップ-指定フォルダのメタ文字列サポート追加 106c99f6 Hlp: タブの並びを揃える 624e0a60 Keep: CPropCommonクラス整理 Patchunicode#427 c90c12c9 Keep: MinGWコンパイル環境更新 Patchunicode#426 562713a1 chg: TABの矢印表示の初期設定をonに chg: TAB矢印の長さをTABサイズ一杯に fix: TAB矢印の色設定の太字が反映されていない Patchunicode#409 f62361ba Hlp2: MessegeBox関数定義のtypo修正 f7cdcc85 Hlp: typo修正 9a372cb6 Hlp: リンク先修正 c1bb93c0 fix: フォントにTerminalを指定した時に検索ダイアログの条件入力欄がつぶれるの修正 小さいサイズを持つラスタフォントを指定した場合に発生します。 現状Terminal以外で発生する事はありません(条件に合うフォントが無いので)。 FixedSysでは発生しません。 修正はダイアログの検索条件などとツールバーの検索条件のフォントの設定時にTrueTypeのみを指定するようにしました。 Patchunicode#424 5703bbe6 keep: doc内フォルダ分け docの配下のファイルをプロジェクトに合せてフォルダに分ける。 パッチを掛けてからバッチファイルでファイルを移動してください。 Patchunicode#421 5ce3deca keep: デバッグ用macroを MYTRACE, DEBUG_TRACE, RELPRINT に集約 _W, _A付のマクロを削除し統一しました Patchunicode#420 b49afa44 Keep: typo修正(コメント追記) c640cbf2 Hlp: 矩形貼り付け(PasteBox)のマクロ構文更新(引数は予約) d37a60c2 Hlp: 貼り付け(Paste)、矩形貼り付け(PasteBox)のマクロ構文更新 9fdd7625 Imp: バックアップ-指定フォルダのメタ文字列サポート Patchunicode#422 ca8e7013 Hlp: メタ文字列の仕様の説明追加 07760c5a Keep: マクロ機能に関係するクラスの変数名整理(コマンド情報と関数情報) Patchunicode#417 14fe8d07 Fix: AddCommandの引数不一致 Patchunicode#418 83077037 SVNのrevisionとignore関連の修正 fix: プロジェクトにsvnrev.hが含まれて居ないので追加 keep: SVNのignoreのVS2010対応と.cvsignoreの削除 keep: preBuild.batのtypo修正  VS2005でプロジェクトにsvnrev.hが無いとsvnrev.hの変更を検出せずrevisionが更新されない可能性があります。 Patchunicode#412 63156f1a keep: プロジェクトの修正 sakuraの中間ディレクトリを1つ深くしてsakura.exeにアクセスし易くする HeaderMake,MakefileMakeのRelease時デバッグ情報ファイルを出さないようにする Patchunicode#410 b578c8da Keep: typo修正(header) 4b875c5e Chg: タイプ別設定『ウィンドウ』プロパティヘルプ対応 Patchunicode#415 d78055e3 Fix: マクロ実行後にReDrawする Patchunicode#416 9f4b699a Hlp: タイプ別設定『ウィンドウ』プロパティ追加 aced7f49 update version 2.0.7.1 056b857b closeのBug Fix Patchunicode#404/revision 2832のbug fixです Patchunicode#414 96c3a391 update version 2.0.7.0 ca5fc781 chg: タブをまとめて表示している時でタブクローズ時に次のタブに移る様にする imp: 「このタブ以外を閉じる」等で画面のバタつきを押さえる 複数ウィンドウを閉じる時にウインドウの遷移を抑制しバタつかない様にする。 ff80745b Keep: CGraphicsクラス整理 Patchunicode#406 d216d63e Keep: 改行記号描画高速化 Patchunicode#411 0e6730be Keep: typo修正 7f6bb1cd Keep: Revisionの表示 Patchunicode#131 5dcf0a45 Keep: CEditWndクラス整理 Patchunicode#407 f9b6c185 Keep: CWndクラス整理 Patchunicode#405 18c42e47 Hlp: 共通設定 - バックアップ の説明更新 c56fdbf9 Keep: typo修正 1e1cfde6 Fix: cppcheckで検出したエラー、警告修正 Patchunicode#403 35390b92 Hlp: バージョン情報更新 053ff838 imp: Makefileを自動生成する Maikefaileのメンテナンスを手動でやるのは難しそうなので作成しました 384 Makefile修正 も一緒にコミットします Patchunicode#392 Patchunicode#384 fff06821 Fix: アウトラインダイアログのコントロール位置修正 upatchid:391 e9b3dfee Hlp2: オートスクロール追加 aa4a3765 Keep: MoveCursorのデバッグ出力削除 upatchid:394 b396f154 Keep: CPropTypeColor整理 upatchid: #400 28245111 Chg: 同一Fontfaceの場合、キャッシュのクリアを省略 Keep: フォント幅キャッシュ整理 upatchid: #399 c562bdad Chg: 漢字の描画幅を'一'の幅で決める ハングル、外字も同様に先頭文字の幅で決める upatchid:396 61b7cd9f Keep: ウィンドウクラス名整理 Patchunicode#397 54e7299c Keep: ビルド前後のイベント Patchunicode#390 3b7293b7 Imp: ダイアログのリサイズの位置と大きさの記憶 upatchid:380 6f743277 Hlp: topic更新 963be51e Keep: t_min/t_min関数のinline化 Patchunicode#377 07cf7fbb Keep: クラッシュダンプ機能のデフォルト設定(無効) Patchunicode#389 95ab9859 Keep: typo修正(date format) a5f3bcb5 Fix: Ctrl+クリックがおかしい upatchid:379 7adc7cbe Keep: typo修正(header追加) 54b80267 Keep: 初期化処理の省略 Patchunicode#383 d2896ba7 Hlp: ExpandParameter説明追加($B/$b/$Q) 08b0bc70 Keep: CWndクラスの未使用メンバ変数ifdef切り分け(typo修正) aedded85 Keep: CWndクラスの未使用メンバ関数削除 Patchunicode#388 92fbbc6b Keep: CWndクラスの未使用メンバ変数ifdef切り分け Patchunicode#387 04d364e3 Keep: typo修正 e8d96fab keep: iconの修正 icon_debug.icoとicon_grep.icoの32ビットiconが1ドットおかしかったので修正します。 Patchunicode#381 7d1a9e25 Keep: 共通設定-バックアップのGUI調整 Patchunicode#386 46de50c0 Keep: typo修正 2af12f35 Keep: typo修正(header追加) 75031d4a Keep: t_min/t_min関数のinline化 Patchunicode#377 7cbdac31 Hlp: 2.0.6.0 履歴更新(release) 7018a778 Keep: CEditWndクラス整理 Patchunicode#382 a64b78a0 Keep: typo修正 2ccae4d3 Imp: タグジャンプダイアログのリサイズ upatchid:363 f4bb19ac Keep: ファイルダイアログの初期位置GUI調整 Patchunicode#378 3c34fdce Keep: "SAKURA_NO_DLL"削除 Patchunicode#376 e5b98ab3 imp: ExpandParameterにタイプ別設定の名前などの追加 ExpandParameterに以下の特殊記号を追加する。  $B タイプ別設定の名前  $b 開いているファイルの拡張子(.無し)  $Q 印刷ページ設定の名前 $BがRequest/422への対応です。 Patchunicode#374 49409868 keep: warningレベルを上げた際に発生するwarningの一部を修正 以下のwarningを修正しました  warning C4244: 'xx' : 'yyyy' から 'zzzz' への変換です。データが失われる可能性があります。  warning C4310: キャストによって定数値が切り捨てられました。   (ANSI構成での1箇所対応しない箇所が有ります)  warning C4701: 初期化されていない可能性のあるローカル変数 'xxxx' が使用されます  warning C4702: 制御が渡らないコードです。 VS2010Expressで評価しました Patchunicode#372 827e5be7 Keep: Grepダイアログのアイテム(条件、ファイル、フォルダ)の遅延登録 Patchunicode#368 8af21231 Keep: CEditAppクラス整理 Patchunicode#375 375ab331 Keep: typo修正 15a65d4d Keep: typo修正 cb3cd055 Keep: 不要なUpdateCaption()呼び出し削除 Patchunicode#373 d2bb717b Keep: typo修正 b3b03c95 Fix: x64コンパイルエラー 764d61ff Keep: typo修正(assert_warning) 34df82d3 Hlp: typo修正 49b933f9 Keep: コメント整理(EColorIndexType) 1bb86570 Fix: TAB記号の背景色 Patchunicode#353 07c6e516 Keep: 旧バージョンとの互換性用mutex説明変更 Patchunicode#367 d84c2bee Fix: コントロールプロセスのカレントディレクトリ Patchunicode#359 6b6b4b75 Hlp: 2.0.6.0 a652fcc5 Hlp: Grep条件入力の説明追加(フォルダの初期値をカレントフォルダにする) 8c1a85dc Hlp: typo修正 9d6d0fc6 Keep: フォントアクセス整理 upatchid: #370 a3e6fa5a Keep: CommonSetting他整理(フォント周辺) (CommonSetting_TabBar,CommonSetting_Helper,CTabWnd,CMainToolBar) upatchid: #369 e5d21bd1 keep: warningレベルを上げた際に発生するwarningの一部を修正 以下のwarningを修正しました  warning C4505: 'xxxx' : 参照されていないローカル関数は削除されました。  warning C4668: 'xxxx' は、'#if/#elif' を '0' に置換するプリプロセッサ マクロとして定義されていません。  warning C4706: 条件式の比較値は、代入の結果になっています。  warning C4127: 条件式が定数です。   (定数であること期待した場合や修正困難のものを除く)  warning C4189: 'xxxx' : ローカル変数が初期化されましたが、参照されていません   (検出エラーを除く) VS2010Expressで評価しました Patchunicode#365 7456eaf3 Hlp: 共通設定 『タブバー』プロパティの説明更新 c178130c keep: CRunningTimerの精度を上げる winmm.dll を使用しCRunningTimerの精度を上げる。 ライブラリの指定は#pragmaで行っています。 Patchunicode#364 623865c2 Fix: タイプ別設定(スクリーン)のヘルプID修正 Patchunicode#366 4421326a keep: OS バージョンチェックの修正/削除 起動時のバージョンチェックをWin2000以降に変更 不要なバージョンチェックおよびルーチンを条件コンパイルではずす COsVersionInfoの実体を一つにしGetVersionEx()の呼出を1回にする Patchunicode#357 3ff00676 Keep: 単語判定処理コード変更 upatchid: #361 98592bc5 Keep: CPropTypesクラス群整理 upatchid: #360 60a77efd Keep: CViewCommanderクラス整理 Patchunicode#362 87079b86 Hlp: ExpandParameter説明追加 b7fd3265 Hlp: diff.exe のダウンロード先変更、変更履歴更新 10fa49e9 Chg: タイプ別設定の強調キーワードの共通設定で強調キーワード1をデフォルトで開く upatchid:356 524e0775 Chg:スクリーンタブ「起動時のIME」「文書アイコンを使う」->その他タブ Chg:カラータブ「背景画像」「行番号の表示」「行番号区切り」->その他タブ Chg:支援タブ「デフォルトの文字コード」->その他タブ Chg:正規表現キーワードタブのタブオーダーを変更 Chg:キーワードヘルプタブのタブオーダーとボタン配置を変更 Keep:タイプ別設定全タブレイアウト調整 Imp:タイプ別設定画面に共通設定の強調キーワード確認・登録ボタン追加 upatchid:350 d79446d9 keep: フォルダ分け ルートに有る外部モジュール処理、印刷、UI部品関連のファイルをフォルダに分ける Patchunicode#352 d3ec71f2 keep: ツールチップ用SendMessage関数のラッピング化 TTM_ACTIVATEメッセージのinline関数化 Patchunicode#351 ff7ed38a Keep: CommonSetting_Helperクラス整理 Patchunicode#355 c0c90e57 Fix: CGrepAgent.cpp(646): delete currentFileの[]がない upatchid:354 a503a6d2 Hlp: ExpandParameter説明追加 b66ab566 Keep: typo修正 88aefbee Hlp: リンク修正 efafe83e Hlp: topic 10217 追加、変更履歴追記 aeb8132d update version 2.0.6.0 ccef52ab Fix: EOF以降のマウス選択がおかしい upatchid:342 d0a7f2fb Keep: CIoBridgeクラス整理 upatchid: #337 f368c334 Keep: CEditViewクラス整理 Patchunicode#349 846a1512 Keep: typo修正 40cb329c Keep: CEditViewクラス整理 Patchunicode#348 844ff5e5 Keep: CEditViewクラス整理 Patchunicode#347 cb331ff8 Keep: CViewCommanderクラス整理 Patchunicode#346 6218dc5b Keep: CViewSelectクラス整理 Patchunicode#345 e2529e59 Keep: typo修正 5080fb5a Keep: Windows2000以降サポート Patchunicode#338 106b8e7e fix; (簡易)ログモードの修正 自動読込時遅延のsakura.iniへの読書きの追加 書き込みがロックされているファイルの読込み時のメッセージの抑止 Patchunicode#343 16fecd22 Keep: CommonSetting_Editクラス整理 Patchunicode#344 c46ae55a 「アウトライン解析(トグル)」追加 「同名のC/C++ヘッダファイルを開く」/「同名のC/C++ソースファイルを開く」削除 メニューの修正等 f93e0b46 Keep: typo修正 GetDlgInitialDir()の呼び出し処理を移動(OpenFileDialog()と同じに)。 a2ca4c8a Keep: Mingw対応その2 upatchid:323 dfc95b8f Fix: 文字コードセット指定のヘルプ番号修正 upatchid:331 91175874 Fix: 選択中のステータス表示が消される upatchid:335 f59e219f Fix: 行間が0だとアンダーラインが残る upatchid:333 057c74b1 Keep: CPropEditクラス整理 Patchunicode#341 c4f45079 Chg: 制御文字と隣接する強調キーワードの色分け対応 upatchid: #339 8b653dd5 Hlp: topic 10220-10223, 11278 追加 c728eae2 Fix: タイプ別強調キーワード補完対応 upatchid: #340 4fbd8791 Imp: 日本語強調キーワード対応 upatchid: #326 81223ffc fix; アウトラインのドッキング時のサイズ調整 ドッキング時リスト領域の指定が大きすぎてスクロール時最下段が見えない Patchunicode#336 44003453 Keep: "共通設定"-"編集"-"ファイルダイアログの初期位置"のリソース微調整 96cc8862 keep: Debugの整理 Debug1~3.cppのオブジェクトが不必要にリリースに入らない様に変更 Debug1の未使用変数の削除 CDlgDebugの削除(未使用) メッセージボックス関数の分離 af82999f keep: の排除 から"apiwrap/StdControl.h"へ(マクロからinline関数へ)切り替えます ea8f0896 Keep: typo修正 ddfc1d19 Keep: CHokanMgrクラス整理 Patchunicode#332 a6796169 keep: ヘッダの整理 Platform SDKヘッダファイルの大文字小文字をSDKに合わせる SAKURA_PCH_MODE_MAX/SAKURA_PCH_MODE_MIN定義時でもコンパイルできる様にする 未使用ヘッダファイルの削除 ヘッダファイル内でのインクルードをclass定義等に変更 ヘッダファイル内での不必要なインクルードの削除 a8e47a05 Keep: CGrepAgentクラスtypo修正 upatchid: #328 0bf0549d Keep: CFileLoadクラスtypo修正 upatchid: #329 7ca72d0e Fix: 上書きモードのときの矩形選択中の入力の動作を変更 upatchid:312 4621d9ba New: カーソル行の背景色 upatchid:277 00be10d7 Imp: DIFF, 履歴ダイアログのサイズを可変にする Chg: 比較ダイアログ, トピックツリーのサイズを可変にする実装の変更 Patches: #321 ae3c7b56 New: 固定幅モード upatchid:267 c88ca003 Keep: BOM変数整理 Patchunicode#322 dbe7c59d Keep: typo修正 714c9e07 Imp: ファイル比較ダイアログの幅を可変にする Patches: #320 c5214703 Keep: typo修正 4328102f keep: Cursor Resource の更新 内部のパラメータが変なカーソルがあったので修正 auto_scroll_down_right.curはこれだけが32bit色(他は2bit)だったので修正 2cb912f1 keep: Hand CursorにWindowsの物を使用 IDC_HANDはWin2000以上で対応します Patchunicode#318 d73726f5 chg: プラグインのオプション設定でBool値の表示をチェックボックス風に変更 Patchunicode#317 cf503904 keep: CMRU.h/.cppをCMRUFile.h/.cppに変更 ファイル名をクラス名に合せる 042e1df5 Keep: CType*のincludeの整理 upatchid:313 86b599d9 Keep: CDPIクラス整理 Patchunicode#315 2a3062df New: 無題番号 upatchid:263 fee83568 Fix: バックアップ詳細設定の日時書式をファイル保存時刻と現在時刻であわせる Patches: #306 BugReport/67 f8bdb357 Fix: Rev2569のコンパイルエラー upatchid:280 4affeeff Fix: Rev2567のコンパイルエラー upatchid:278 719052ef New: ファイルダイアログの初期位置を指定 upachid:280 93f16de8 Imp: 文字の入力中にポインタを非表示 upatchid:274 2425ad8c New: Cookieマクロの追加 upatchid:278 1a7d84af new:文字コードセットLatin1の追加 keep:文字コード関連の整理 Patchunicode#309 Makefileに.oファイルの追加とCShareData.cppのメッセージの修正もしました 01e23041 Imp: タイプ別設定の拡張子を二重・なしにも対応 upatchid:262 47a2f1ed Imp: UTF-7のBOMサポート upatchid:258 77803575 Fix: 折り返しを変更した時に画面がずれる upatchid:261 0225c7a3 Fix: %ls->%tsの修正 Fix: ローカルの文字列のポインタを返している 5cf6bf4b Keep: a complement to r2516. 105abe98 fix:resourceのバージョン情報の著作権が無効な形式である 著作権に必要な情報(年)が不足している Patchunicode#310 keep:SVNのmime-typeの修正 7e6a210c New: オートスクロール upatchid:218 e0521408 Fix: Makefile にCDlgSetCharSet.o を追加 69e4e0e2 Keep: typo修正 608bb44a new:文字コードセット指定を追加 モード切替系のコマンドとしてChgCharSetを追加 第一引数で指定した文字コードセットに変更する 第二引数はBOMの状態を1,0で指定する メニューで指定した場合、又は第一引数に99,-1を指定した場合はダイアログを出しそれに従う ステータスバーの文字コード表示部のダブルクリックで設定画面を起動する 534abb76 Keep: バージョン情報ダイアログのCopyright年を更新 31484364 Keep: typo修正 081fe79d Keep: EditNode構造体整理 Patchunicode#308 d5af4663 Keep: IDC_CHECK_HOKANBYKEYWORD 値修正 6f75a43a New: 強調キーワードで補完 upatchid:253 a05c8792 Imp: MinGW32 コンパイル対応 upatchid:271 Contributed by minoki 93104b85 new:プラグインの設定の各種改善 ①Zipでアーカイブされたプラグインを以下の方法でインストールする  (WinXP/WinS2003以降で可能)  1)Zipファイルをplugins配下に置いて「新規プラグインを追加」  2)「ZIPプラグインを導入」ボタンでZIPファイルを直接指定 ②プラグインのReadMeを表示する  対象ファイルは個別フォルダ直下の"ReadMe.txt"または"個別フォルダ名.txt"です ③プラグインリストをダブルクリックでオプション設定を呼び出す ④オプション設定で値の変更をすぐにリストに反映させるようにする ⑤マルチユーザ対応  ユーザー別設定になっている時に、設定フォルダとsakura.exeと同じディレクトリのpluginsの両方から検索する  設定ファイルは設定フォルダの下のpluginsに作成する Patchunicode#303 cd5844df new:ExpandParameter機能追加 ①$E 開いているファイルのあるフォルダの名前(簡易表示) ②$e 開いているファイルのあるフォルダの名前 ③${N? 新規(Output/Grepウィンドウも含む) $: 普通のファイル $} fix:$Mの修正 ①$Mをタイトルバーに設定すると落ちる ②キーマクロ、名前を指定してマクロ実行時にファイル名に展開されない Patchunicode#302 9fe71c32 keep:CViewCommanderを分解その4 「ファイル操作系」「選択系/矩形選択系」「クリップボード系」「変換系」「マクロ系」「カスタムメニュー」をCViewCommander.cppから分離 これで完了です Patchunicode#305 619cf424 keep:CViewCommanderを分解その3 「カーソル移動系」をCViewCommander.cpp,CViewCommander_New.cppから分離 「検索系」をCViewCommander.cpp,CViewCommander_New.cppから分離(4ファイルに分割, 他に2ファイル) Command_COMPAREをCViewCommander_Diff.cppに移動 CViewCommander_New.cppを削除 Patchunicode#301 cd29739f Keep: CommonSetting_Window整理 Patches: #304 46c1736a keep:CViewCommanderを分解その2 「支援」はCViewCommander_Hokan.cppへCViewCommander.cppから移動し名前をCViewCommander_Support.cppに変更 「編集系」をCViewCommander.cpp,CViewCommander_New.cppから分離(3ファイルに分割) パッチとの差分 ヘッダコメントのcopyrightをソース中のコメントから作成し追加 CViewCommander_Edit_cosmetik.cppをCViewCommander_Edit_advanced.cppに名前を変更 Patchunicode#299 0a0fd4a4 Keep: CDlgCompareクラス整理 Patchunicode#300 1ae6d30c keep:CviewCommanderを分解その1 「挿入系」「モード切り替え系」「設定系」「ウィンドウ系」をCViewCommander.cpp,CViewCommander.cppから分離 Patchunicode#295 754570bc fix:Grep時のデフォルトの文字コードを検査するファイル名から設定 fix:デフォルト文字コードをUTF-8にしているとSjisのファイルをUTF-8と判定ミスをする svn 2508 Patchunicode#289の再修正 fix:文字コード判定で全体の0.05%未満の不正バイトは、無視するはずが、5%だったのを修正 Patchunicode#298 0b44e325 Fix: Importしたキーの名前が内部のバッファサイズより長いとメモリ破壊する Patches: #292 0c5cc103 keep:projectの_mainと_osにファイルの階層を合わせる Patchunicode#294 d8b1683d Keep: BugsInfo.txt整理 Patches: #297 1ff36ed5 Keep: CEditWndクラス整理 Patchunicode#296 22a904f4 Fix: NUL文字を含み、ある程度以上の長さがある行で IMEを使うと無限ループに陥っていた。 a7872cf7 keep:CViewCommand関連をcmd配下に移動 Patchunicode#290 0a461424 Fix: C/C++アウトライン解析で#if(0)以降の解析がおかしくなる Patchunicode#293 89036276 Imp: キーコードからコマンドを検索する時のループを除去 Patches: #291 4aade7fe new: 改行、句読点ぶら下げが有効で右端で折り返して居る時のマージンを取らない設定の追加 keep:CTypeクラスのBOOLをboolに変更 keep:CPropTypes_P1_Screen.cppのp_helpids1を並替と抜けの追加 Patchunicode#288 3febb2c5 imp:検索入力コンボボックスに画面のフォントを設定します Patchunicode#287 4559c9b2 fix:デフォルト文字コードをUTF-8にしているとSjisのファイルをUTF-8と判定ミスをする Patchunicode#289 8c9c2a4b Fix: 古いキー割り当て設定をImportすると誤動作する Patches: #282 e05fc242 imp:(簡易)ログ監視モードの追加(再) コミット2495に対応 共通設定で新たに設定した「自動読込時遅延」*3秒で監視をスキップする(0は1と同じ) Patchunicode#273 6a2d3d34 Fix: 矩形の選択中の未選択状態でコピーをすると矩形のままになる upatchid:255 f65ae1b0 Fix: 文字コード認識の改善 upatchid:249 d0dbc140 Imp: 正規表現キーワードを最大1000文字に upatchid:237 f29d7b51 Keep: プロシージャのキャスト削除 upatchid:264 6068a1bf Imp: 複数単語検索のブックマーク・Grep対応 upatchid:219 086e4d95 Fix: タイマー呼び出し間隔のバグ修正 Patches: #286 34ff2eb9 imp:ログ監視モードの追加 排他制御をしないで更新の監視を行っている時に外部で書換えられた場合の処置に「以後未編集で再読込」を追加する 以後、未編集であれば外部で変更された時にダイアログを出さずに再読込を行う 共通設定で新たに設定した「自動読込時遅延」の回数(1+で1秒強)で監視をスキップする Patchunicode#273 695b4671 Keep: CMRUクラス変更(クラス名変更) Patches: #285 43f0595c Keep: CViewCommanderクラス変更(delete関連) Patchunicode#284 afce07d1 Keep: typo修正 119ef786 Fix: キー設定のインポート時の画面更新バグ修正 Patches: #281 06c4caa7 Fix: ファイルダイアログで沢山選択すると応答なしになる(再) upatchid:279 8d1f5d8a Fix: ファイルダイアログで沢山選択すると応答なしになる upatchid:279 05a65d00 Keep: CControlProcessクラス変更(delete関連) Patchunicode#276 5676e8d5 Keep: CShareData_IOクラス変更(CommonSetting_KeiBind関連) Patches: #275 d2ec6bbb fix: 『プラグイン設定』Helpの指定 keep:sakura.hhの整理 keep:リソースのバージョンのFile FlagのSpecial Buildフラグをオフにします Patchunicode#270 b6043f13 chg: Grep終了後Grep画面のフォルダを検索したフォルダに変更します keep:Gpepコマンドで編集ウィンドウの上限チェックをウィンドウの再利用しない場合のみ行う様にします Patchunicode#269 2db860eb keep:CViewCommander.cppにCSmartIndentIfObjが組み込んで有るので分離します Patchunicode#268 c9a21f4a Fix: キー設定のインポート時の画面更新バグ修正 Patches: #272 813f6792 Fix: キーマクロが実行できない実行形式が出来てしまうことが有る CKeyMacroMgrのLoadKeyMacro関数でstd::wstring変数をサイズを超えて読込んでいる 多くの場合、それを許すがまれに実行時エラーと成る d3fc72d9 Keep: 未使用変数削除(CKeyBind) Patches#3583552 322fe2fd Fix: ANSIコンパイルでエラー(rev2428-) 7806ae14 Fix: PUTFILEでエラー upatch:3576676 3f57704b Fix: ファイルの履歴0のときの処理を修正 upatch:3578285 34e375f8 New: MRU除外リスト upatch:3450196 d85799b1 Fix: Texアウトライン解析のSJISチェックの修正 upatch:3578795 6f2c7917 Imp: 検索置換キー長制限の撤廃 upatch:3462954 acedc10f Keep: CEditViewクラス変更(delete関連) upatch:3580697 095ccfac Hlp: topic 11276 追加 5b9a81e3 Fix: 設定変更時の行末以降でのカーソル・選択範囲の復帰 upatch:3577006 1b6f3a96 Fix: パス貼り付けの形式をANSI版に合わせる upatch:3576647 BugReport/83 3b99fc30 Keep: typo修正 8a837fdf Keep: 文字コード判定処理整理 upatch:3577651 3711fde7 Keep: typo修正 3b79daad Keep: リファクタリング:補完候補リスト upatch:3571857 c877a9e7 Keep: CMemoryクラス変更(free関連) upatch:3577008 493025e7 Imp: 外部ヘルプ1でもHTMLヘルプを表示 upatch:3571858 84a8996a Imp:C/Migemo1.3対応 upatch:3450189 5adf67ac New: 送るに追加 cfadfc69 Keep: CGrepAgentクラス変更(DoGrep) upatch:3576949 abe1fef9 Hlp: typo ad6917f1 Fix: 選択色で行末以降の選択も表示 upatch:3572374 0b149a7a Fix: 選択ロック中での検索で選択範囲の描画がおかしい upatch:3572369 a7321498 Imp: キャレットの幅のシステムの設定を適用 upatch:3572365 dccb9f2a Keep: CCodeMediator/CESIのCEditDoc依存の修正 upatch:3572377 fd07e09e Fix: Editor.Char(0)が使えない upatch:3470602 b7fa99a1 Keep: インクリメンタルサーチ処理整理(ISearchEnter) upatch:3576293 993697df Keep: typo修正 7f72f6a0 Keep: CWnd::Create()引数削減 upatch:3575374 47b0149e Keep: VMessageBoxF/MessageBoxF整理 upatch:3575226 918e4ec6 Keep: xxxMessage_A関数削除 upatch:3575186 5cd1fbfb Keep: 作者に教えて欲しいエラー upatch:3575002 dc72c488 Keep: CViewCommanderクラス変更(delete関連) upatch:3574486 40e0fe3b Keep: CViewCommanderクラス変更(delete関連) upatch:3574486 42c92cec Keep: typo修正 7db7e5e1 Keep: ANSIビルド対応 7ef1b5d8 Keep: CMacroFactoryクラス変更(TSingleton継承) upatch:3573113 7d8f61e5 Keep: CUxThemeクラス変更(TSingleton継承) upatch:3572968 1a8fe47a Keep: CMigemoクラス変更(TSingleton継承) upatch:3572459 07b52ec7 Keep: CShareDataクラス変更 upatch:3572027 10a24cbb Keep: CCommandLineクラス変更(TSingleton継承) upatch:3571911 1e1e47da Fix: フリーカーソル・矩形で縦移動したときの位置を修正 upatch:3547225 8c76a846 Fix: EOF回りのカーソル移動の修正 upatch:3465570 80021c64 Keep: r2362のコミットもれ dc625def Fix: 全角→半角で単体の濁点・半濁点が変換されない upatch:3531937 bdac2d47 New: 複数ファイル読み出し upatch:3493822 unicode:1757 Contributed by novice 256a7034 Fix: 折り返し行での再作画が不足している upatch:3465554 Contributed by Moca f46ece51 New: Javaアウトライン解析の日本語対応 upatch:3410222 unicode:1643 3acd972c Chg: プラグインの最大個数を20から40に変更 upatch:3396061 eba7d19b New: WSHマクロの中断 upatch:3373462 1f17e7b8 New: ファイルを開くで複数選択 upatch:3364481 Contributed by Moca 9e0b1090 New: 入力補完プラグイン upatch:3327635 Contributed by Moca 9070f0dd Keep: typo修正 ace85b55 Keep: 未使用変数削除(CProcess) upatch:3571200 dbe7714d Keep: typo修正 14f08cb1 Keep: Singletonインスタンス取得関数名変更 upatch:3570267 7d5931d0 Keep: Add Release/Debug folders to ignore list 0da44c68 Keep: 不要なセミコロン削除 upatch:3569547 887deec5 Keep: CHokanMgrクラス整理(未使用メンバ変数削除) upatch:3568944 0ab2b0fc Keep: typo修正 737882cf Chg: ルーラのキャレット位置をANSI版に合わせて1px右へ Patches#3549768 Contributed by Moca 5609e0f4 Keep: typo修正 3f18420f Keep: ヘルプファイルのフルパス格納処理変更 upatch:3565773 931dcf26 Keep: CShareDataクラス整理 upatch:3565556 164e1ec0 Keep: 冗長コード削除(共有データ構造体のアドレスを返す) upatch:3564444 6350b67c Keep: typo修正 ff1b7b01 Keep: typo修正 31fa306e Keep: ANSIビルド対応 f45bd880 Fix: タイプ別「ビューアを複数起動しない」が正しくiniに記録されない(r2267コミットミス修正) 92ebaa2a Fix: タイプ別「ビューアを複数起動しない」が正しくiniに記録されない 08cb4098 Keep: 未使用メンバ関数削除 4405e24c Inst: gnuplotキーワード wiki:Customize/投稿 Contributed by ... fb134fae Inst: MortScriptキーワード更新 wiki:Customize/投稿/64 Contributed by りーや b65c8b93 Inst: AHKをAutoHotKeyにリネーム。Wikiからファイル追加 wiki:Customize/投稿/49 aca42155 Inst: HTMLキーワード更新 1e223b2b Inst: MortScriptキーワード追加 wiki:Customize/投稿/63 Contributed by りーや 8f90afc9 Inst: C#コンテキストキーワード追加 3f271044 Keep: keywordファイル時刻設定スクリプトを追加 066d68e8 Keep: キーワードファイルのeol-style属性付け 7aa9ae4f Fix: 大文字同一検索で一部文字の扱いが不正(追加修正) unicode:1809 8b4cb638 Fix: 大文字同一検索で一部文字の扱いが不正 unicode:1809 f63db401 Fix: "無変更でも上書き"のポップアップヘルプが表示されないので修正。 upatch:3526290 fc556de6 Hlp: 2.0.5.0 4518331c update version 2.0.5.0 edbf7be2 Fix: テキストアウトライン見出しのサロゲートペア対応 a8625fd9 New: BOM付ファイルはステータスバーに「BOM付」を表示する New: ステータスバーのカーソル位置文字コード表示欄ダブルクリックでエンコード別コード表示ダイアログを出す Chg: ステータスバーのカーソル位置文字コード表示欄のアルファベットは大文字に変更 cded938a Imp: c++アウトライン解析の微調整 b8c211a3 Imp: 右端で折り返す位置の微調整 2ccac04e New: 保存時に改行コードの混在を警告する 0e01440a Chg: 検索で見つからないときのビープ音変更(エラー音 -> 一般の警告音) Wiki Request/367,231 76ac0b6e New: タブバーのフォント指定 PatchUnicode#3450281 Contributed by Moca 62f5f184 Chg: 等幅でなくてもドラッグ中にタブ移動 upatch:3518802 unicode:1767 dac2a9e8 Hlp: 改行コード関連(LFCR廃止、起動時デフォルト改行コードなど)の記述更新 [Web help済] 1f9b9ae1 Fix: ビューモードで開いたときに他プロセスで使用中の警告が出る(Wiki Request/400) Imp: ビューモードのON/OFF切替時に排他制御も切替える(>>dev:5262) 46744354 Imp: 検索ルーチンの高速化 upatch:3028557 unicode:1341 Contributed by Moca, syat 0199e029 Imp: ダイレクトタグジャンプの高速化 upatch:3002048 unicode:1341 Contributed by Moca 49abbd0a Keep: ツールバー番号とmyiconsの位置修正 upatch:3020183 unicode:1341 Contributed by Moca dfca51d6 Chg: メニュー作画処理の見直し upatch:3028546 unicode:1341 Contributed by Moca b0ff3c60 Chg: ドラッグ中にタブ移動 upatch:3028565 unicode:1341 Contributed by Moca b8e1bcee Keep: ANSIビルド対応 84ce1e57 Keep: CImpExpManager周りの修正 upatch:3030649 unicode:1341 Contributed by Moca 4657776e Chg: コマンドラインオプションのタイプ別の適用を拡大 upatch:3030660 unicode:1340 Contributed by Moca 53d99675 Hlp: typo 57eaa43b Fix: キーワードに「%」を含む場合にエクスポート結果が不正 b818635b Keep: Delete comment-out code bbb46d0a Hlp: 属性追加 34d30440 Keep: オプション重複設定修正 PatchUnicode#3494009 9b48eafb Keep: IsEditable関数代入先修正 PatchUnicode#3494726 364c0949 Keep: "編集ウィンドウ数の上限~"のメッセージ処理をOkMessage関数に揃えた PatchUnicode#3493898 abc6f926 Hlp: コマンド一覧更新 37ef6cbd Keep : RELPRINT/RELPRINT_Wマクロ追加(for debug) Keep : typo修正 41845d16 Keep: CDlgFuncList::SetListVB変更 PatchUnicode#3486892 d56addfd Hlp: パッケージ版ファイル一式更新 Hlp: アウトプットウィンドウ表示 -> アウトプット 78e7a5ed Hlp: favicon埋め込み ad0779b0 Keep: EEolType整理 PatchUnicode#3481577 c684c323 Keep: MessageBeep整理 PatchUnicode#3481578 3d36b411 Keep: help/trunk2の同名ファイルと同期 832ed208 Keep: typo修正(Init->InitShareData) 18469ae5 Hlp: 名称変更対応(読み取り専用->ビューモード) b5ed0cc8 Keep: %ls/%tsの修正(続) PatchUnicode#3478748 3b3a696e Keep: stdafx.h->StdAfx.h PatchUnicode#3478804 cd579290 Keep: typo修正(rev1255,コメント) a1f9266f Keep: インクルードガード変更(HeaderMake) PatchUnicode#3475260 de18dfc2 Keep: インクルードガード変更(*.h) PatchUnicode#3475260 d475f198 Hlp: 2.0.4.0の変更履歴更新(仕様変更,バグ修正) 2337d75d Hlp: 2.0.4.0の変更履歴更新(機能追加) 7207e5be Hlp: ビルド環境更新 583e2a80 Fix: int->bool変更抜け PatchUnicode#3474367 c3c55931 Fix: %ls/%tsの修正 PatchUnicode#3475566 9d2ddd72 Hlp: 文字カウント方法のファイル名変更(rev2018コンパイルエラーの修正) 03848170 Hlp: 2.0.4.0の変更点を反映 新規ウィンドウを開くを追加 8f36f348 Hlp:未サポート機能の削除 同名のC/C++ヘッダファイルを開く 同名のC/C++ソースファイルを開く rev1401で削除。 eebcabb7 update version 2.0.4.0 3d05a975 Keep: バージョン情報ダイアログのCopyright年を更新 0a520240 Fix: prop\CPropComMacro.cpp L555,585 コピー元のほうが大きい Fix: types\CType_Java.cpp L294 コピー元のほうが大きい Fix: types\CType_Sql.cpp L133 コピー元のほうが大きい Fix: types\CType_Sql.cpp L135 重複した条件 以上 Wiki BugReport/74(4,7,8,9) PatchUnicode#3470358 ff5264ce Fix: prop\CPropComHelper.cpp L125,149,198 コピー元のほうが大きい 以上 Wiki BugReport/74(5) PatchUnicode#3470939 72869a29 Fix: convert\convert_util2.h L418 using namespace WCODE; って意味ないよね Fix: doc\CDocListener.h L186 throw()が抜けている Fix: doc\CDocListener.cpp L26,30,36,40,46,50,54,58,63,68 ##NAME##( → ##NAME( Fix: doc\CDocFile.h L28 戻り値と型が違う(どっかにオペレータがある?) Fix: dlg\CDlgExec.cpp L185 コピー元のほうが大きい Fix: dlg\CDlgPrintSetting.cpp L219 コピー元のほうが大きい 以上 Wiki BugReport/77(1,13,14,15,16,18) PatchUnicode#3471025 8fbf8e74 Fix: iniを読み込むと行間が最大16に制限される PatchUnicode#3470597 bb18a700 Fix: 最終行のRedo/Undoでの色分けが正しくない PatchUnicode#3470595 2a67d783 Fix: 範囲選択の描画不正 PatchUnicode#3468191 67a9abfe Fix: 長い行の選択範囲描画が遅い PatchUnicode#3466060 5b595f91 Chg: データのあるEOF行の選択描画を変更 PatchUnicode#3465566 9edbf343 Fix: 次検索で括弧でないものが対括弧強調表示される PatchUnicode#3465564 5b7a27bb Fix: 折り返し行でのCalcLayoutWidth計算ミス PatchUnicode#3465553 809dbe7f Fix: [A済]Grep時のファイル名パターンのバッファオーバラン対策 PatchUnicode#3456201 contribute by nasukoji, gentaro 88a3b577 Fix: isearchの色分け・次検索不一致の解消 bd71fbb5 Fix: BOOL->bool変更抜け PatchUnicode#3471731 fb39dbf0 Hlp: 2.0.3.1リリース 010ec5fc New: マクロ関数の充実化(座標変換・InsBoxText) PatchUnicode#3324432 e2262171 Fix: 選択中の未選択時の作画不良 Fix: 選択中の未選択状態で選択をキャンセルできない(rev2966-) PatchUnicode#3450181 2fd61501 Chg: タイプ別設定文字色・背景色のアクセスキーをボタンに付与 b726d114 Fix: IsURLで半角カタカナのときバッファオーバーラン 92358b05 Fix: 矩形選択でのLFCRが1行として扱われてしまう Keep: 矩形選択での改行コード統一処理の無駄を削除 PatchUnicode#3456177 c1905c75 Imp: OSの最近使ったファイルにも登録 119e8874 Fix: 「Grepモードで保存確認する」になっていてもGrep結果を編集しないと確認できなくなっていたのを修正 Fix: 保存ダイアログで、Grepウィンドウが「(無題)」と表示されるのを修正 Fix: Diff/ファイル比較ダイアログで同じくGrepが(無題)と表示されているのを修正 PatchUnicode#3450186 357112e2 Fix: タイプ別設定-正規表現キーワードで正規表現DLLチェックが正常に働かない Fix: x64/IA64でのbregonig.dllエラーメッセージの修正 28506e01 New: 外部から起動時に新しいウインドウを開くオプション upatch:2808790 unicode:1667 Contributed by rastiv 8baf0b17 Fix: 括弧を削除したとき別の行にある対括弧の強調表示が解除されない(Wiki BugReport/89) PatchUnicode#3441475 486d434e Imp: MAX_MENUITEMSの撤廃 08d51184 Fix: 空ファイルでの下移動でカーソルが0行目に移動する d5f9b087 Fix: NUL文字があるとIME2010での変換で応答なしになる 482d5570 Imp: Tablet PC 入力パネル対応 dd985807 Fix: ブックマークの一覧表示で応答なしになる 977871cd Fix: マウスホイールでのスクロールがおかしい(rev1916-) ad0084a1 New: 改行コードを変換して貼り付けるオプション upatch:2648509 unicode:1669 Contributed by salarm, Moca 2f1c4cba Fix: r1964のバグ。正規表現検索がハイライトされなくなっていた。 f98169bd Chg: 矩形選択中にキャレットが操作と異なる方向に移動しないように upatch:2889930 unicode:1666 Contributed by ds14050 0bc5ea16 Keep: 単語検索複数でタイプ別色設定追加のため共有メモリVer++ daf3e128 New: 単語検索で複数単語を検索 upatch:2890853 unicode:1665 wiki:Request/197 Contributed by ds14050 91647784 Hlp: typo修正 138a2517 update version 2.0.3.1 a3a6441b Fix: マクロ実行でクラッシュする unicode:1655 233cc8e4 Hlp: リンク修正 c26dff71 Hlp: リンク修正 97e5391f Hlp:Windows 95/98/98SE/Me/NT4.0を対象OSから外す 97fdfc93 Hlp:Windows 95/98/98SE/Me/NT4.0を対象OSから外す 842fccf7 Hlp: 2.0.3.0の変更点を反映 98a5d3cc update version 2.0.3.0 27ab57e4 Fix: 関連付け設定の変更時に警告する data:7405 patchu:3373616 28c052f7 Chg: オンラインヘルプは http://sakura-editor.sourceforge.net/htmlhelp2/ を参照する 12e8fff5 Fix: 共通設定[メインメニュー]タブ表示で[ヘルプ]ボタンを押すと[全般]タブのヘルプが表示される Fix: 共通設定[ステータスバー]タブ表示で[ヘルプ]ボタンを押してもヘルプが表示されない 3d5d1c97 Hlp: typo修正 f9dcd6b8 Imp: MRUに適用タイプ別設定を追加 64c547c3 Hlp: 追加ファイルの属性更新。日付を更新 d45e5ed1 Hlp: Outline関数、文字カウント方法、プラグインの簡単な解説 bc0c7023 Fix: プラグインアウトライン解析でアクティブ化でも再解析される PatchUnicode#3332866, unicode:1597 8f378efb Hlp: 新しい変更履歴をwikiのInterWikiNameにあわせる dev→unicode、patches→upatch 067d25dc Fix: 共通設定マクロのFileの入力可能文字数が短かい b23e3872 Fix: 次回起動時にフォントサイズが小さくなる Wiki BugReport/84 0c855797 Fix: プラグインコマンドを途中で追加するとアイコンが表示されないことがある 963b344c Hlp:外部コマンド実行、アウトライン解析ドッキング、CESU-8関連 db005e04 Fix: 矩形削除後カーソル位置が不正なことがある c573a4e9 Fix: 「選択範囲内全行コピー」等で、コピー実行時に表示が乱れる BugReport/45 fe0982ff Fix: 正規表現 \Q...\Eの中に . や $ が含まれていたときに正しく検索できていなかった。(BugReport/82, bregonig.dllを使用している場合のみ) d859f709 Hlp: タイプ別設定系 8fffb5e1 New: 選択範囲色指定 PatchUnicode#3304481 59565e3d Hlp: 変更履歴、単純なWin7追加、機能概要のアップ、正規表現ライブラリ 65f963be Keep: rev1917の文字化けを修正 cc06b2b5 hlp: 共通設定画面の最新化 d1936d19 New: ダイアログ・クリップボード系マクロ関数の追加 55fbae9e chg: マウススクロールでも少し滑らかにするオプションを適用 05942d76 Hlp: 履歴とお気に入りの管理ダイアログ 61f86964 Hlp: タイプ別設定一覧関連 タイプ別設定インポート/エクスポート タイプ別設定一覧からの関連付け 55ab39b0 Keep: タイプ別設定一覧関係のヘルプ設定 59232375 HlHlp: CESU-8で開き直すコマンド 457a9ab4 Hlp: CESU-8で開き直すコマンド ed676d28 Unicode help trunk starts 27eecb56 update version 2.0.2.0 55218612 Fix: 第3引数にNULL指定してるのは第4引数と間違ってないか(CViewCommander.cpp L8817) Fix: __T( なぜにアンダーバー2個書く(window\CEditWnd.cpp L3496) Fix: この関数の文字は_T()じゃなくLだよね(typeprop\CImpExpManager.cpp L115,120) Fix: TreeView_GetItemの戻り値はBOOL型(prop\CPropComMainMenu.cpp L697,1008,1149,1316,1386) Fix: 比較対象はWCHAR*ではなくWCHARなのでNULLと比較するのはおかしい(env\CShareData_IO.cpp L1600) Fix: 第4引数はUINT型(env\CShareData.cpp L240) Fix: 偽の場合の戻り値はNULLでなない(env\CAppNodeManager.h L101) Fix: newしたメモリが解放されない(dlg\CDlgPluginOption.cpp L183,258) Fix: nPaneが不定の可能性(window\CEditWnd.cpp L1657) Wiki BugReport/77(2,5,6,7,10,11,12,17,20) 2345ba6d Fix: nEndが不定の可能性(macro\CKeyMacroMgr.cpp L328) Wiki BugReport/75(1) 9cfaf127 Fix: 決して真にならない条件 → ||(charset\codeutil.h L141) Fix: 意味のない式 → p++;(macro\CSMacroMgr.cpp L711 *p++;) Fix: pdwcharが不定の場合あり(mem\CMemory.cpp L220) Fix: table定義サイズが小さいので問題ないが、2番目の条件は誤り(types\CType.cpp L74) 以上 Wiki BugReport/74(1,2,3,6) Fix: 2バイト境界かつ非4バイト境界の長さ4バイトデータのような条件でバッファオーバーラン(mem\CMemory.cpp L213) 2e85543c Fix: ApiWrap::List_GetText()内でバッファオーバーラン 5c37a91c Fix: 決して偽にならない条件(CSMacroMgr.h) Fix: break漏れ(CPrintPreview.cpp, CJis.cpp, CDlgFuncList.cpp) Fix: 配列をループカウンタで初期化していない(CKeyWordSetMgr.cpp) Keep: ファイル名コピーアルゴリズムの調整(CCommandLine.cpp) e2f46cb9 Fix: ウィンドウを開いて最初の単語補完でエディタのフォーカスが失われる PatchUnicode#3227659, unicode:1517 4458a8d0 Fix: 行間隔を広くすると半角空白が描画されない Wiki BugReport/68 a4f3fb35 update version 2.0.1.0 19708117 Fix: 「履歴の管理」画面のアクセスキー重複 c4aabf0d New: 「上書き禁止検出時は編集禁止にする」オプション 671001f3 Chg: 書込み禁止の監視を廃止(V1仕様に戻し) 33c244c0 Fix: ロック中ファイルの上書きでエラーになっても(更新)が解除される 99bcda84 Fix: 設定変更のたびに不要な排他制御が動く e9be831c Fix: バックアップの詳細設定に無効な文字があると強制終了する Wiki BugReport/67 a8f9032f Fix: 誤認メッセージ「他プロセスによる書込み禁止」が表示される f627562c update version 2.0.0.0 887ecf9b Fix: 検索(ツールバー)を使うとプラグインコマンドが実行される(2) ef7d00a0 Fix: 検索(ツールバー)を使うとプラグインコマンドが実行される db998a57 Fix: diff/ブックマークの末尾から再検索が動作しないことがある 18a42054 Fix: プラグインのini保存でバッファオーバーフロー 03ec2d29 New: 背景画像表示 PatchUnicode#3152327, >>unicode:1465 79d91380 New: バージョンアップ時の ini バックアップ機能 PatchUnicode#3167495, unicode:1469 ba369cf2 Chg:ファイルパス正規表現キーワードの修正 PatchUnicode#3162023, unicode:1457 9c6093bb アプリ名とメインアイコンの差替え(sakuraW->sakura) c0544a21 Fix: 旧式(2003年4月以前)の ini ファイルを読むと強調キーワードがほぼ消失するかクラッシュする f74c2062 New: デフォルトの改行コード指定オプション e67453d2 Imp: 「コマンド一覧」メニューの表示位置調整 7fd368c6 Fix: ステータスバーの表示切替で画面下部にドッキングしたアウトライン画面にゴミが表示されることがある fe6a0a1a Imp: rev1868(画面ズーム効果抑止)への追加対策 a1284f10 rev1873のミス訂正 48f79cb6 Imp: rev1868(画面ズーム効果抑止)の安定化 b7c6b235 Fix: [同名のC/C++ヘッダー(ソース)を開く]でエラーでなくてもエラー表示される場合がある f039a1b0 Fix: 最大化したまま起動/終了を繰り返すと最大化起動しなくなる 7c18fad3 Imp: タブバーへのタブ追加時のビューのちらつき(Vista/7)を抑止する 91b1f339 Keep: バージョン情報ダイアログのCopyright年を更新 8864b280 Imp: タブバーへのタブ追加時の画面ズーム効果(Vista/7)を抑止する f4507a52 Fix: r1861のIS_KEYWORD_CHAR判定ロジック修正ミス 640eec27 Imp: 非選択状態で逆Tabインデントした場合はTab挿入ではなくTabインデント(ソフトTab指定なら空白挿入)になるようにする ac37841c Fix: タイプ別設定一覧画面でのインポート/エクスポート操作でメモリリーク 4a98d21e rev1863パッチミス修正 507f2a10 New:タイプ別設定一覧からファイル関連付け PatchUnicode#3127886, unicode:1428, http://sakura.qp.land.to/?Junk%2F49 b52e36d2 Fix: インデントプラグインと「改行時に末尾の空白を削除」併用でクラッシュする PatchUnicode#3140869, unicode:1436 0ee0576b Imp: カーソル移動の性能改善 IS_KEYWORD_CHARテーブル化、文字間隔配列static化、同じ行桁での下線縦線消去抑止 PatchUnicode:3120525, unicode:1424 a8410fc6 Fix: タイプ別設定一覧画面でのエクスポート操作で保存ダイアログの初期フォルダが不正(2) cc8beabf Fix: タイプ別設定一覧画面でのエクスポート操作で保存ダイアログの初期フォルダが不正 f5eacca6 Imp: VS2010の行コピー対応 d51977a0 Imp: 選択開始位置が行頭以外のときもTab⇔空白変換でレイアウトが崩れないようにする ※行の折り返しには非対応 db316e35 Chg: 折り返し位置に改行を付加してコピーする際の改行コードに現在の入力改行コードを用いる(従来はCRLF固定) 364e2dfa Fix: 行頭以外からの選択だと[折り返し位置に改行を付けてコピー]で最初の折り返しに改行が付かない 9bc44f3b Fix: [選択範囲内全行コピー]等の全行選択の挙動が不正 ・選択開始や終了位置が折り返し行インデントされた行内にあると全行選択される範囲が不正になる ・全行選択された範囲をShift+矢印で範囲拡張すると全行選択前の範囲に対する拡張動作になる ・画面キャッシュOFFだと全行選択をESCキーで解除しても選択の反転表示が残る 4122ce7c Keep: CRangeBase::SetFromX()の引数型変更(int->IntType) 9f84efc2 Fix: タブ一覧ソート指定時の並び順が不適切(ANSI版からの移植ミス) 41406f06 Fix: 画面上端よりも上にある矩形選択を解除するとルーラーが反転表示になる ac7e4668 Fix: Grepをキャンセルするとメモリリークする Fix: Grep結果画面の強調表示に単語単位が適用されていない Fix: Grepの出力順が不正になることがある Fix: -GKEYで不正な正規表現を指定してGrep実行すると「強制終了」以外で終了できなくなる Fix: Grep正規表現の「^」・戻り読みの不具合の修正 Fix: Grepで該当行出力を指定しても単語単位だと行内でマッチする回数だけ結果出力される 90e82a24 Fix: [半角カタカナ→全角ひらがな]で全角カタカナまで全角ひらがなに変換される Fix: [半角カタカナ→全角ひらがな]で「ヷヺ」が「ヷヺ」(U+30F7,U+30FA)に変換される(期待は「わ゛を゛」) Fix: [全角→半角]で「ゕゖ」(U+30F7,U+30F8)が「ヵヶ」に変換される(期待は無変換) Imp: 全角ひらがな「ゝゞ」と全角カタカナ「ヽゞ」とを相互変換可能に Keep: 半角・全角変換に関するファイル名称・関数名称の整理 4d3532cd update version 2.0.0.0(beta) 1c62d343 Fix dates. (index page, history page) 2653c8d9 Hlp: 1.6.6.0 履歴追加 016fdd32 Hlp: WSH・PPAマクロの記述の整理、その他細かい修正 d28d2c30 Fix: ユーザの意図しないプログラム実行の抑制 PatchUnicode#3055709 be8a9100 Fix: 大文字への変換関数(rev1826)で U+00ff が制御文字に変換される e5faf361 Fix: 通常検索・置換で大文字小文字を区別しないと U+00e0-U+00fcとU+0020が同一視される Wiki BugReport/64 dc7db1cf Fix: MSDEVLineSelect形式で「クリップボードから」全置換したときにラインモード貼り付けにならない Fix: フリーカーソル時のデータ挿入がカーソル位置でなく次行頭への挿入になってしまうことがある 8790e1e3 Fix: 「クリップボードから」と「正規表現」がONの置換で「選択始点挿入」「選択終点追加」が効かない Wiki BugReport/62 Contributed by ds14050 a0ec09cc Fix: 標準ルール(テキスト)のアウトライン解析が行われない BugReport/63 4bbd011b Fix: アイコンドロップでC:\temp.txt等がドロップできない 7a720ba4 Fix: 全角半角系変換でNUL以降が失われる 8a03a6b6 Fix:ビュー幅が狭い場合の不具合の修正 PatchUnicode#3052441 78da7b7c Fix: マウスでの範囲選択の変更の遊びを追加 PatchUnicde#3030120 8232aca7 Chg: プラグイン周りの不具合の修正とUI動作変更 PatchUnicode#3050216 2a909d62 Keep: CShareData_IOリファクタリング PatchUnicode#3050261 77f58522 Fix: 矩形選択中の長い文字列の貼り付けでクラッシュ 09c8da26 Fix: アンダーライン・縦線が残る(rev1809-) bb09c3a0 Fix:Win64の分離 2c66b688 Fix: Undo/Redoでルーラーと行番号の間の隙間が更新されない d7c4e576 Fix: 進行状況の表示が更新されない/止まる UNICODE開発掲示板[1367] 83afb945 Fix:検索ボックスのボタン枠が表示されている PatchUnicode#3030662 73c1df4b Fix: 行番号区切りを任意にすると行番号位置がずれる f5715a9f Fix: カーソル位置縦線の描画不正(その2) 5de89df5 Fix: カスタムメニューのアクセスキー設定動作が不正 Fix: LB_ERR -> CB_ERR に訂正 Keep: SNDMSG -> ::SendMessage に統一 f68b4984 Fix: 文字情報が失われるのに無警告でファイル保存される(JIS) 9137198d Fix: テキストと行番号の隙間が半角文字幅より大きいと隙間位置にあるカーソルの縦線が描画される ebbe2743 Fix: タブバーで選択タブが可視位置にスクロール表示されない 9783c489 Fix:ファイルのOpenSaveダイアログが出ない d1f8fac7 Keep:dlgフォルダ等の整理 70100c50 New: インデントプラグインから入力キーを取得する関数を追加 PatchUnicode#3018667 d930cdc3 New: アウトライン解析画面のドッキング機能追加 PatchUnicode#3011753 46a331d6 Chg:Pluginのiniファイルへの書き込みの文字列化 f0b3fd8d Fix: キーワードヘルプ自動表示のメインメニュー表記が反対(rev1782-) ab5ffeb3 Hlp:JScript部分をitem.jsに統合 180ed373 Fix:assertに引っ掛かかる 48f2579d Fix: 検索文字列の色分けで単語単位のフラグがビューごとと値になっていない b4fd5ac5 Fix: 検索・置換などの履歴数が最大になる(rev1788-) 63f9133d Chg: 入力補完のひらがな連結を漢字のみに制限 a336e01b New:IME前後フィードバック機能 cded43ba Chg:履歴の管理ダイアログの機能強化 PatchUnicode#3000126 14dabe0b New: ExeCmdの引数のフラグを追加(0x20,0x40) Fix: 標準出力でUnicodeを使用した場合のCarry周りが不正(rが付く。1文字消える。UNICODE版固有) Fix: 外部コマンド実行中ダイアログにコマンド文字列が設定されていない Fix: 大量の出力をしていると中止するのが難しい Fix: 出力データのNUL以降が出力に取り込まれない(バイナリセーフでない) Fix: WM_QUIT受信時に直ちに終了しない/子プロセスをKillしていない Fix: 出力の取り込みバッファが小さいために遅い 41a6c89d Chg:バージョン情報ダイアログの変更 Imp:バージョン情報のコピー Imp:バージョン情報ダイアログに付加情報を表示 PatchUnicode#3000111 a6b00d2e Keep: rev1778コンパイルエラー 9bc9446e Keep: maxdata等配列長の最大値確認など PatchUnicode#3018272 8bd45e96 Fix: Grep中に同一ウィンドウでGrepすると落ちる BugReport/27 6cefc33b Keep:タイプ別拡張子長のMAX値追加 PatchUnicode#3017676 c1b3d91b Fix: Grepダイアログで初期値が「現在編集中のファイルから検索」のときに""がつかない PatchUnicode#3018466 wiki BugReport/55 77782670 Keep: MAX_TYPESを変更してもコンパイルできるように c0fcdb84 Fix: 折り返し行インデントで折り返すとメモリを食い尽くす(Wiki BugReport/57) 59bf78d3 New:メインメニューの設定 bc73c8c2 Chg:コマンドライン解析の整理 PatchUnicode#3015434, unicode:1250 c623332c Fix: ツールバー折返しの番号ずれ対応 Chg: プラグインコマンドアイコン位置変更(383→283) Chg: ツールバーアイコン段数を2段追加 PatchUnicode#3021860, unicode:1268 dd619552 Chg:ICONをすべてのコマンドに割り当てる Chg:TabCloseOther、TabCloseLeft、TabCloseRightマクロ名追加 1c1f27f3 Fix: バッファ長指定がsizeofになっていた dc64aa23 Keep: キーワードの説明をコピーの不要コード削除 4e210681 keep:VS2008あるいは、VS2010に変換したときに、警告が少なくなるように 4a46eae9 Fix: ファイル更新通知のファイル名が見切れる 3070fe6a Fix: 折り返し直前位置にある対括弧強調表示の復帰色が不正 ce4bf2d4 Imp: CEditViewの遅延作成 PatchUnicode#3000120 9aed1b57 Fix/Keep: 「検索(ボックス)」の検索文字列の再設定 1ce2d9db Fix/Chg: 大文字小文字変換の修正 41976b40 Keep: 検索・置換画面での冗長なキャレット消失対策を処分 be8e6c61 New: バックアップのリムーバブルメディア対応 a586566f Keep: ChangeWrapColmをキーマクロ(.mac)形式でも使えるように 08c036ff Fix/Keep: 置換ダイアログの置換文字列等の再設定 3bb9ca33 Fix: アウトライン解析(トグル)で「C 関数一覧」画面が閉じない fb9e0da3 PatchUnicode#3006182 CESU-8の修正他 BugFix 1.BOM付きCRSU-8が扱えない 2.カスタムメニューがエクスポート後のメッセージがおかしい 3.BMPからICOへの付け換えの漏れ Keep 4.インクルードの重複 367ed3db Fix: 戻り読みを使った正規表現キーワードが正しく機能しないことがあった。(A版/U版ともに) ed12dd2f Fix: アウトプットウィンドウがGrepウィンドウになる(rev1728-) unicode:1205 1f947ab4 Keep: 設定画面のクラスのページ毎のクラス分け Keep: ヘッダの整理 9f6c0743 Chg: TraceOutの仕様変更。NULセーフ, バッファオーバーラン修正 48e867fd Keep: r1757の新規ファイル追加漏れ修正。 c6ba2549 Keep: dsp,dsw,makefile,TurboC用ファイル削除 783f5c67 Keep: 追加ファイル分のsvnのProperty設定 b84334a1 Keep: CWSHIfObjから CIfObj(旧CInterfaceObject相当)を切り出して マクロ関連コードと IDispatch実装を分離。 PatchUnicode#2994883, unicode:1182 43046b2c Keep: リソースなどの整理 Keep: Helpの追加 5c27f319 New: タイプ別設定のインポート、エクスポート、初期化の追加 Keep: 設定のインポート、エクスポートのマネージャー化等 Keep: タイプ別設定関連ファイルのフォルダ分離 f40816ad Fix: Unicode版ANSIビルド向けの%ls/%tsの修正 Imp: sprintf系のバッファ長確認をいくつか追加 df87bffc Hlp: 動作環境の Windows 95を再掲載 178da4bd Imp: VS2005/2008/2010対応にプロジェクト最適化 61984c9a Hlp: h1,h2,h3,h4のborder-colorがIE以外で不正 36565985 Hlp: キーワードのミスを修正 Hlp: Windows 95をヘルプ上の動作環境からはずした Hlp: $sを$Cに修正 478b60ed Fix: 共有データバージョンを更新 v98 568ce39b New: プラグインオプション設定に選択型追加 b3bc83f1 Keep: rev1734コメント整理 b70d3a27 Fix: -GREPDLGオプションで起動するとGREPダイアログのキャレットが消えている(対策変更) de302bcf Fix: .kwdファイルで、//の後ろに文字がなくてもコメント行とみなすように。 87f50905 Imp: 記号や空白を含む強調キーワードを使用可能に。 PatchUnicode#2884092 , unicode:1041 6576aa9e Fix:ANSI用の構成でコンパイルエラーになる a30b910c Chg: プラグインのオプション設定画面追加 PatchUnicode#2977036 a19b62c1 Chg: Outline.AddFuncInfo関数仕様変更(桁追加) Chg: アウトライン解析ダイアログに桁追加 Chg: アウトライン解析コピーに桁追加 Fix: プラグインコマンドアイコン上隅のドット除去 PatchUnicode#2971992, unicode:1126 be2d5107 Fix: 空のアウトプットウィンドウがGrepウィンドウになる 8c4ffbe1 Keep:vcprojの整理 28ceed39 Keep:共通メッセージボックスをプリプロセッサから関数へ変更 bafe888a Fix: 画面分割直後にCtrl+Tabでビューを切り替えるとステータスバーのカーソル行位置表示が不正 788350a6 Fix: 「$検索で無応答になる」件の、無限ループを避けるだけの応急パッチ http://sakura-editor.sourceforge.net/cgi-bin/cyclamen/cyclamen.cgi?log=unicode&v=1055#1055 845c6307 Fix: 検索強調が折り返し位置をまたぐと後続の色分けがおかしくなることがある(Wiki BugReport/53) 26d0c0e3 Keep: rev1721の訂正 0d3c573c Fix: ツールバーの設定でプラグインのコマンドと「折返」が衝突 unicode:1127 e315ea64 Keep: +C# 4a7ef0e1 Keep: rev1715の追加ソースのSVN属性変更 facc8431 Fix: プラグイン一覧の状態を詳細化+α PatchUnicode:2960724 d84086fb Hlp: ExecExternalMacro第2引数の記述を追加 Hlp: カレントディレクトリについていくつか追記 Hlp: その他誤字脱字kwd抜けの修正など 537bb590 Fix: 文字種が変わる位置での単語補完候補にカーソル位置の単語が出る 68835dda Fix: rev1715がANSIビルド or VC2005でコンパイルできない unicode:1110, wiki:Develop/12 2454e065 New: WSHプラグイン機能 PatchUnicode#2889809, unicode:1047 ddc617e1 Fix: -GREPDLGオプションで起動するとGREPダイアログのキャレットが消えている(3) accccbea Fix: クリックで検索ボックスからテキストエリアにフォーカスが移動しない(rev1710-) 4afb4536 Keep: 検索・置換マクロに関する紛らわしい(実処理と異なる)コメントを除去 6c4ba772 Fix: 画面分割ボックスのクリックでアクティブビューが切り替わる Fix: 画面分割ボックスのドラッグ開始位置に分割線のゴミが残る 3ff30e90 Fix: -GREPDLGオプションで起動するとGREPダイアログのキャレットが消えている(2) f11fc8c1 Fix: -GREPDLGオプションで起動するとGREPダイアログのキャレットが消えている 3ba51bf4 Keep: バージョン情報ダイアログのCopyright年を更新 45a970a5 Fix: 起動時のコマンドラインオプションで「-GREPMODE -GREPDLG」を指定すると落ちる c973b52a Imp:グループ解除時の複数タブを閉じる系コマンドを有効化 PatchUnicode#2921305, dev:5641 61920936 Keep: rev1703でのBugsInfo.txt更新取り消し 887bd566 Fix: 「名前を指定してマクロ実行」でファイルダイアログに渡すパス名が初期化されていない 167bf08c Fix: マクロ S_Replace が置換前文字列として空文字列('')を受け付ける Fix: 検索画面で正規表現ONのときにマクロ S_SearchNext( '(', 0 ) を実行すると「正規表現エラー」 42a180fb Fix: 元が奇数バイトのファイルをUniBEで読み書きしたときに末尾ワードのバイト並びが不自然になる 40911cdd New: Erlang アウトライン解析 PatchUnicode#2834931 36b545bf Fix: プロジェクトのパスにスペースを含むとビルド前イベント実行でエラー停止する 0f1a7d48 Hlp: rev1696追加分のポップアップヘルプのid不正と文章の修正 92db7802 Hlp: Update 1.6.5.0 Hlp: History 1.6.5.0 cd3e3a41 Fix: 書込不可のファイルまで排他ロックしようとする b1cc3248 Fix: ファイルのプロパティ画面で「読み取り専用」属性のファイルが「ビューモード」と表示される 20226c35 Fix: 名前を付けて保存時にカレントディレクトリが変更されない a66f292b Fix: タブバーツールチップの文字列に&が含まれていると正しく表示されない 564741bd Imp: VS2010(Beta2)対応(2) 201865c5 Imp: VS2010(Beta2)対応 05a0425c Fix: ステータスバーに表示されるショートカットキーが変 b056e217 Fix: 検索ダイアログで[正規表現]チェックボックス付近をマウスポインタが通過すると正規表現バージョン表示の先頭文字が消える 922bce69 Keep: rev1682の微修正(GetForegroundWindow失敗時は0幅選択描画しない) ba7b3f99 Imp: 矩形入力動作の改善 e582eb08 Fix: 行頭の0文字選択が表示されない Fix: クリックで0文字選択を解除しても選択のゴミが残る(アンダーラインOFFや画面キャッシュONのとき) 76cf2a3c Fix: 文書末を含む選択状態で文字列を貼り付けるとEOF表示が消えることがある 75144ae5 Fix: 文書末を含む選択状態で文字列を貼り付けるとEOFが二つ表示されることがある 4c7eed8c Keep: 未使用ファイル(CConvert_Base64Decode.h/cpp)を削除 28b6082b Fix: 折り返し2行目以後の矩形選択を削除する動作が不正 33b09611 Fix: Javaアウトライン解析のBOF対策 PatchUnicode:2878886 unicode:1040 c388892a Fix: auto_snprintf修正 PatchUnicode:2863632 89770330 Keep: rev1670追加修正(条件式の簡素化) 8a433250 Fix: カーソル行アンダーラインを非表示にしているとカーソル位置縦線も表示されない 6ceb9ef5 Fix: 折り返し桁位置縦線を含む範囲の選択・選択解除で縦線描画色の反転状態が逆転することがある 192bfb28 Fix: 指定桁縦線が描画されない(縦線位置が行内の改行コードよりも左にあるときだけ描画される) 9f22e3be Keep: crtdbg.hによるメモリリークチェック PatchUnicode:2856102 12cfd5d1 Fix: 「〆」の文字種をANSI版にあわせて記号から漢字に変更 (関連:Patches:2850045) b01e9b09 Imp: 高DPI設定へのエディタ画面対応2(タブ一覧メニューのアイコン描画位置を微調整) 78393eee Imp: 高DPI設定へのエディタ画面対応 4c979178 Fix: 正規表現を使用した上検索で、マッチ幅が 0のときでも選択範囲が 1あったのを 0に修正。 e131c1a9 Chg: 正規表現検索において . の意味を [^\n] から [^\r\n] に変更。また、$ の検索では、0 その範囲が改行文字を含まないで直前に留まるように変更。(置換結果は従来通り) c3fa106e Chg: 正規表現検索において . の意味を [^\n] から [^\r\n] に変更。また、$ の検索では、0 その範囲が改行文字を含まないで直前に留まるように変更。(置換結果は従来通り) 81d99c5a Keep: バージョン情報更新 1.6.5.0 6444d5ed Imp: ファイル内容比較/DIFF差分表示ダイアログのファイル名表示領域のスクロール量最適化 9172fb8f Keep: rev1655での余計なアクセスキー追加を除去 3d0c04de Imp: 高DPI設定でも各種ダイアログ内の文字列が途切れないようにする 20718cb1 Imp: Aero Snap縦方向最大化状態での画面位置保存はSnap前の位置を使う 89ae42ee New: テキスト折り返し方法の追加(その2) ed5ef295 New: 自動実行マクロ f068396a Fix: 書き込み可能かどうかの検査方法が不適切 6cc9c17a New: Create accelerator table in each window (for Wine) a88c3e53 Fix: フォルダをドロップしたとき「ファイルを開く」ダイアログが表示されずエラーになる e2ee6c37 Fix: ChgmodEOLマクロのパラメータ値がANSI版と非互換になっている ecb76d6f Keep: rev1643のBugsInfo.txt更新 d351b578 Fix: HTMLアウトライン、終了タグ省略時に階層が深くなる ANSI Patches#2593415 a210e28c Keep: BugsInfo.txt更新(rev1641修正分) a14601c8 Fix: 印刷で用紙サイズ、横指定が効かない問題対応 PatchUnicode#2834124 Wiki BugReport/9 http://sakura.qp.land.to/?BugReport%2F9 61d280b6 Fix: grep/output画面で名前を付けて保存を実施してもgrep/output画面のままで保存ファイルの編集画面にならない d90cf8e0 Keep: rev1637の微修正(可読性向上) 06ca483d Fix: 開こうとしたファイルが存在しないときにファイルのサイズ警告が表示される c46c1f98 New: 句読点ぶら下げ文字指定オプション追加 978be6be Fix: 句読点ぶら下げをOFFにしても行頭禁則に指定した句読点が1文字前からの折り返しにならない e4879a76 Fix: 画面更新でバイト単位文字カウントが誤作動する 8513f222 Fix:インクリメンタルサーチUNICODE対応 PatchUnicode:2821402 5e7958e2 Fix: ドロップ貼り付けや選択範囲の置換・変換後に選択範囲を拡張すると範囲が異常になる 44a2700c Fix: ステータスバーの行桁位置表示(折り返し単位)が折り返し桁位置変更に追従しない c2f74487 Fix: インデント実行時にステータスバーやスクロールバーが更新されない ec7306d8 Fix: [コマンド一覧]のメニューに[履歴の管理]が重複存在する(2個並んで表示される) 082d6e7c Imp: 選択文字数カウントにバイト単位オプション追加 PatchUnicode:2812128 9f6ac963 Fix: 矩形選択からの文字変換で対象行にカーソル行アンダーラインの描画が残る Fix: 複数行コピーして別の複数行選択箇所に貼り付けると処理途中の描画が汚い Fix: ワードラップ位置が変化するような変換を行うと変換後の選択範囲が不正 Fix: ワードラップ位置が変化するような変換をUndoすると「作者に教えてほしいエラー」で異常動作 bfe9bca5 Keep: 非グループ化画面を閉じる際の余分な処理を除去 4a3083e5 Fix: バックアップの詳細設定でフォルダ名指定($1~$9)が正しく解釈されない 70d7a395 Imp: 単語の切れ目判定を共通化 PatchUnicode:2815796 9a176f7d Imp: 一部全角記号の文字種別を変更  ・「ゝゞ」 記号→ひらがな  ・「ヽヾ」 記号→カタカナ  ・「゛゜」 記号→全角濁点(新規) ・「仝々〇」 記号→ETC(漢字)  ・仏独文字 ETC→ラテン(新規) 3b7a3e8c Imp: 設定の保存は別ファイルに書き込んでから置き換える(安全性の向上) a47d7968 Imp: 検索/置換画面からの検索でステータスバーに表示される「見つかりませんでした」がすぐには消えないように 054f572a Imp: メニューバーへのステータス表示を再描画対応にする Imp: メニューバーへのステータス表示項目レイアウトの微調整 ccf0f3f9 Fix: エディタ起動に失敗した場合にエラーメッセージ表示した後でデスクトップにビューが直接描画される 98d2bdf9 Fix: デフォルト文字コード設定(Rev1587)の問題修正 ・開ファイル時のカーソル位置復元が機能しない ・「開き直す」でブックマークが解除される ・デフォルト文字コードがコマンドラインのタイプ別設定の強制指定(-TYPE=)に従わない 0c58048b New: マクロ実行コマンドラインオプション PatchUnicode:2806664 e2a82e77 Keep: 「デフォルト文字コード」「CESU-8を優先」のヘルプID追加 89a539a2 Fix: 「デフォルト文字コード」をキー入力編集で設定すると設定が反映された画面でクラッシュする Keep: [タイプ別設定]-[支援]画面のレイアウト調整(タブ順、アクセスキー、サイズ、配置) 2e3dd73e Fix: CCaret::ShowCaretPosInfo()でメモリリーク(CCodeBase* pCode) a8e3e698 New:CESU-8のサポート Imp:EUC-JP 誤判別対策 New:デフォルト文字コードを設定できるように 37bb3be8 Fix: rev1585にレアケース対応の再描画処理を追加 a496a626 Imp: ドラッグ検出方法の改善および選択範囲内ドラッグカーソルの変更 99931c6b Chg: 「画面キャッシュを使う」のデフォルトをONにする 13998c64 Fix: 特定の条件で読み込むファイルのサイズ警告が誤動作する f3b8e08d New: 読み込むファイルサイズが大きい場合に警告する 6a2a2021 Imp: DragLeave処理時間短縮 Keep: 選択範囲内のクリック/Drag&Drop判定時間間隔の微調整 5151e1de Keep: rev1577での追加関数ShellExecuteProc()内のLPCTSTR変数をLPTSTR変数に変更 e8aed7bb Fix: タブバー非表示のとき[ウィンドウ一覧]メニューの表示が不正になる(順序不正や重複) 3f956c8a Imp: 空白記号(半角・全角空白、タブ、改行)の表示機能デグレード修復・改善 08f46b85 New: 正規表現キーワードのURLにマッチした文字列をクリッカブルにする PatchUnicode#2794449 0504d1eb Fix: 組み込みの色指定をOFFにすると正規表現キーワードの当該色分けまでOFFになる(>>unicode:932) 54a8e019 [Keep] doc/CDocListener.cpp, CLoadAgent.h の文字化け対策 240db4da Fix MIGEMOインクリメンタルサーチの不具合修正 Contributed by miau 5d84594e Keep: 過去にリリース版デバッグで使用された無用なRELPRINT_Aを除去 3473e345 Fix: m_szKeyWordArr[][] = '\0' を L'\0' に修正 18c1d36d Fix: m_szKeyword[0] = '\0' を L'\0' に修正 24022272 Fix: クリッカブルURL表示でない箇所がクリッカブルになる(ex: xhttp://www.xx) 3c98eac7 Fix: 文書末への選択移動(Shift+↓やShift+Ctrl+End)でステータスバーに選択範囲情報が表示されない 2f4ed1a6 Fix: [タイプ別設定]-[キーワードヘルプ]でCSS2.khpを登録しようとするとエディタが落ちる e1730f66 Fix: ビューモードの文書があると「すべて保存」で「同一ファイルへの保存はできません」が表示される bf292546 Fix: [改行コードは上書きしない]がOFFで改行コードを上書きした場合に次行以後の表示が更新されない 36ee4424 Fix: NextWindow()マクロが動作しない 0d20b90a Fix: 新規編集画面でもAlt+Enterでプロパティが見れるのにファイルメニューからだと見れない Fix: ファイルのプロパティ画面で表示される「上書き禁止モード」は名称が不適切 a205fb44 Fix: 他ウィンドウで開いているファイル名で名前を付けて保存すると同一ファイルを2個開いた状態になる ad48a5ed Imp: 文字コード変換機能の実装 c9001d7d Fix: [EOF]の色指定をOFFにしても非表示にならない 03506277 Fix: [共通設定]-[強調キーワード]の「整理」ボタンで表示されるメッセージのアイコンがエラーアイコン f65fe8da Fix: テキスト変更時に行番号(変更行)表示の更新範囲が不足することがある 0b05ec98 Imp: 検索ダイアログなどでコンボボックスのドロップダウンリストの幅をアイテム文字列の最大表示幅に合わせる Keep: CDialogの通知コード処理をコントロール別に分類する efee7ed2 Chg:HTMLアウトライン解析の段落処理、タグ文字制限緩和 PatchUnicode#2675707 f7a6e662 [Chg] by ryojiさん,rastivさん 文字として読めないデータをU+DC00からU+DCFFにエンコードするように 31a689d0 Fix: 「ファイルの履歴MAX」を0に設定しているとタスクトレイメニュー「開く」で強制終了する 15e3b12d Fix: 1PageXX,1PageXX_Selマクロ関数がWSHから呼べないので、PageXX,PageXX_Selに改名(従来の関数も残す) PatchUnicode #2626113 35597ecf [Imp] by gentaさん, 削除が遅い問題の修正 PathUnicode#2571657 83277eb4 Imp: [タイプ別設定]-[カラー]の[色指定]リストボックスでのダブルクリック(太字)・右クリック(下線)の有効範囲制限追加 4ccf2c80 Keep: rev1544のコメント修正 00925048 Chg: カーソル移動位置制限の仕様変更(続き2) 9c5addda Fix: 編集禁止状態でも外部コマンド実行の標準出力が編集中ウィンドウへ出力される 3677acfe Fix: CDlgExec.cppのsizeof->_countof修正 dc024ece Fix: [共通設定]-[バックアップ]で詳細設定ON/OFF時の表示項目ON/OFFが不正 22dff119 Fix: TcharReceiverのバッファサイズが小さい d7651591 Fix: IDC_RADIO_BACKUP_DATETYPE1AなどのTooltipヘルプが不足している ca698995 Chg: カーソル移動位置制限の仕様変更(続き) 578983a6 Chg: カーソル移動位置制限の仕様変更 c0ba3056 Fix: CLayoutMgr::_DoGyotoKinsokuでバッファオーバーランが発生する 310f8869 Fix: 画面キャッシュONかつ禁則ONで折り返し行末へ文字入力すると次行に回った入力文字が描画されない Fix: 折り返し行インデントを含む行の選択状態を再描画したりマウスクリックで解除すると不正な選択状態が描画される a76ba447 Keep: DebugビルドでもCEditView::CreateOrUpdateCompatibleBitmapでトレース出力しない 25317258 Fix: GetCharNext/GetCharPrevでの文字列先頭/末尾処理が不正 c9b18bea Fix: 無意味なIDC_SPIN_REPEATEDSCROLLLINENUM処理を除去 Fix: [TAB表示(8文字)]には8文字しか設定できないのに16文字まで入力できる Fix: [起動時のIME]の[ON/OFF状態]設定の変更が保存されない Fix: [アウトライン解析方法]が[標準ルール]でも[ルールファイル]入力欄がDisableにならない Fix: [共通設定]-[マクロ]の[File]の一覧(ドロップダウンリスト)にフォルダ名も表示される Keep: 共有メモリのバージョン履歴(コメント部分)をCShareData.cppからsystem_constants.hに移動 678e9391 Fix: CEditView::GetColorIndex()が検索文字色を返さない Keep: CEditView::OnPaint()での描画行位置ロールバックをGetColorIndex()呼び出しで代替 32a2428d Fix: CPropComGrep.cppのsizeof->_countof修正 63735e73 Hlp: #1528 (IDC_CHECK_NOMOVE_ACTIVATE_BY_MOUSE Help ID) c8bcb02e Fix: [マウスクリックのアクティブ化ではカーソルを移動しない]のヘルプIDが間違っている d7ed8e5e Fix: 何度も折り返される長い行で押し返し位置にまたがる強調表示が通常文字色になることがある a66db27c Fix: CColorStrategyPool::GetStrategyByColor(COLORIDX_SEARCH)がNULLを返す 7529b74a Fix: [その他のインデント対象文字]に63文字入力できるのに62文字までしか設定されない Fix: [その他のインデント対象文字]に何か文字列が設定されているとNULL文字もインデント対象になる Fix: [開く...(ドロップダウン)]メニューでアクセスキーが効かない 3bba6248 Keep: DebugビルドでもCEditView::OnPaintでトレース出力しない e8f67333 Fix: 何度も折り返される長い行内でカーソル移動すると表示が崩れる Fix: ワードラップ折り返し行が画面上端を出入りするとルーラの表示が崩れる Fix: 折り返し2行目以後で対括弧表示がOFFになるとき括弧の色が折り返し先頭行の末尾の文字色になる Fix: 矩形選択を再描画すると行末以後の選択反転表示が逆転する Fix: U+0600の文字以後からカーソルの桁位置がずれる 529101b6 [Fix] メモリリーク修正(CESI::GetEncodignInfo_utf7) PatchUnicode#2527829 1f7f2b59 New: クラッシュ時にミニダンプを採取する e36a324d Fix: Grepでアクセスバイオレーション Fix: CCodeMediator::CheckKanjiCode()でメモリリーク 119148b2 Hlp: History 1.6.4.0 Hlp: #1511 (side button for horizontal scroll) c15c86c8 Keep: バージョン情報更新 1.6.4.0 1358f409 New: マウスホイール操作によるページスクロール・横スクロール対応 0057a842 Fix: 「半角+全ひら→全角・カタカナ」、「半角+全カタ→全角・ひらがな」変換で半角英数が変換されない 4e9cce6d Fix: 半角英数⇔全角英数の修正 13c3a706 New: Sleipnir風タブを閉じるコマンド PatchUnicode#2326632 1e005a3d Keep: BugsInfo.txt次期リリース年を更新 ae6a1a63 Keep: バージョン情報ダイアログのCopyright年を更新 d3fff310 Fix: CWnd::Create()のエラールートでフックが解除されない 56d74686 Fix: GrepへのDrag & Dropフォルダパス貼り付けが動作しない 1fa0bfcd Fix: ツールバーやメニューのアイコンが黒く塗りつぶされることがある 41cfe747 Fix: 改行指定保存すると改行無し最終行に改行が追加される 9880b742 Fix:バッファオーバーラン修正(CESI.cpp) PatchUnicode #2478758 d0450573 Fix:コンボボックスでリスト表示+末尾削除+Enterで削除部分が復活する dbeda391 Imp: E-Mailコード変換コマンドの実装 87cdea1e Fix: 「閉じて開く」を途中でキャンセルしても閉じてしまう Fix: 未変更の文書に「保存して閉じる」を実行しても閉じない b7209f69 Imp: レイアウト処理性能の改善 Fix: 分割ビューで検索文字列や正規表現キーワードの表示が不正 Fix: 引用符編集に伴って文字列が行を またぐ⇔またがない の切替が発生したとき表示が不正になる Fix: 行頭から行末までマッチする正規表現キーワードを編集すると以後の行の色分けが不正になる Fix: 強調キーワード2以後のキーワードが強調キーワード1の色で表示される Fix: 対括弧を強調表示してから左右矢印キーでカーソル移動しすると括弧が文字列やコメント中でもテキスト色になる Fix: その他、色分け関連個所の細部修正 0ae1d5ce Imp: コントロールコードを半角の「・」で表示する Chg: 空白類の背景色を通常文字背景色と同一に設定した場合は背景色を周囲の色に合わせる Keep: 未使用のCColorStrategy派生クラス(空白類)を削除 4cd63824 Fix: アウトライン解析画面の「フォーカスを移す」動作でアクティブビューが切り替わることがある d44b4e56 Fix: NUL文字を含む文字列をドラッグ&ドロップするとNULの直前までしか貼り付かない 0c3b0b61 Keep: _DecodeUU_line()のコンパイル時警告修正 c0fbe9e3 Keep: Debug_Unicodeコンパイル時の/RTCcオプション無効化 4e33c13c Keep: バージョン情報更新 1.6.3.0 e442a296 Hlp: dev#5491 (complement) Hlp: help#406 (OLE Drag&Drop) a1a4e57b Hlp: History 1.6.3.0 8c8533ba Hlp: #1461 (open dialog for exec macro) 6fd3ae2a Hlp: #1441 (complement '#$@\') Hlp: #1465 (complement multi-byte) 31329b27 Hlp: #1415 (turn of line) db23ad54 Hlp: #1414 (Right-Drop files) Hlp: #1469 (Paste path from clipboard) 31a7c8a2 Hlp: #1359 (Drag&Drop Edit) 58068935 Hlp: #1351 (Shift+Mouse on line-number) f140b5f0 Hlp: #1296 (type-set 30) edcae4f0 Hlp: #1211 (VC++ 2008) 362708d3 [Fix] CheckKanjiCode の修正+α PatchUnicode # 2178205 UTF-16 に判定されやすいバグを修正。 Base64デコード・UUデコードの機能を実装。 2fcb75e3 New: マウスの中ボタン押下中のホイールスクロールではページスクロールする 7fc9a1d2 New: クリップボードからのパスの貼り付けに対応 e9cd5a0b Fix:補完候補検索時の文字サイズをGetSizeOfCharで取得するよう変更 829a1e2c [Fix] MIMEヘッダデコードオプションのFix  PatchUnicode#2282844 2e3df265 [Keep] charset/CCodeBase.cpp とcharset/codeutil.h の 文字化け対策 d3cbdf14 Fix: ツールバーツールチップのバッファオーバーフロー対策 4e5dcfda New: 名前を指定してマクロ実行コマンド追加 878339c0 Fix: rev1458のミス修正 4fb68e0e Fix: 踊り字(ゞ、々..)、濁点(゛゜)、ラテン1補助・拡張A(ä、ß..)の補完に対応 a59535c0 Fix: 変換のTAB→空白で桁がずれる(matsumoさん提供パッチ) 79b1eccf Fix: ANSIビルドでPPAマクロの実行ができない c8afb11b New: 2バイト文字を単語補完の候補に含める 8f4e2e92 Fix: コンボボックスでリストを表示したまま文字列を編集しエンターを押すと文字列が消える 7d51c68a Fix: 折り返し行インデントを設定してもインデント表示にならない 270b0126 Fix: 折り返し表示が不正になる(rev1449の再修正) 3904b006 Fix: CStringRef::At()でのassert対策(rev1446,rev1448)の再修正 a6bd788f Fix: CNativeW::GetSizeOfChar()で文字列末尾の判定誤り Fix: CFigure_Text()内でのCNativeW::GetSizeOfChar()呼び出しパラメータ設定方法が不適切 a447cc12 Fix: rev1446(CStringRef::At()が文字終端でassertする)の修正ミス訂正 9c1fa507 Fix: サロゲートペア文字が表示されない 1e8cc568 Fix: CStringRef::At()が文字終端でassertする 3b53f692 Keep: 共通設定画面のメンバー変数整理 58e7b5ae Fix: キー割り当てが変更できない 97806fb2 Fix: 正規表現キーワードが色分けされない Fix: 空白記号の色分けが不正 c3215687 Fix: StaticVector::resize()でのassert条件訂正 ea8ed8b9 Fix: 共通設定・タイプ別設定でOKを押すとウィンドウが消える 9f80cd91 Fix: 設定ダイアログでOKすると非アクティブなウィンドウのツールバーが全て有効となる 8ab52e4d Fix: 強調キーワードの色づけ異常 d3c0701b Imp: 先頭に記号($@\#)がついた単語の補完を改善 57c9c096 Fix: 強調キーワードの設定変更が反映されないバグ 24557f0d Merge: unicode2_drawマージ 7c56f644 Unicode trunk starts. 924c2a82 Chg: support implicit enclosure of paragraph tag in HTML outline fa7abeac Keep: +PIC_CCS-C.txt 78f42caa Keep: +ccs_commands.kwd 4d090470 Keep: +PIC_CCS-C.kwd 5bd6fa3f Fix: [A済]上書きモードで改行より右側に文字を入力すると正しい位置に文字が追加されない Fix: BS(カーソル前を削除)の操作をUndoしたときのカーソル位置が不正 d562af51 Fix: [A済]右矢印キーで折り返し桁を超えてカーソル移動してしまう 2679d080 Fix: ReplaceData_CEditView()移植ミス修正 05605204 Keep:リソースの整理等 7d0fd50f Fix: 入力補完の[編集中ファイルから...]かつ[大文字小文字を同一視...]で補完候補が過度に絞られる 68ed66ea Fix: 無題に対する開き直しでステータスバーの文字コード表示が更新されない 0594cd17 New: 右ボタンでのファイルドロップでファイル名やパス名を貼り付ける 535ddc1a Fix:UTF-7の書き込みのバグ修正 17ff0483 Keep:x86でのコンパイルエラーの修正 8688c118 Fix:サロゲートペア対応でのバグフィックス 027ee92f Fix: 半角→全角変換で「ジ」「ゼ」の濁点が消える 5b7774da Imp:サロゲートペア対応 b6ed42fb Keep:リソース関連のリファクタリング a9272a12 Fix: ANSIコンパイル版不具合修正 b070d0e7 Fix: 『個別設定』『色指定』のインポートの修正 65724e81 Fix: 無題/grep/アウトプット画面を編集し「すべて上書き保存」を行うとエラーが表示される d7ea225e Fix: 一時的に折り返し桁を変更して上書き保存すると設定が元に戻る 7df2efe5 Imp: 『同名のC/C++ヘッダファイルを開く』『同名のC/C++ソースファイルを開く』の削除 19f2aae8 Imp: 『共通設定』『ステータスバー』を修正 76df9316 Imp: 『共通設定』タブ順変更 b4738c13 Keep: rev1397での余分な修正戻し e53a8ece Chg: テキスト折り返し位置に関する修正(再々) 5b4ad059 Chg: テキスト折り返し位置に関する修正(再) 440b1e99 Chg: テキスト折り返し位置に関する修正 70774067 Imp: 『共通設定』『ステータスバー』追加 9da359fd Fix: 外部コマンドの標準入出力のUnicode使用のオプション化(バグ修正) 1fffb4fe New: テキスト折り返し方法の追加 9e80d151 Fix: 外部からのドロップでキー状態取得する方法を修正 3eb5708a Imp: 外部コマンドの標準入出力のUnicode使用のオプション化 8efe6254 Keep: Fix: 保存時の拡張子補完の機能改善(汎用テキストマッピング非適用個所の修正) f915e1bb Fix: 保存時の拡張子補完の機能改善(バグ修正) 9a46b927 Imp/Fix: 保存時の拡張子補完の機能改善 cd7dbdfe Fix: 行番号やルーラーの表示領域でもキャレットが表示される fdba89b5 Fix: Grep結果が分割他ビューに反映されない(rev1371)の再修正 Imp: Grepリアルタイム表示のオプションを全分割ビューで同期する ffa00a7c Imp: ステータスバーの文字コード表示の修正 1ccf1e8f Imp: 「アウトライン解析」の【ウインドウ位置保存】ボタンの修正 7d17ef5b Imp: 外部コマンド出力の取り込みをUnicodeで行う 9e989997 Fix: タイプ別設定のデフォルト値を修正 a8c440d0 Fix: メニューバーに表示される行:列のラベルがウィンドウの縁を突き抜ける Imp: メニューバーに表示される行:列の位置調整 Imp: ステータスバーの文字コード表示幅微調整 7788db56 Fix: Grep結果が分割他ビューに反映されない 47575e70 Fix: 外部へのドロップ移動で分割他ビューが更新されない 99d41240 Chg:インポート・エクスポートファイルの仕様変更 ecb70552 Fix: 論理行が長い(テストファイルでは30,000桁以上)ファイルで対となる括弧がある場合、落ちる場合がある。 1b2349b8 Fix: English版Windowsでタイトルやメッセージが文字化けする Fix: バックアップフォルダが見つからないときに異常終了する Fix: PPA実行エラーのメッセージが正しく表示されない Imp: 文字列書式指定の訂正(ANSIコンパイル対応) e0148338 Fix: 広い範囲(数千行)を削除すると異常終了することがある 28be6b5a Fix: ビューモードと上書き禁止時は Drag&Drop 移動を抑止する 16d08841 Fix: 文書の行数の桁が増減すると文書右端の表示位置がずれる 1ba631f4 Imp: Shift + 行番号エリアのクリックは行頭クリックとして扱う 56302de9 Keep: rev1353 の改修 5cefbdc1 Fix: 「閉じて開く」で異常終了する Fix: 画面が書き禁止状態のときに「閉じて(無題)」を実行すると上書き禁止の(無題)画面になる Fix: ファイル排他制御の設定を「排他制御しない」に変更しても現在開いているファイルのロックが解除されない 44e8d536 Fix: タブ切り替えでスクロールバーの動作が不正になることがある 7b1811be Fix: 『履歴の管理』の『GREPファイル』と『GREPフォルダ』の修正 c4d8bac8 Keep: TortoiseSVNの文字化け対策(CBase64.cpp) cdad7d38 Fix: 表示行の長さがエディタの幅よりも長い場合に行選択すると画面がちらつく Fix: 下方向ドラッグで選択範囲を拡大すると画面がちらつく Fix: 折り返しインデント行で「行末に移動」を実行しても行末に移動しない ae8b3fd3 Keep: Drag&Drop用CF_TEXTデータ作成時のメモリアクセス適正化修正 4450177a Imp: 選択フォントによる文字幅の動的判定 c5eabb17 Imp: Drag&Drop機能改善 Fix: Drag&Drop編集でタイトルバー,キャレット,アンダーライン等の表示が不適切になることがある 5a0c384b Imp: 最大化画面からのタブ切り離しを可能に Fix: タブグループからタブを切り離せなくなることがある 03dff288 Chg: ファイル読み込み時に文字情報が失われる警告を表示するフレームワークを作成 b11ad6d8 Fix: 改行コード指定の保存で画面がスクロールする ebd2b0ad Fix: タイプ別設定一覧ダイアログ起動時に現在のタイプが選択状態にならない 6656be8b Fix: HTMLヘルプを表示できない 3108385d Chg: ファイル保存時に文字情報が失われる警告を表示(EUC&JIS) 8e320884 [A済]BugsInfo.txt更新 45a3947a Chg: ファイル保存時に文字情報が失われる警告を表示 1dbca793 Chg: BREGONIG.DLL ロード失敗時のメッセージを変更 Keep: CDllHandler を整理 59568b42 Fix: 別サクラの起動に成功してもそれを失敗と誤認する c8deb5bd [A済]BugsInfo.txt更新 5cc88728 Fix: [A済]CEditWnd::OnMouseMoveでCDropSourceがメモリリークする fa473dfe Imp: [A済]タイプ別設定最大数拡張 d9a78683 Imp: [A済]TortoiseSVN 1.5 との併用で発生する問題対策 e6956955 Imp: [A済]MyGetAncestorの動作修正 8b56cf10 Fix: [A済][同名のC/C++ヘッダファイルを開く]と[同名のC/C++ソースファイルを開く]の動作が逆 ab8f3a1b Fix: [A済]ATOK16/2007の単語登録操作時に単語欄に選択範囲の語句が表示されない 324d08e4 Fix: [A済]印刷プレビューでホイールスクロールができなくなる 0709e74c Fix: rev1321がANSIビルドできない問題を修正 f545c797 Fix: FileOpenマクロが正常に動かないバグを修正 b2c326f6 Fix: ファイル毎Grepの検索結果でファイル名をダブルクリックしてもファイルが開けないバグを修正 802fcfe2 Fix: 読み書き禁止にするとバックアップ作成に失敗するバグを修正 058565cd Fix: 改行コード指定保存で文章が乱れるバグを修正 9a6822bb Keep: 書式整理、定数整理、メンバ変数整理 5c201e67 Chg: ANSI版1.6.2.0相当の機能補完 72eda848 Fix: 入力補完・キーワードヘルプ辞書のパス指定不具合 PatchUnicode#1908054相当 9c0dff98 Fix: タブバーのツールチップが途中で切れる PatchUnicode#1908072 796c5366 Fix: 開いているファイルと同じファイルへ名前を付けて保存できないバグを修正 43fedadb Fix: スクロール時に行番号表示が崩れるバグを修正 29b19bb2 rev1310での不足ファイルを追加 4636788f Keep: ショートカットキー定義を整理、言語キーワード定義を整理 21401418 Keep: CEditView::GetColorIndex整理 3e675cf5 Fix: アウトライン解析方法の標準ルールが設定できないバグを修正 541cde51 Fix: Grepモード起動でGrepオプションが反映されない箇所があるバグを修正 fa9225a6 Fix: 行間隔を広げたときに、キャレット位置がおかしくなる問題を修正 92a3dfdf Fix: 「新規以外から保存時は全ファイル表示が効かない」オプションが反映されないバグを修正 32e9acbb Fix: オープン時文字コード確認ルーチン修正 ee6b1964 Fix: 書込禁止排他のときに「開き直す」ができないバグを修正 Keep: ファイル整理 3c17a4b0 Keep: タイプ別処理整理 55ac2ac8 Fix: 行の変更フラグが、セーブ後もリセットされないバグを修正 ecd7d8cc Fix: swscanfバグ修正 e23da861 Fix: ロード直後のコメント色がおかしいバグを修正 5dda4ef9 Fix: rev1297で不足していたファイルを追加 d550eb7b Keep: タイプ別設定の規定値管理コードを整理 88652371 Fix: 排他制御をした場合に常に「上書き禁止」となってしまうバグを修正 551f7720 Chg: 更新の監視でファイル書込可否も監視するようにした a5518062 Fix: Splitterウィンドウの破棄処理を ~CEditDoc から ~CSplitterWnd に移動 c6037d29 Fix: 「開き直す」およびリロード機能が動かない問題を修正 9daacea0 Keep: charcode の内容を CESI および各種文字コードクラスへ分離。 Keep: 元の charcode を削除し、charcode2 を charcode にリネーム。 4a31bbf5 Fix: CEditAppの解放忘れ修正 95028120 Fix: ファイル書込時バグ修正 48ddea99 Keep: テキスト描画整理 e6243d90 Keep: ファイル末尾「/*[EOF]*/」削除 38f3eace Fix: 「開く」でファイル作成した場合に「上書き禁止」となってしまう問題を修正 01b11567 Keep: 各種ファイルを機能毎にフォルダ移動 - window, dlg 0c73f028 Fix: 新規保存時でもバックアップが作成されてしまうバグを修正 caa2d8bf Keep: 各種ファイルを機能毎にフォルダ移動 - doc, macro, prop, recent 3e4916b7 Keep: CEditView整理、メッセージ定数整理 45e2673a Chg: 選択範囲の表示を「byte」から「char」に変更 07cd17f8 Fix: 無変更の文書を名前を付けて保存できないバグを修正 34226b73 Hlp: update description d9e80dee Hlp: mod typo 9eab0c4c Fix: ファイル書込時に、意図しないアトリビュートが立ってしまうバグを修正 54a2ce76 Fix: 「拡張子にかかわらず、『基本』に開かれる」問題を修正。 Keep: CPropTypes_P1_Screen を整理。 03b1e659 Keep: タイプ別設定プロパティシート整理(P4,P5のリビジョン履歴修正) 5a7a3f9e Keep: タイプ別設定プロパティシート整理 2389f9bb CommitComplete: プロジェクト整理 84b2d8ea UnderCommiting: 整理、関連管理クラス作成等 2a0ee159 UnderCommiting: mfclike作成 bc305ce3 UnderCommiting: ストリーム整理 aa322f7a UnderCommiting: 整理 59dbefd2 UnderCommiting: 整理、文字コードクラスに追加属性等 522a3462 UnderCommiting: 文字列型 d2fd0911 UnderCommiting: インクルード等の仮対処 7388966d UnderCommiting: 整理、ビューモード、LFCR削除等 f99a2a09 UnderCommiting: 整理 ebb09bdc UnderCommiting: 整理、LFCR削除等 2c533273 UnderCommiting: 整理 acc45f84 UnderCommiting: 整理、FileInfoをEditInfoに名前変更等 6184e023 UnderCommiting: 整理 c649d0b5 UnderCommiting: 整理、FileInfoをEditInfoに変更等 98eed41f UnderCommiting: 整理、LFCR削除等 281fe20c UnderCommiting: 整理、メソッド公開範囲等 64c5ab56 UnderCommiting: 整理、Undo整理等 c40d5c81 UnderCommiting: アプリ構造、ドキュメント構造の整理等 2f5821e5 UnderCommiting: 行付加属性整理等 4e63e8e7 UnderCommiting: ファイルフロー関連整理等 81f7876a UnderCommiting: 整理、FileInfoをEditInfoに名前変更等 3dffa394 UnderCommiting: FileInfoをEditInfoに名前変更、整理。 b6353c1c Repair EditInfo.h via coping from the other branch, because I have removed it by mistake when rev1235. 5682fd6e Commiting: remove EditInfo.h 5351f4c6 Repair EditInfo.h via coping from the other branch, because I have removed it by mistake when rev1235. 6751f0b6 UnderCommiting: 整理 a9f9659c UnderCommiting: 整理、ファイルフロー整理等 686f3857 UnderCommiting: 整理、ビューモード適用等 4851c97a UnderCommiting: ヌル文字を含むコピーの対応等 387ddaba git-svn-id: https://svn.code.sf.net/p/sakura-editor/code/sakura/branches/unicode2@1239 f7ce1907-e4c7-47ca-9f76-12c87ed2c91c 66e86779 UnderCommiting: LFCR削除 c616a02f UnderCommiting: CSearchAgent作成。CDocLineMgr_New.cppはCSearchAgentに統合し、削除。 23397d06 UnderCommiting: CEditDoc_new.cppはCDocOutlineに統合済みなので削除 b1e70bf8 UnderCommiting: CEditView_New3.cpp削除、FileInfo.h削除 c84474aa UnderCommiting: CDocOutline作成 2d8c6293 CAutoSaveファイルをCAutoSaveAgentに名前変更、CAutoSaveAgentクラスを作成。 d93e7d7c Unicode branch of second; for more flexible commits. c8316d90 Fix: bregonigを別名で利用できない 18d8708e Imp: Drag&DropのANSI対応追加 fd61a49c Fix: rev:1227がANSIビルドできない 02994923 Fix: アウトライン解析が異常終了する 581a0eb0 Fix: 外部コマンド実行で動作不正 b7e13474 Imp: 動的文字幅計算の速度改善 Fix: 動的文字幅計算でリソースリーク bc746ff6 Chg: UNICODE版アイコン(暫定) 13692f99 Fix: 「右(末尾)の空白を削除」で文字が消える PatchUnicode#1881187 21e9a99a Keep: リファクタリング:メッセージとビープの整理 d508f541 Fix: 画面にゴミが残ることがある 9f9998f5 Keep: 文字化け対策コメントを挿入 1257de68 Fix: URLダブルクリックで落ちる PatchUnicode#1874676 a29d9a90 New: [A済]トリプルクリック対応 by nasukoji be935bf4 Keep: リファクタリング:ドキュメント種類を明示する型など PatchUnicode#1850044 b8e28fe3 Keep: 保守パッチ fbd81492 Fix: 行貼り付け時の改行コードが不正 (PatchUnicode#1865180) 8241937a Fix: 印刷で全角フォント指定が効かない問題の修正 (PatchUnicode#1849347) 7fdb5dbf Imp: [A済]VS2008対応 740705a4 Fix: compile error when TIME_MEASURE is defined. 5cf3580d Fix: [A済]ツールバーに未定義アイコンが登録できる 9af84060 New: [A済]「選択なしでコピーを可能にする」オプション追加 f8f053a6 Fix: アウトライン解析修正 (PatchUnicode#1840864) 2f6b1cbd Fix: 最終行でのタブ入力時の挙動がおかしい (PatchUnicode#1840862) eb53cf79 Fix: 印刷プレビューで落ちる問題の修正 (PatchUnicode#1839483) 42b95b5c Hlp: mod copyright date bdc6f350 Hlp: #1200 (keyword-set capacity) Hlp: History 1.6.2.0 a111aaea Hlp: #1197 (virtical line & display cache) 98a5d959 Hlp: #1192 (option line-mode copy) 07391c92 Hlp: #1191 (triple-click) 9dfa6cdc Imp: [A済]IME Watcher 対応 6e46656e Fix: [A済][用紙の向き]のラジオボタンが縦・横両方ともオンになる 9a73ed95 Fix: [A済]モーダルダイアログがモードレス化する 632fc0e2 Fix: タブグループでのGrepで各種バーが消える 34a3566d 毎回「ビルドしますか?」の確認が出てしまっていた不具合を修正。直ってなかったので再修正。 7eda2654 毎回「ビルドしますか?」の確認が出てしまっていた不具合を修正。直ってなかったので再修正。 6c9cd6b2 毎回「ビルドしますか?」の確認が出てしまっていた不具合を修正。 ee3e605f 毎回「ビルドしますか?」の確認が出てしまっていた不具合を修正。 670ac9da min, max の代わりに t_min, t_max を使うように変更 900649d7 Modify Properties; "eol-style" and "mime-type." b0837e89 リソースエディタで編集すると、「#include "funccode_define.h"」が「#include "funccode.h"」に戻ってしまう問題を修正。 be2265c2 Modification for unicode-core making, from 2007.8 to 2007.11. c08893c4 Modification for unicode-core making, from 2007.8 to 2007.11. c16b4168 Unicode-core version, with wide refactoring. fa5b1024 Hlp: small mod and fix (HLP000074.html/HLP000315.html/Cshelp.txt) ce668f52 git-svn-id: https://svn.code.sf.net/p/sakura-editor/code/sakura/branches/unicode@1170 f7ce1907-e4c7-47ca-9f76-12c87ed2c91c d060e619 git-svn-id: https://svn.code.sf.net/p/sakura-editor/code/sakura/branches/unicode@1169 f7ce1907-e4c7-47ca-9f76-12c87ed2c91c d4f8f9ac Modification for unicode-core making, from 2007.8 to 2007.11. 105e4da4 Rollback to r1163, to cancel my mistaken commit. Sorry... 445f7b3f Modification for unicode-core making, from 2007.8 to 2007.11. 3766c7a7 Unicode-core version, with wide refactoring. e2ad186b Imp: System menu icon was removed from outline and version information dialog. c669759b Hlp: #1159 (line mode paste) 8a26bf1d Fix: Minimization operation changes active tab when non-active tab has outline analysis dialog. 0265a33f New: Enable line mode paste. Fix: "EOL code insertion in the line wrap position" is ignored with the non-selective copy. 270180ba Imp: Highlight the bracket pair after mouse left button up. b53bda7e Fix: External macro registration doesn't take effect immediately. Previous macro runs even after macro mapping has been changed. 2286c51c Fix: Cursor position indicator of statusbar/ruler is not renewed with Undo/Redo. e2435405 Keep: +AviSynth.kwd d8493e35 Keep: +MovableType bb0432ce Keep: +D 1e26e29a Keep: +SystemC 469bf7fc Keep: +XUL b2fe0db6 Keep: +ActionScript a82a7dc4 Hlp: History 1.6.1.0 & etc... 88be18f2 update version 1.6.1.0 f0895ca2 Hlp: change ignore-property (remove hhc, hhk and HHP) 6f9fa815 Hlp: #1150 (Only Activate on Mouse-Click) & etc... cb27a8ab New: A new option to keep cursor position when the editor window is clicked for window activation. 4691bbb2 Fix: Disable UNDO/REDO in READ-ONLY mode. 32d77b56 Fix: Column position becomes inadequate when cursor is moved up/down after Undo/Redo. e6270ea3 Hlp: modified HLP000089(regular expression) Hlp: Imp: MS P Gothic font(dsk_sakura.css) e0f141f6 Delete unwanted files mistakenly added at rev1145. d94c862f sakura-editor official trunk. 24d34cde Hlp: #1141 (command line option) 0142fd64 Fix: Tabbar tabs disappear in a new group. 6bb562fc Imp: Even a click in the halfwidth character distributes a cursor to right and left. e9510f1e Chg: Command line options are recognized even when they are quoted with double-quotation mark. For instance, both -R and "-R" are recognized as read-only option. New: New command line option "--" that stops command recognition. This option should be used to specify filename starting with '-' cc80efef Fix: Macro command "FileOpen" didn't handle relative path/short filename correctly. A file can be opened twice in different editors under following condition. 1. FileOpen is launched with relative path or short filename. 2. The file is already opened in another editor window. 3. The editor window in which the macro is launched has no content. c4d7d554 Fix: Lower pane becomes active when move horizontal splitter bar. f0d570b5 sakura.hh update in sync with help/trunk#1137. 03830b18 Hlp: Fix: HLP000005 < Change of the term Hlp: Fix: HLP000006 < Renewal description of regular expression Hlp: & etc... f173f563 Hlp: #1125 (bregonig.dll) & etc a7ba0542 Fix: duplication of sakura.hh help id (#1132) b62be5be sakura.hh update in sync with help/trunk#1133. 2e40c3e8 Hlp: #1124 (Enhanced external command) & etc... 6c0d25b5 sakura.hh update in sync with CHM-help. 70035db1 Hlp: #1117 D&D to Grep Dialog 691bf06f Hlp: #1119 LF/CR mark 6985cab3 Hlp: #1120(VistaUAC/MultiUser) + alpha 6ffdcab0 update version 1.6.0.0 4904571d New: accept bregonig.dll as regular expression library New: regular expression DLL can be specified in the search tab of the common configuration dialog. When no DLL is specified, bregonig.dll and bregexp.dll are checked in order. 94a3c8e9 New: Send current document in edit buffer to an external command, and insert the result into the current edit buffer. 00583286 Fix: Replacement inside a rectangle selected area doesn't take effect when the area was selected from left-bottom to right-top or vice versa. 61620b7d Imp: Port to Turbo C++ 2006. 639f54a8 Keep: +optima-readme.txt 0eaa3048 Keep: +optima.rkw dbe88d68 New: Outline analysis for python syntax 8927820a New: The correspondence to Vista UAC and multi-user. 6b33adaf Imp: Arrow image replacement of the end of line markers. 3e825e30 Fix: Caret position slips at the time of the opening file. 035acf32 New: GREP target directory in the GREP dialog box accepts drag and drop from explorer. b79d1608 Fix: The scroll bar is not renewed with Undo. Fix: The scroll bar is not renewed with the rectangle sticking. Fix: The scroll bar of the other divided compilation picture is not renewed various compilation operation times. Fix: The compilation result immediately is not reflected on the other divided compilation picture with the drug and drop compilation. df598d73 Fix: "Next/Prev window" does not rotate in the split window. 9c16e5b7 Imp: When a function showing dialog box is assigned to the double click operation, it remains in selection state. 4742bf80 Fix: Strange behavior in case that the height of edit area is less than 3 lines, Strange behaviors observed before: - Cursor ride on the ruler. - instable vertical scrolling. - immediate scroll out 687d3725 Keep: +uwsc42.kwd 2b4f44c2 Keep: +uwsc41.kwd 0e7a9fea Fix: [ XX ] button when grouping has become "exit all editors". 3ad0c5f6 Fix: Continuing in set deletion of emphasis keyword, when it does keyword addition and the like, set of end is destroyed. adeb774a Hlp: >>dev:4933 (Max keyword count and length) 512349ee Hlp: for #1106 (tag group) and history 1.5.17.0beta f126839e update version 1.5.17.0 a82c2cc1 New: Grouping of the tab windows. Fix: When operates with non primary monitor or after moving the task bar, position of the new tab window slips. Fix: When the control process remains, the new tab window succeeds position even if it is not appointed. 1755ee88 Fix: The Confirmation message which closes editors hides on back. 2a536133 Hlp: for #1104 (multi-byte Space...) 5764caed Add: using multi-byte Space for a head of line. Imp: a head of logical line. 7556f047 Hlp: small mistake (history tree 2007/11/04 -> 2006/11/04) 901d43f4 Hlp: History 1.5.16.0 4cc12d04 Hlp: for #1095 (Last charcode priority) bfda41d4 Hlp: for #1094 (mouse wheel, double click on tabbar) da5bd640 Hlp: for #1092 (Smooth preview) a4cb309c Hlp: for #1091 (previous search word) faebceb3 update version 1.5.16.0 cd4d200e Chg: Last charcode priority, when file not exists. Fix: overload-check from FileMenu "recently folder" Fix: not become active when folderD&D to window of non-editing bbfbb62c New: Tab change by mouse wheel on tabbar. New: New file by double click on tabbar. 34e3cb67 Imp: Stabilization of tab continual change. Chg: [Always on top] with tab mode state tried does not change that with tab change. b85ab00e New: Smooth preview New: Jump to page in print preview Fix: Wrap indent was not taken into account for printing Imp: Print page configuration UI Imp: CompatibleDC/BMP was moved from CEditWnd to CPrintPreview Imp: several code improvement c3002a3e Imp: Add the option which takes over previous search letter to search type dialogue. 147b1539 Fix: Enable/Disable state of system menu item is not correct often. 1aac6e50 Hlp: DictionaryPath AutoKeywordHelp Vista TabBarMenu Install Bregexp DefaultSetting Caret SupportTools etc... afd3cd1b Hlp: History 1.5.15.3 Hlp: About #1072-1086(TabBarButton/ManageHistoryDialog/AutoKeywordHelp/etc...) 44c0e77e update version 1.5.15.3 Fix: Last year in Copyright mark in the About dialog 28b65fd4 Imp: name changed: "Configure Favorite" to "Manage History" - Dialog box title - Menu item name - Comments in source code c257244a Fix: Relative path was not accepted for "Keyword Help" dictionary. Fix: "Open Keyword dictionary" didn't work when the dictionary path is in relative form. Imp: Importing keyword help configuration - Skip invalid line instead of abandon importing - Print error when invalid data included in the configuration file. Imp: Move "Keyword help auto popup" from common configuration to "Tool" menu. Imp: "Keyword help auto popup" menu item has check state that indicates current state. 9ff1936c Fix: Buffer overrun in direct tagjump dialog box. Crash when long class name (more than 256 bytes) is in the list. 1326a882 Imp: Reduce flicker at the time of tab change with Vista Aero style environment. Fix: When the tab you change with multiple monitor environment, there are times when the maximized window is indicated in another monitor. 9319658b Keep: +PukiWiki-readme.txt b0c8c79c Keep: +PukiWiki.kwd 4ed2cc4a Keep: +PukiWiki 0f673a8d Fix: Although it is not active, there are times when the title bar is actively indicated. Fix: Line order with the editor is not renewed when active state moved to dialogue from other process. 66c3188d Fix: In outline dialog, click on a button caused focus lost in following procedure 1. Both of Auto Close and Move Focus are checked 2. An item is selected by double click in previous action 3. Open the dialog again and click in the tree. 4. click on a button 5. then the editor window become active 9be983c1 Imp: In active tab top band indication. 8bf29415 Fix: When same bar from non indication are modified in indication, the bar is indicated in also the printing preview window. 3752f994 Imp: Button position adjustment of tab bar. Imp: Indication change of tab list. f707b813 Fix:Up/Down cursor movement problem correction immediately after opening file. ecbda29c Fix: The display position of "Open (drop down)" toolbar icon is illegal. Fix: The display position of "Open(drop down)" popup menu is illegal. acd8d993 Imp: The optimization bug with BCC is evaded. 09d6f9d8 Fix: Last line is printed twice in conversion of resource file for BCC. 78dbdb2d Chg: When the print preview is closed, it returns to edit mode. f40b380d Hlp: History 1.5.15.2 Hlp: About #1066-1068 (window close & common config) f561940b update version 1.5.15.2 5b4e2012 Imp: If there is no explicit accelerator keystroke assignment to Ctrl(or Alt)+F4, it performs its standard role. 6a24d480 Delete CPropComUrl.cpp f897ec17 Imp: Adding the option which leaves the former behavior which closes window. Chg: New establishment of "Tabbar" tab to the common setting property sheet. Chg: Deleting the tab of "Clickable URL" from the common setting property sheet. Imp: In case of united window, "close all" do not close the frame window. Imp: Several terminology standardizations. 34e968f7 Imp: When drawing up the new tab, until the additional tab appears, the title bar non becomes active. Imp: When drawing up the function key, instant, the incomplete function key is visible. 67a145de Keep: +Python 479fb837 Hlp: History 1.5.15.1 b8cc9a65 update version 1.5.15.1 31ad1146 Fix: Pipe handle leaks every time external command is launched. 4f997e43 Fix: Application error if a cusom menu is assined on a function key and the function key bar is visible. 70f30d4a Fix: convert multi-byte alphameric into single-bite alphameric with dash(0x815b) 9e243fbf Hlp: History 1.5.15.0 f7cb6e38 Hlp: About #1051 (convert menu) 70eb5155 Hlp: About #1050 (window close) 076e98cf Hlp: About #1048 (window setting) 7cb370b4 Hlp: About #1049 (replace all) 30117862 update version 1.5.15.0 9c964303 Chg:Unification of a letter conversion range of multi-byte / single-byte alphameric = 0x20 to 0x7e kana = 0xA1 to 0xDF patches#1636004 b2b514cc Imp: The operation which closes the window when the tab bar is indicated is modified in more natural ones. 611f15f7 Chg: Option conversion of line substitution. Fix: When regular expression substitutes with folding line the result is illegitimate. Fix: With regular expression substitution of the range of choice it is substituted to outside the range. 9ce21ed1 Imp: Immediately reflecting setting of bar on all window. Fix: Function key bar doesn't react to Shift and Ctrl after setting window is closed with OK. 6abb356e Imp: New algorithm to identify character codes. 2f8b3818 To control UI of the color setting with the flag, internal processing has been improved. 8de8ccf6 Hlp: About #1033 (FileDialog Filter) 1e1ac893 Hlp: History 1.5.14.0 dfebb32e Hlp: About #1034 (last character code) d2f99ec6 Hlp: Abont #1033 (default extension) 45834510 Release Tag 1.5.14.0 7ad7d56d Chg: priority to the last character code efee1b64 Imp: Append default extension to the save file name if the user fails to type an extension. 4e214c4a Hlp: Add: History 1.5.13.0/1.5.13.1 c0a73ece Fix: Buffer overrun in patch #1613375 (mixed at rev.1028) fc32585e Fix: Fail to compile resource file with bcc when 'INCLUDE' variable is not set. ad5e0630 Hlp: About #1027 (IME) 02e78169 Fix: Visual Basic outline analysis generates strange string in the clipboard at copy operation. Chg: 'SUB' is listed as 'Procedure' instead of 'Status' 2bdd96a3 Add: Change the caret color according to the IME mode. aea7ecff Fix: Specified color is applied though the check on "Line - number (change line)" has been turned off. Patches#1613975 d0ed451a Mod: conflict 'svn:eol-style' 8e77e94a Release Tag 1.5.13.1 c4684554 Fix: EOF position cache was wrongly kept even when new lines are inserted in the middile of a document. And it cauases wrong selection of select-all operation. b3ce46bc Hlp: Fix: HyperLink Error(#1019) (HLP000001.html) 12b28433 Release Tag 1.5.13.0 eb716e84 Hlp: #1015 commandline option Ver. 1.5.13.0 3ce9cdc6 Hlp: Menu renewal (HLP000001, CNTxxxxxx and HLP_URxxx) b156b5f9 Hlp: Some fix lightly HLP000201 ListSort HLP000201 Max ExtMacro HLP000197 Multiple View HLP000145 Advanced Backup 3a724f2c Fix: Paths including '&' character didn't correctly shown in TabListMenu in full path version. (right click on TabListMenu button) Chg: Simplified path display is applied to the tool tips of tabs and TabListMenu of full path version. a0260ed7 Chg: commandline option is now case insensitive. Parameters for options are still case sensitive. a158d489 Fix: When EOF mark at a end of line is solely placed in the next line and a box selection is made including EOF mark, the area beyond the mark is also painted. bbd38149 Fix: File open dialog for external command execution does not open after a path including duplicated backslash is given. 34078796 Fix: Send Filename to SQL*Plus with CRLF #1583031 23686667 Fix: Ctrl-Shift-Home cause wrong selection.(trunk#998-) Patches#1582165 c8b39a9a Hlp: Add: Search from Caret-Position (for F1-key:HLP000318) Hlp: Add: Search from Caret-Position (for Pop-up:HIDC_CHECK_CLICKKEYSEARCH) Hlp: Modification Help Menu Hlp: Fix: "Undo" on Redo Page -> "Redo" Hlp: Replace Picture (BookmarkListDialog) Hlp: Fix: etc... f70481bb Chg: For HtmlHelp - Call HtmlHelp - Open WebBrowser if not exist sakura.chm - Call Help on F1 press (AllSave, SaveExit, KeywordTagJump, IncrementalSearch, RegExpIncrementalSearch, MigemoIncrementalSearch, WindowList, MergeTab, AlwaysForeground) - HelpID (WindowList, KeywordHelp, SameColorDialog, RegisteredMacro) - [?] Button (WindowSize, SameColoeDialog, KeywordConfig) contributed by ryoji thanks to novice ea9a06ba Hlp: Help History, Help LastModified. 4f3c7146 svn property set 47490c1f Revert to Rev.1004 from Rev.1005's missoperation. aa50ac3c git-svn-id: https://svn.code.sf.net/p/sakura-editor/code/sakura/trunk@1005 f7ce1907-e4c7-47ca-9f76-12c87ed2c91c 8d65f9aa Imp: update makefile and C++ directories for Visual C++ Toolkit 2003, Visual C++ 2005 Express Edition. 3a25a25f KeyHelp, SameColor, WindowList, etc ad06eb35 Initial revision f4e8c8e5 Release Tag 1.5.12.0 a2be8663 Fix: 1st byte of filename was not printed in keyword help file configuration screen when no path is specified. f15fe0cb Chg: Keep selection status in some jump operation - Jump by line number - Outline - Start point of search Fix: selection status update - Jump to parenthesis - Jump History - Bookmark 7240f0f0 Imp: use common function to read wheel setting from the registry. 68d01a62 Fix: selection canceled when EOL code for input is changed. 8465b1ba Keep: +CSS2 5d5a0b70 Keep: +CSS2.kwd 9bcd3a9a Keep: +CSS2.khp 5e7e615b Fix: Hangs if both mousebuttons are clicked simultanously. d6b43d8e Fix: After [Select All] for text in which last line has no new line, the last end of selection area was (1,lastline +1) instead of (last column, last line) c7c9ad1b Fix: ctags doesn't work when startup command of cmd.exe is set in the registry. Now command line option is added to ignore startup command 8b8ca838 Fix: compile error(C2360) on VC6 355d7504 Keyword Help Extension New: keyword lookup for word at the cursor position New: multiple keyword file for each document type 90555def Imp: make up help IDs 6ac7f59f update version 1.5.11.0 ac6d2e68 Chg: Remove button to show help page about original author in AboutBox. Patches #1529345 e7de259e Fix: When the session ends, the setting might not be preserved. Patches#1515884 32bb5c2a Keep: +CSS2-GPL.txt e9ab32e6 Fix: Vertical lines remain in complementary color in case of selection with scrolling. Contributed by Moca b7f097b0 Add: Color unification dialog 9100e0a9 Add: Macro command TraceOut Print message in output window : TraceOut( message, option) 7018c3d9 Imp: reduce the flicker of bars on sizing ff1682cc Imp: Add /manifestdependency linker option(for VC2005 or later) 5021ac53 Imp: Display tab icon for Vista beta 2 4e4141f1 Fix: COsVersionInfo::IsLuna() returns FALSE on Vista e738876c Fix: Crash when selection area exceeds data area because of modification in other pane. Character counting of selection did not check validity of selection area. cd064240 Imp: ensure dialog box is placed in a monitor when displayed. The dialog box is moved when it is on a border or out of the desktop area. 5e126d5e Imp: "search(box)" command sets the keyboard focus to the search box. contributed by yukihane 47084afa update version 1.5.10.1 a27e6e73 Fix: box selection and selection in free-cursor mode are not drawn correctly. And reverse pattern remains on the edit area. mixed at trunk#957 contributed by Moca 088b4d18 Fix: Remaining issue of #969 Tab List/Popup Patches#1485794 0ff067d9 git-svn-id: https://svn.code.sf.net/p/sakura-editor/code/help/trunk@970 f7ce1907-e4c7-47ca-9f76-12c87ed2c91c 22afb6eb Keep: +Perl.kwd 41d05e2c Keep: +AviSynth_Plugins.kwd c8128683 Keep: +AviSynth.col b6d1e49f New: Popup File list/Tab list contributed by fon f22b25be Fix: The position where system menu and tab list displayed is improper in the multi monitor environment. Imp: Compile the stub of multi monitor API from MultiMon.h c16a10c9 register "Bind Window" in command list c63f2779 update version 1.5.10.0 9431ed4c Imp: Add "our" to perl keyword f9ba0939 Workaround for misrecognition of character codes of TortoiseSVN Add Japanese comments. 4e9e054e update BugsInfo.txt for sakura/trunk#961 2e426ed2 Fix: Tabbar goes out the simultaneous starting time. contributed by ryoji 9ec82ff4 Remove RCS Keywords f5997bb9 Refine copyright 43d4d668 Add: Replace All Lines -"Replace All Lines" button is added in the replace dialog -Macro "ReplaceAllLine"added contributed by Karoto 9f9ebf6f Fix: width of selected area was restricted as 3000pixel. contributed by Moca 06e03eb3 Fix: Application error at sort under following condition. - The text includes wrapped lines. - The last line without newline is included in selection. Fix: Memory leak at sort of box selection. Contributed by Moca 2d9d7b38 Fix: Application error at creating backup for extention-less files when custom backup format is used and reference to the original extention (*) is in the format string. contributed by aroka 43c8ee1f Command line build environment for Visual C++ Toolkit 2003 (as well as BCC) Toolkit2003Env.bat.tmpl: Environment script for VC Toolkit f576f73f update version 1.5.9.91beta efd3ef29 Fix: initialization of image list was missing Imp: performance improvement a95eb254 Fix: Unexpected window position change in TAB mode d9447fa0 Fix: Extend area for version string adda8575 Fix: compile error in debug mode 1f1125f8 Fix: Caret follows draggin pointer even though it is file from explorer (Mistake in return value check) 489a83da Keep: +AviSynth 884f7201 New: Toggle Outline 32f6244a New: Toggle Outline Imp: Tab management Imp: Copyright info a77eb512 Add compiler version info in About screen. 85c0a500 Add: new parameter for Tab notify 613e6554 Imp: timer management aef5ced6 Imp: more flexible drag & drop acceptance. Fix: Horizontal scroll bar is disabled unless all columns are in screen. 9702b1f5 Imp: Timer management for toolbar/function key update Add: new parameter for Tab notify 6a92c07c Imp: Timer management for toolbar/function key update 523e0d46 Add: icon for toggle outline 770de0b8 New: Icon on tab New: Close by middle click New: Tab list button f8d322c5 New: Toggle Outline Imp: Tab management Imp: timer management for updating toolbar/function key 17c5ba01 New: remember Funclist position New: Tab option (Icon, width) Imp: extention vb for VisualBasic Imp: CProfile fd61240f New: remember Funclist position, toggle Outline aa6ea81e Refine copyright 613edc54 Imp: CProfile ee8e2ed0 Add: Add method for WM_DRAWITEM. (a method for WM_MEASUREITEM was already assigned.) 806cacb6 New: Outline toggle c360e2b8 Refine copyright 58d036aa Add: new options: same tab width, icon on tab 1802353b Imp: timer management Timer_ONOFF() Imp: accessibility for members 0f142f44 Imp: timer management Timer_ONOFF() ef6e6e01 update version 2f5b50dd Chg: files in removable media are also kept in MRU list. 3b252866 Fix: in outline analysis, selected item is not visible when one of top two is selected. b820af8c Fix: create CTipWnd as hidden window in order not to be misunderstood as the top window. bb83e32a Fix: compile error on VC6 5bf44136 update version b7524409 Imp: consolidate similar functions into IsLocalDrive. b2269342 Imp: modify wrap algorithm 11f172d5 Fix: remove unused variable 47773e11 New: draw vertical line at specified columns 59ea0da1 Fix: wildcard matches LF Fix: CR matches CRLF Fix: wrong selection after replacement including newline. 3a6e43d1 Imp: use VariantChangeType() for type conversion of macro arguments 589d99e4 Imp: delete unused include 3e18babf Add: flexible backup filename 5e83039f Fix: backslash escaping comment end gives wrong C/C++ syntax analysis. feec577e Fix: backslash escaping comment end gives wrong C/C++ syntax analysis. b954d6c9 update version e278c3c1 update copyright ebec3cdf Add: search filename for invalid character for filename. 411c3a05 Fix: Crash when one double-quote is given as a commandline parameter. cb91190e Imp: remove detailed trace in CMemory::MemSJISToUnicode. 58ce38e1 Fix: comment flag was not checked in CLayoutMgr::CheckColorMODE a7cfcd6c Imp: move quote flags given in each method to CLayoutMgr member. c493fa03 Imp: add access methods b4b3b440 Fix: Hilighted parenthesis is drawn of invalid color at restoration 0fb396e5 Fix: Initial window position is not correct in multiwindow mode. 2494ba6b Imp: inclusion of stdafx.h for precompile header 88444fa8 Disable warning #4996 65760c08 Fix: Enable utilisation of precompile header. c9a3d5c7 Fix: return type was missing in operator=. (detected with VS 2005) 35927ccc update version d3f45865 Imp: support empty-element tag in HTML outline Fix: data after comment were not analized when newline character is LF. 49697a9f Fix: no horizontal scroll when selected item is out of the window due to deep nest. c4536d22 Fix: Grep progress dialog loses focus in case of TAB window mode. 9972db0f Fix: use same rule for match position in backward search without regexp 43e67224 New: restore wrap width 5853249f code clean c1abd7b4 Fix: last character of the filename is lost when a filename given in command line is quoted incompletely. a3e8e8ea Imp: create ViewDiffInfo() for common routine of diff feature. ab49dd72 New: Add place bar (Win2K style) to file open dialog box 42ae7b3e Fix: scroll position is not adjusted even though vertical scroll bar become disabled. ec396e35 Imp: soft tab in auto-indent bcb5b0ca New: auto-delete option for space characters at tail of lines before creating new line. Imp: soft tab in auto-indent Imp: auto-indent on the last line Fix: space removal at the tail of lines. a2fd04c1 New: auto-delete option for space characters at tail of lines before creating new line. e4ff8ec7 Fix: full-width 'a' + '@' are misregarded as full-width space at bookmark creation. 0414e2f9 Fix: Compile error in debug build. 3c0eab0d Imp: Activate precompile header in all source codes. 98fd02a3 update description 9f7044df update version f9acdff2 Fix: inhibit drag & drop when the file is locked. d034f3c7 update 7d55838a New: macro command Diff 10eaaa2c Fix: remove link to the original creator's homepage Imp: use common function for reading timestamp 48f14cae Fix: use FindFirstFile to get timestamp a279324a Fix: succeeding \n disappears when \r is replaced. a9f142cc clean up deleted code 14567591 Fix: relative path was not converted to full pathname f27f956a update version 1c6aec23 add comments f9b430ed Imp: Rewrite GetLongFileName with GetLongPathName to avoid shell object handling. fa214f2e Imp: add initialization of drag state in Open 5cc6d893 Imp: remove a useless code 02f55b3c Fix: ghost of cursor remains in case of horizontal scroll with selection. 18862738 Imp: InputBox and MsgBox are available in VBScript 6e5d00e3 Add: new special characters (S,M) for ExpandParameter e0158327 Keep: +Ruby b3e8769e Keep: +Ruby.rkw 0a2eb1f1 Keep: +Ruby.col 5dd656be update version 897b7432 New: tab drag & drop 6007e7fd Imp: less flicker at opening/closing window 425970c6 Imp: ParseCommandLine() 2f093d4c Imp: Kinsoku 0a8b1dec Imp: replace MemCharNext with GetSizeOfChar 5690d38b Fix: unexpected button allocation in wrapped tool bar. e8d69ea0 Keep: +Ruby.hkn c7c1e57e Keep: +Ruby3,4.kwd 3877bb90 Keep: +Ruby2.kwd 99e7d934 Keep: +Ruby1.kwd 8d8bb6f8 Keep: +Ruby.rule 318e5a2b Keep: +Verilog c933b743 update version 022d8e6b update bug list 4ed9d150 New: Wrap toolbar 2974d1fd Fix: no backup for read-only file Fix: wrong source file in case of save as... Add: Alert if backup directory is not found. 6c131101 Fix: wrong variable name c22be17a Fix: mismatch of calling convention: __cdecl is not in function bodies. 74fe734e Fix: specify __cdecl explicitly for DLL interface function. BREGEXP and MIGEMO. 26ee5b8a Fix: CEditView::PrintSelectionInfoMsg() relies on non-standard variable scope. 17235411 Fix: Adjust selection area after tab width or line length is changed. Fix: Fit to window width now takes effect only on the current window. 6c72a15f Fix: Adjust selection area after tab width or line length is changed. Fix: Fit to window width now takes effect only on the current window. c9e05d42 Imp: replace direct numeric value for line length with constants. 4ca91c94 Fix: Cascading with TAB enabled didn't work correctly. a581b1fa Fix: common.m_bAlertIfFileNotExist is not correctly saved. a6fcc27b New: Macro functions to read status. 66dbfb33 Chg: Macro function can be called as procedure, that is, return value can be discarded. 221e6cb0 Keep: +AHK.khp adcf5639 Keep: +AHK 5db5a8b2 update version 791b98b4 Fix: application error happens when non-existing file is selected from history twice. 70555478 Fix: Wrong area is processed in "cut to line head" and "cut to line tail" Fix: Wrong area is selected in incremental search 2baea25c Fix: Wrong area is selected in incremental search cfeb9107 Fix: Wrong area is processed in "cut to line head" and "cut to line tail" 417af63e update versions 27447341 Imp: Select whole row in the outline dialog a0ca274a Fix: Output window is overwritten when a file is opened from the output window. Fix: UTF-7 recognition c6d499ea Add: Show selection info on the status bar e68174c7 Fix: UTF-7 check 024b6116 Imp: SetSelectArea() 55805058 Fix: Output window is overwritten when a file is opened from the output window. 93ae050c Fix: Crear debug_mode flag when the output window is close & initialized. 8ff727ff Fix: Change filter for LOADMACRO from *.mac to *.* 0cf8f30f Fix: Last line was not pasted in box paste when no newline code is at the end of last line. fb93e107 update versions 2472d006 Fix: color mode of the last line was not cleared correctly 0bc1df5e Add: use CF_UNICODE type at pasting clipboard data 0cb98f29 Fix: CEditView::MyGetClipboardData() : do not compare string if GetClipboardFormatName returns zero. 9bdda976 Add: use CF_UNICODE type at pasting clipboard data 5bbd9bb3 Fix: overflow of menuitem array when more than 37 marcos are registered. 8427d94d Fix: Ghost of a caret remains when selection is cleared 845675ae Update version c4b9629a Update version b44b207e Imp: Perl outline: colon and single quote are no considered as a part of subroutine name. bf2e67cd Fix: find matched pattern in replaced string in case of replacement with newline Fix: In case of insert after selection mode of replacement, replacement result was inserted into the top of next line even though there remains a character after replacement target. 6903184c Fix: Application error in case of replacement with empty string. 79400fa8 Keep: +hsp 28f11b6a Keep: +hsp.col 48194d45 Keep: +hsp.kwd 51c3486c Imp: ensure the focused item become visible after sort of outline analysis list view. f4705c5d New: add icon for keyword tagjump 1c4999a7 Imp: ensure the focused item become visible after sort of outline analysis list view. 2187b210 update version 6813e5ad Chg: Move the line number column to leftmost in outline analysis dialog f536b086 Fix: CEditWnd::OnSize() : skip moving function key window when it is not created. 09e6f674 Imp: add selected extention to filename in Open/Save dialog 1df2e6f8 Imp: avoid access violation error in case that MAX_TYPES is larger than size of initialization array. 69cb3ee8 Fix: use response file to avoid error (command line too long) efc5309a Imp: Retain sort order of the list view in the outline analysis dialog 8d7cf1f0 Imp: Split ShareData_IO_2() by section dd3fcf98 Fix: Bugfix CDlgTagJumpList::find_key() fdf0904b Fix: space characters in tagjump keyword is correctly supported. 4a18c68c New: direct tagjump by interactive input 90acf4e0 Fix: lookahead regular expression does not work in replacement. 0cfbf055 Keep: +uwsc.kwd 76b8b598 Keep: +uwsc2.kwd 93b552b6 Keep: +uwsc.dic dfa7c7fc Keep: +uwsc.rl 00f3942a Keep: +ecmascript.kwd b98c9dc6 update versions 1812f266 Imp: remember start position in case of incremental search 828c7700 fix: caption of save_all e51e5774 save_all is implemented. b6017fd1 Remove dead code. 35ba268d Chg: disable coloring of single quoted string in HTML type 4e3fceb1 Keep: +Tcl da8fd9e7 Keep: +WSH 72421b37 update versions 3e1127dc Refine comments (for doxygen) 678398e9 Imp: Increase macro registration area (20 -> 50) a2887d13 Imp: split CShareData::Init() ef2766e4 Imp: keyword management (variable allocation to each keyword set) 7cede3dd Imp: Comment configurations in sakura.ini are valid only when all of related configurations of each comment are valid. 3c1c177b fix: const and throw are taken into account at C++ outline. a8fd9445 New: macro command: SetMsgQuoteStr 738fb2ef New: save all files 0abfc0eb Command_FILESAVEALL() replace PostMessage with SendMessage for synchronization d898cb7e New: save all files 12ca6375 Fix: Send/PostMessageToAllEditors() don't send message when last window parameter is NULL. 7e479b7f update shared data version bc4497e4 update versions eb17c5d9 Fix: suppress warning 7370e88a Fix: ime position was not correct after the focus was moved from search box. 9aacad7f Fix: misspelling in isearch 3c374122 Fix: Any key input triggers tagjump in the grep window cf44cd96 Imp: up to 10 keyword set for coloring 3ffb6166 Fix: replace goto with return in IsFilePath() to remove warning. 5f216170 fix: double byte character was not recognized correctly in incremental search keyword. 878c8770 update versions 0990cc48 Imp: tex outline analysis 9dbc4cc3 Imp: Improve format for execution result of external command. Imp: Assign dedicated format for output window Imp: Tagjump by double click in output window f56b0d70 New: Attach editor window on the top most of the screen. bdec239f Fix: */?/< are taken as a first character of file name in tagjump. cb53e0bc New: Incremental search 6ed62c52 Imp: separate Hokan mode 6ee9e68f Imp: separate grep mode 856dbcc5 Imp: layout of outline view f87003d8 Fix: buffer overflow in case that same Kinsoku character appears several times in configuration. 9d4a2658 Keep: +PPMCK ae0c543f New: support center button of mouse fca58363 New: support side buttons on intellimouse 009440b0 remove unused code 8732746f New: Option to alert when specified file to open does not exist. 48e21ffb New: Option to inhibit confirmation when result of code detection differs from previous result. 7773b79b Imp: remove 2byte code from paper type 39e39ec0 Update version 60a93b1f Fix: Grep conditions are missing in its result. 51974336 Add: Bind window in tab window mode c7c60326 Imp: restruct sync scroll. No improvement from the point of view of functionality. a1361962 Fix: uninitialized variable 4318926b Fix: giving invalid character encoding type to S_FileSaveAs causes crash Imp: S_FileSaveAs support a new value for keep current encoding type 9c3f1acd Add: new identifier for 64bit binary d3e09829 Keep: +JavaScript.kwd 5df27a35 update versions ec1d6922 Fix: key input effects twice until alt is removed dd3f51ab Fix: expression of pointer to member function 9c35d2d9 Fix: include mbstring.h 53e328ef Imp: #if-#endif is recoginzed in C outline. 91c7cfbb Fix: remove garbage at showing tool bar with tab and function indicator shown at the top of the window Fix: alignment safety (for non-x86 platform) Fix: allow pasting an box area with 'end of string' character \0. Imp: replace Command_PASTEBOX with Azumaiya's. 125252cf Fix: Ghost tab remains when unaccesible file is tried opening. 9f895222 Imp: change some types to const type Fix: leak of global memory Fix: Preserve clipboard data at pasting box area 36be416f Imp: change some types to const type a0e3d823 Imp: change a type to const. 6224f173 Imp: (CEditDoc::FileRead) Ensure pbOpened is initialized even if the specified file cannot be read. d91c1c65 Add const keyword to interfaces. 47f46a51 update versions 5661af5a Imp: Tagjump History for tagjump_back c3b9a277 add new bug 23c8371e Fix: insert reference to a new file 8cf39317 update versions 9e635c29 Fix: conversion from physical position to logical position: Calculation of TAB width was not correct. c5e9fb5a Fix: & in the string in TAB is considered access key. 6114a6ee Imp: Generic mapping: cescape, dupamp 46d56db3 Imp: Generic mapping: cescape, dupamp 715fa279 Fix: Keep initial string of replalce even if search string is updated in other editor window. ba440b0d Add bug report 1da7bbf9 Chg: \n is no longer given at the end of complement result string. 845fb1dd Imp: Add lenth parameter to INSTEXT and SEARCH to accept \0 Fix: Keep initial string of replalce even if search string is updated in other editor window. Chg: \n is no longer given at the end of complement result string. 6c26290c Imp: Add lenth parameter to INSTEXT and SEARCH to accept \0 12d9c5a0 Imp: add new parameter to retrieve the length of the target string of the replacement to support \0. ce5ecb43 Imp: show progress bar while rebuilding layout. (OnChangeSetting) f8e6732e New: save version in ini file e6cc28d6 update versions 8dc1ded0 New: new backup method to retain original extention d676578e Fix: Make backup not for current file but for taget file. Imp: Allow cancellation of save when backup fails. 01193799 Fix: "SaveAs" is rejected in read-only mode 46e8aec9 Imp: Add '...' for action names that needs succeeding actions 42171e1d Imp: change tab-order in window configuration. c9213a36 Imp: Enable -TYPE and -R even without filename Imp: Add error check for failure in window class registratoin and window creation 0b587114 Imp: Add non-const ActiveView() a3393007 Imp: show caret position in case of file open failure 90d45043 Imp: remove unused parameter from shared memory 1386a88b Fix: Direct tagjump fails if a target file has spaces in its name e166ac6d Imp: retain cursor position when row/column are not specified. 7004dc0d Add requested items ecd21078 Add newly reported bugs 2641ccc6 New: Remember window position New: Specify window size and position in common configuration 2cb2c2c4 Remove false comment 08965756 Fix: Keep editor versions in each process. Shared area is now dedicated to control process. 0154df88 Fix: actual window size is smaller than specified in command line by 1 pixel. 7174fdb5 Fix: bad horizontal position when window width is greater than wrap width and scrolled horizontally with TrackPoint of IBM ThinkPad. b99d5740 Imp: create a function to draw EOF mark. Duplicated codes are removed. b33ae115 Imp: move error handling to a new function. a20d6427 Imp: remove unused lines 65276a19 Fix: drive name is considered file name "C" at tagjump if such file exists. 089c7878 Fix: file is considerd changed when back space is pressed at the top of document. 6af4f1d4 add reported bugs d1e4e3c9 Fix: no TAB is shown in TAB bar after closing active tabs. 98a6ac37 Fix: Adjust IME window position after visibility change of TAB bar/Function key 426bbb98 Fix: stay in window resize mode after double clicking window frame f5b221de Fix: diff didn't work against non-named document. b1b11f71 Remove quoted description 2b14a23f update versions 5d234d91 New: Multi monitor support b45d86ba Fix: wrong selection in case of jump to end of file from last line. 497fbb5d Imp: unassign ALT+O shortcut (not to crash to menu shortcut) Imp: Add line comment to type assembler ea9d396d Imp: Assembler outline analysis Imp: HTML outline analysis (handling of comment and unclosed tag) bd3df7ef Fix: name of contributor 2128ff1f update version number 5426fa0c Fix: comment for doxygen 0c5116fb Fix: line added at the end of document sometimes become of comment color. Fix: wrap position is wrong when TAB character is included in the indented line. 0feb838e Fix: line added at the end of document sometimes become of comment color. 938ba136 Fix: take invalid caret position into consideration to avoid crash. b563dfe3 Imp: add comment to MoveCursor 7a709ffe Imp: Top and bottom of the document can be initial point for line search as well as previous line position in GetLineInfo. Fix: Empty check by number of lines instead of given cursor position in InsertData_CLayoutMgr(). Non zero position for null document caused null-pointer acecss. 4e0343d4 Imp: GetAdjustCursorPos() created for strict adjustment of cursor position def821ba Fix: column position is restored wrongly when cursor is moved up/down after "Back to search origin" 3fef3166 Chg: Simplify cursor position adjustment by assistance of new behavior of MoveCursor. 220f5183 Imp: remove unused member m_szInitialDir and m_ofn Chg: related to new behavior of MoveCursor, which adjust cursor position. Imp: ensure last X position for up/down movement is set 8510550a Imp: remove unused member m_szInitialDir and m_ofn 78887968 Imp: Top and bottom of the document can be initial point for line search as well as previous line position in GetLineInfo. Imp: Add invalid parameter check in GetLineInfo. 3baee8b4 Imp: remove unused member m_pnDx. 0826b38e update versions d8342397 New: file pattern starting with '!' is recognized as exclusion. Imp: Remove unused parameters from DoGrepFile() 5b0963e7 Imp: Remove unused parameters from DoGrepFile() 3d30b167 Imp: better implementation of my_strtok() 478b6203 Fix: item disappears from list in common configuration - filename display when the first item select and "To Top" is pressed. 1ad66ee2 update versions fc3b18a3 Fix: window goes under task bar after window tiling (V). Fix: Z-order was not correct after window cascading. a2ff7d87 Fix: access violation after removal of last line including EOF. 25fbf416 Chg: Main menu layout Update versions a52bd095 Chg: Save and close. Old image is shifted by one for save and exit. 83ff7e03 Fix: crash when select and search at end of file. 5978a480 Imp: accurate calculation for column width of status bar c711e5a6 Imp: remove unused lines Imp: strict error check/handling 9938d424 Imp: remove unused macro 0e7fa625 Imp: strict error check a2ddcff3 Update year in copyright d73fc23b Imp: remove unused line Imp: strict error handling 9be560b8 Imp: remove unused font object afcd179e Imp: strict error check in MySetClipboardData Imp: remove unused font object cfc3cd99 Imp: Use new function to write to clipbord. Imp: strict error check 3c46df35 Imp: Use new function to write to clipbord. 2751806f New: new function to write to clipbord. f976f452 Chg: selection rule in diff dialog. Opened file has high priority and previous position is kept. 35d397e3 New: Save and close f950b4c4 Fix: selection area of the 1st line is wrong in case of jump to top of file with selection. 355bbb47 update version number 70515a47 New: accept mouse click on status bar 2a978530 Chg: no message for new file 10e5de10 Imp: _ttoi instead of _tstoi for portability 1b172316 Imp: add pragma 0cbac3db Fix: scroll mark for window tab is not shown. 1c680157 update version number 5ed3f02d Fix: End of line mark (CRLF) can be splitted into two lines 2c7dbba4 Fix: Object can be painted on desktop when window is closed while editor is reading file. a55f3a82 Fix: memory leak when a line is deleted. 8da892fc Del: Remove mapping from extention to script engine to reduce binary size. 70c4171f Fix: Hidden processes remain when an editor window is closed with TAB disabled. 6a7adb4c Chg: "ttp://" and "tp://" are regraded as "http://" 312c1a04 Fix: TAB sometimes disappears Chg: Generic text mapping in CTabWnd c09a573b Fix: macro file without extension causes crash. 5acab8d4 Fix: line comment is not saved. (Mistake in CProfile) 60cb0338 update version number 47a22ae1 Chg: Disable window size adjustment for multiscreen evironment. bc8c3415 Fix: Crash in undo against box trim from EOF 59051b5f Imp: INI access method, STL version of CProfile db6c6bf1 update doc cdcf21b1 Chg: remove extentions "dsw,dsp,dep,mak" from C/C++ type da81c8fc Imp: "Diff" took too long time. 242ed0ed Fix: Do not draw vertical line at the end of edit area when its x-coordinates >= 0x10000 in order to get around limitation of Win95. dea5dd06 Fix: Do not draw vertical line at the end of edit area when its x-coordinates >= 0x1000 in order to get around limitation of Win95. dcbf4593 update version 15221830 Fix: WSH runs on Win95/98/ME e0a4e7c6 Imp: show error message of ctags properly. 830248fd Fix: caption in tab window 0568c2d6 Imp: remove unused variables 01ed7e52 update versions 0eed01e6 Fix: position of new window when taskbar is located at the top of the window af83ac09 Imp: inhibit drawing border on 1st column of status bar edbe1f52 Add: "help" support code for new functions 656e4248 Imp: more sophisticated code 21a34308 Fix: restore window at window switch by tab click 97b9f52f Fix: strcat to uninitialized buffer. 35cfbcbd Imp: More strict judgement of UTF-7 d969358a Fix: wrong coloring after a parenthesis at the top of the line is unhighlighted. 5feef082 Imp: Width of line number area when no line is in edit buffer. 74305bc5 Fix: window position after horizontal tiling when taskbar is attached on the left of the desktop. 8368bb1d Keep: +C++ e48b78b9 update version e7a4dcb8 Chg: space/tab is not discarded at unindent without selection de062f81 Fix: Suppress error dialog of auto-save when no filename is assinged to the edit buffer. d4846ddb Update bug list 75eeac05 Imp: Clickable URL in about box 58f1fede Fix: constant for network path recognition 6102d02a Fix: Fields in grep dialog box was not set properly when it is lauched from command line a420b310 Fix: Replace LoadBitmap with LoadImage Fix: Detach gdi object 7343c39b Fix: Close handle returned by FindFirst e5b0cd90 Add definition for old SDK. 3079aca0 Fix: Correct types for compatibility with 64bit windows. 1b843538 Fix: newline mark was not shown completely after horizontal scroll. 6c949aa5 change version number eb49e9e0 Fix: Editor stays in selection mode after update detection dialog is closed while left mouse button is pressed d10fe498 Fix: disable update detection during file save 97a6ec0c update version number 4eeed8b8 Fix: disable update detection during file save 33b7430f Imp: Ignore URL string when URL hilight is disabled 2a7bcf80 Fix: return type (DoModal) f9b669f6 Imp: add "int" cc721f83 Imp: remove redundant cast 615ad71b Fix: Editor stays in selection mode after update detection dialog is closed while left mouse button is pressed adb8aff2 Fix: remove implanted constant for CreateFileMapping aa917bef Fix: REC was not shown in status bar. Imp: Adjust status bar message cc0bd54a Imp: Adjust background color of menu message 25ff48f8 Imp: Transparent draw for icon background Imp: adjust icon position in toolbar 9380375a Fix: Adjust background color of icons fe927224 update versions f57c886c Fix: compilation with borland C++ stops with an error. 9671cfa4 Imp: Replace the image list with owner draw not to make "VAIO" crash. 432aca6c Fix: bug in horizontal scroll 8e944eeb Fix: spelling: Transltion => Translation 24cdd741 Fix: false is to be returned rather than NULL. eed031d7 Chg: Backdated timestamp of file is detected as well as updated timestamp 4e740717 Imp: Unify style of access keys on the main menu e6e06b65 Imp: Speed to show the window menu. Fix: Selection was not cleared when right arrow is clicked at the line with [EOF] only. New: A special paremeter $N for optimized filename. Imp: Filename for grep is wrapped with "". Imp: Filenames including spaces are now recognized in the grep dialog when it is wrapped with "". Imp: Wz Layered text now insert dummy level when level difference is greater than one. ebe5029c New: A switch to redraw window while grep is running. Fix: Spelling CShareData::TransformFileName_MakeCache ba4400dc Imp: Integrate Command_OPEN_HHPP and Command_OPEN_CCPP 9088a4f9 Chg: File search order of grep: scan files, and then directories. New: A switch to redraw window while grep is running. Imp: Filenames including spaces are now recognized in the grep dialog when it is wrapped with "". 3fba8bfc New: A switch to redraw window while grep is running. b3381718 Fix: prototype of my_strtok 267fd447 Increase version of shared area. New: A switch to redraw window while grep is running. Fix: Spelling CShareData::TransformFileName_MakeCache 7370ad2d Chg: Rename an outline analysisfrom "Layered text" to "Wz Layered text" f321bd64 Imp: remove unused inclusion 491ec4b0 Imp: New windows can be created while grep is running. 521cb8bc Imp: Wz Layered text now insert dummy level when level difference is greater than one. 207e3895 Fix: Spelling CShareData::TransformFileName_MakeCache Imp: Speed to show the window menu. b6487976 Imp: Text outline: group chinese number characters. Fix: Text outline: Wrong tree when indented. Chg: File search order of grep: scan files, and then directories. New: A special paremeter $N for optimized filename. Imp: Filenames including spaces are now recognized in the grep dialog when it is wrapped with "". New: A switch to redraw window while grep is running. Imp: Integrate Command_OPEN_HHPP and Command_OPEN_CCPP da758b01 Fix: Spelling CShareData::TransformFileName_MakeCache 8270e3bf Imp: Filename for grep is wrapped with "". 9623c623 Chg: Change a name of outline analysisfrom "Layered text" to "Wz Layered text" 95bfb63d Fix: EOL mark was not drawn properly in case of horizontal scroll f228c801 Add: support BOM of UNICODE e6585ab0 Update history 3f3213e5 Imp: VB Outline fd378c8e Chg: Unindent 1ee073e9 Imp: Auto selection of file in Diff dialogbox ff4edd81 Fix: Space to TAB conversion 43b88e8b Keep: +bat_win2k.khp dad5aa7e Changed by Moca Imp: Accept relative path for configuration files Imp: PPA error message Imp: PPA debug variable Imp: PPA constant (sakura-editor) Imp: Complement from file Imp: New macro to get number of lines Imp: New macro to get contents of specified line 01d602cc Keep: +Batch 1182932d Add: TeX outline 6ab63953 change version 2d3535d1 Fix: macro specified in full-pathname didn't run. 15c7edd5 New: switch EOL code Imp: Reflect current insert/overwrite mode on the icon 243bf978 New: switch EOL code 2eeddf0f Imp: VB outline 3ca7aa17 Imp: wrap indent takes same characters into consideration as auto indent eadb2c13 Fix: Add C++ keywords dd4a39ce Fix: replacement of mixed EOL. 2852b2e2 Fix: make argument available for macro "FileReopen*" and "CharIme" 8b7f7442 Imp: reduce CPU consumption while external command is running a0b9b71d Fix: paper orientation was not correct for some printers. 495d672d New: tab-style edit window 9cd680ca Imp: show message when files are considered binary. Imp: reduce cpu consumption while external process running. 76ca3b4d New: support window list in CRecent f2bd8ef3 Imp: remove an irrelevant line 3e2b01c5 Fix: function bar was not repainted when it was moved a37b4338 Fix: Print didn't work on win95/98 5267e077 update version number 8e5cbc3b Imp: Search/replacement including end of line. (\r for new line character is no longer necessary.) 1ddf0b0c Chg: Current directory of a new window is taken from the folder history when a new window is created from tasktray icon. 9a763173 Chg: maximum length of grep result string are changed. Chg: Hit string is shown instead of search pattern for grep output Fix: Unreadable files are no longer excluded from total count. Imp: Irrelevant parameters are no longer shown in grep results. Imp: Refine loop in DoGrepFile() 8216eab4 add comment c04b28da Fix: memory leak Imp: reduce memory usage Imp: less memory allocation 858848e7 New: CFileLoad accept CODE_AUTODETECT Fix: Empty file can be handled under malloc of BCC that doesn't allow malloc(0). Imp: BOM handling 7d68c2a0 add comment 17b58b8a Fix: Grep window is not considered new window when a file is dropped on a grep window. a70dd696 Fix: Change CShareData::GetMacroName() not to return a pointer to local variable a0837171 Imp: Remove unused library from project 7a67b9e5 Imp: Reduce lstrlen for efficiency 0a595a03 Chg: Empty file pattern in grep dialog box means all files, i.e. *.*. ac0c65ea Update version db4da512 Imp: Change keyword separater in sakura.ini from \0 to TAB. 86c45daf Imp: update notification of history by message in the favorites dialog box. 4bc8ffbd Fix: memory leak 94137b38 Add: new outlines 15036547 Add comment d6bff238 Fix: replacement by some special pattern causes infinite loop. Imp: replacement from "^" to string Fix: cursor position exceed line length after line deletion even in non-free cursor mode Fix: The warning in conversion from integer to bool is got around fb084de4 Fix: replacement by some special pattern causes infinite loop. Imp: replacement from "^" to string 32c0e3d8 Fix: all characters are painted as search words when '^' is specified as search pattern. 6c897b2d (none) 47efef22 Imp: Standard dialog for "Print" Imp: Printer dependent configuration changes take effect. Imp: Printer dependent configuration are retained as long as the process is running. Fix: Paper setting in printer dialog takes effect 72eef4d2 Fix: -, o, `` are processed with Hiragana/Katakana in conversion from 2byte character to 1byte character a8a08d81 add bugfix info 1b65195f update version 7f366eb3 update af38cec5 Imp: more options for generation of "tags" Imp: recursive search for "tags" ba55ccab Imp: more options for generation of "tags" Imp: build extention filters from type setting ab193e7a Add: Option to supress message box when no difference is detected in "diff" operation Imp: more options for generation of "tags" dc6537af Imp: build extention filters from type setting f22f17ff Imp: more options for generation of "tags" 44c6ffd3 Chg: move some parameters to the new section "Other" Imp: more options for generation of "tags" 92c9365e Imp: Remove history except for favorites f50138d8 Imp: build extention filters from type setting 32033860 Add: Option to supress message box when no difference is detected. 1718c247 Fix: initial value in the value field was incorrect a64eaf9c Fix: Insert overflow message not at the cursor position but at the end of list 4f2d7ac9 Fix: syntax of typedef: BCC reported compilation error 17ce8f30 New: CalcDirectoryDepth(): for direct tagjump b352bb9d Fix: value field is not initialized properly in common configuration - filename mapping 3aea0693 Fix: bom sequence in comment b0bfc82a New: recursive search for "tags" in direct tagjump 1481bcb7 Update version number d9c309ba New: Customization of caption string 0ad69ed5 New: Add new special charactors to CEditDoc::ExpandParameter() for caption bar. Imp: Replace CEditDoc::SetParentCaption() to use ExpandParameter. New: Add configuration to Common for customization of parent caption. c44ae5b8 update request list 6671816d New: Create "Tagjump & Close" command Imp: the previous window is no longer closed if "Ctrl" is pressed at tag jump. Exception: When Tagjump with "Enter" in grep window is enabled Ctrl+Enter is pressed, the previous window is closed. 445f6372 Fix: selected area was drawn wrongly when you clicked the area below the last line number and dragged it into text area. a197cdd0 New: Favorite file/folder 19281110 New: Direct Tagjump 06491e3c New: Favorite file/folder New: Direct Tagjump Imp: Assign a new icon to reopen a44b94ad Update version 0dd13366 Fix: Task tray menu remains on screen even when it is doubleclicked 4d6ee327 Fix: Tab arrow is drawn on the line number area c959f93f New: condition statement in CEditDoc::ExpandParameter() 20bcc27a Imp: Reduce memory consumption New: Enable/disable tab string editbox according tab arrow checkbox 501f0193 Imp: Reduce memory consumption 8a5ba736 Fix: No drop onto read-only file 87d0d709 Fix: remove duplicated "include" 95a00824 Fix: type was missing at declaration f3c81466 Fix: missing include 5899fc7e Update version 4c0440ac Fix: Hidden attribute is lost after overwrite failure Fix: Memory leak after overwrite failure 0a309e25 Fix: Lose bookmark after save or reopen 51135eb5 Fix: CDocLineMgr::WhatKindOfChar() 13ccb749 Imp: No loss of previous file in case of cancellation of open after close fe91843e set current directory to Initial directory of file open/save dialog instead of top item of MRU list. 8210a493 Fix: Caret is shown on newline mark. e434901f Add keyname for US keyboard to the key customize configuration e0ac5282 Add OleTypes.h a5f503b0 New: Arrow tab mark 07827a52 Fix: Selected combo box after [Update] was pressed. e28b21c1 Fix: Popup menu remains when a new window is created by doublieclick of task tray icon. 65b7c173 Fix: Redraw of bracket pair Fix: Underline disappars when line gap == 0 and bracket pair hilight is enabled. Imp: Accelerate Undo/Redo in case of bracket pair hilight is enabled. 39f44961 Update copyright c77b891c Keep: +abap4.kwd b52ad224 Fix: remove floating point calculation in order to remove implicit type conversion. 1cc3fa4f Chg: Concentrate macro function handling 57dc8966 Fix: Key Focus is on disabled button in print preview mode when the number of page is 1. 52fc2d49 Imp: use fwrite when writing profile. 0893db9e Add: add java keyword bd392bee Keep: +java.kwd dc112e0c Chg: Shift position of search box by 1 dot bef063f7 Fix: owner of the grep dialog box is NULL when grep is launched from command line. f3d4f59f Fix: Gap between line number and text are not redrawn when line number display is disabled. 4370e315 update version info e7e486af Chg: max value of line space/column space bb5d4f67 Fix: not to return local pointer e3431846 New: Enable tag jump on error message of gcc and javac 2657fecd New: Fix window position dc9ce650 New: short name in file path appearance Fix: missing file in makefile Add: help id 076672e8 Chg: Font size of search box Update version number Chg: update sakura.hh de69bf9c Fix: Hilight parenthesis 1e057f36 Fix: shortcut key for popup menu didn't work 8c1b521e Remove commented include directives 4983db49 Fix: show error message when diff.exe doesn't exist. 5f78d296 change version number 34505315 Chg: Show vertical bar when marked line hilight is not enabled. 67761726 Fix: Change popup timing of task tray menu 9facfe14 Fix: Word selection between parenthesis was not hilighted. 6aea3217 Fix: keyword hilight didn't work well 980b9bf5 Chg: Add extension dsr & dob for VB mode 3e6af829 Update version number 4cce0b63 New: Add $x, $y to special parameter for external command execution f7dcae4a Fix: PPA didn't work in case of optimized compilation f0e92a82 Fix: TOHANEI and TOZENEI were reversed 5b7d633d Imp: Specify small icon at window creation fdcc4421 Imp: Accept quoted argument in commandline option 972d486a Update version 3f8883f0 New: Notify file update as status message Imp: Choices when file is updated. New: Ignore file update cf5ed101 New: Notify file update as status message Imp: Choices when file is updated. New: Ignore file update New: Reopen command 22326b7a Keep: +mathml2.kwd e7c19dc7 Update BugsInfo.txt and version number 4fee8bd4 New: customization of application icon 42dce5ab Keep: +php.kwd aff3273e Keep: +php.khp d672c433 Fix: Tab order: Type configuration - screen Fix: Some double byte characters are misconsidered identical Fix: "Other indent character" on type configuration cannot handle double byte character 629642be Fix: misrecognition of identity of charactor: apply my_icmp.h to all sources. bdcad8a6 Update BugsInfo.txt 92dba3e5 Update version number. Update BugsInfo.txt Update request.txt 6c6173b9 New: Change grouping of function key bar Fix: (WinXP) unintended item is selected when color bar of the bottom item in color setting of typed configuration. Fix: Mismatch of key & shift status display in key assign page of common configuration when assgned key selection is changed. Fix: Add horizontal scroll bar to diff & file compare dialog. Fix: Crash when depth of text outline is more than 32 level. Fix: Wrong popup menu in backup configration page in common configuration. Fix: Outline analysis items are not sorted even though "Alphabetical order" is selected. Fix: Order of items is not preserved once sort listbox is changed in C++/Java outline analysis. Fix: "Change search mark" does not work after search in regular expression. Fix: Ghost items are added to sort order listbox in outline analysis when the dialog box is reopened. Fix: Duplication of access key in diff dialog box ea9fc69e Fix: all of documents must in the screen when vertical scroll bar becomes disabled. fa3a2365 Fix: avoid infinite loop even if tab_width >= screen_width f961be15 Fix: pointer to member function f024f520 Update bugs, requests a66660c0 increment version number b6501fb5 New: sort outline tree Imp: combine separated namespace (C++ outline) Fix: misrecognition of class name when colon follows class name without space 5a084e34 Fix: Crash when a character is entered with rectangular selection including end of file 99e8341c Chg: extention bound to "text" type: remove "doc", add "log" 19e46a4c Chg: Show line number in script error dialog box ea8fff77 Imp: C++ outline analysis 090e15d7 Fix: UTF-7 Encode Fix: $f,$g (in external command) didn't support Japanese character Chg: only D codes are directly encoded to UTF-7 New: CEditDoc::GetFileName() 9efd0899 Chg: Selection when cursor is moved after lines are selected with mouse 01b9da5d Imp: Icon registration time 6e046dc9 Fix: File open parameter SHARED_FILE_WRITE 0a0a9f3c Update Bugsinfo.txt Increment version number 83a809ea New: Macro "GetSelectedString" for PPA & WSH daa9b350 Fix: Error message in case that the file is in use. bfbc0a66 Fix: Caret can move into TAB Fix: Parenthesis highlighting at the end of line c520bcd3 Chg: line number color of marked line Chg: RunningTimer License description bf28b676 Modify Version for release 36c4cf43 Modify: Refine CRunningTimer Modify: Add timer object (debug mode only) a9dc3613 Chg: Hilight bracket pair after entering bracket 7a9995ec Fix: Font change is reflected to IME font 4cd4330c Change version number 7bd9d5b5 Fix: abstract method is not shown in Java outline c18b5ff1 Fix: Java Outline : add "interface" Fix: Java Outline : misrecognize cast as method delcaration e279d2d7 Fix: data size of common - backup - backup folder 09547f6a Chg: tx2x indent pattern Fix: Caret position in indented wrapped line Fix: Eliminate Tab/Space insertion to wrapped line Fix: Line selection of indented wrapped line Rename: CLayoutMgr::DoLayout3_New to CLayoutMgr::DoLayout_Range Rename: CLayoutMgr::getIndentOffset_Yazaki to CLayoutMgr::getIndentOffset_Tx2x Move: CLayout::m_nTypeNext to CLayoutMgr::m_nLineTypeBot c0d7fe98 Fix: comment in _mbcjmstojis_ex 11051d04 Chg: Cleanup non-used code e7b57d70 Chg: Elegant algorighm to check lead byte of SJIS character 85bca600 Chg: utilize _IS_SJIS_1(), _IS_SJIS_2() Chg: WM_CHAR accepts double byte character 16a30a24 Fix: Outline window/Bookmark window switch fail. (Format is changed, but contents are retained) 7f0c4e79 Fix: Types-Support-Wordfile is not saved correctly. Fix: Buffer overrun at Common - Keyword - Add Keyword set Fix: Wrap indent policy (white space): No indent even if the second line failed to indent. 947935ce Add: Convert IBM extention code to NEC code when converted to JIS/EUC 43bb5e7b Fix: data after incomplete ESC sequence of JIS coded file are lost 65f52c54 New: indent of wrapped line d3b4087f Fix: comment coloring Fix: limit string length when reading from ini. a1faf2eb Add release label 40b203b9 Refine Comment/Quote check 695b4440 Refine Comment/Quote check be8b076e Fix: character is lost when UnicodeLE/BE file with CR or LF newline. Fix: -CODE didn't work Fix: newline code is broken when SJIS/EUC/JIS coded file is saved as Unicode. Add: grep under assumption of character code Add: -GCODE option Fix: remove EOL_CRLF_UNICODE = CR0LF0 Shared structure version = 36 f711b629 Imp: Tab configuration 1-64 Imp: Gap between line number and text Imp: CEditView calls CLayoutMgr::GetTabSpace() for tab width b79188af Keep: +PPA,Macro f66b1f37 Keep: +PPA.KWD 515c50e7 Fix: Spin box is not integrated to edit box in [Common Setting]-[Window] Fix: configuration "Use document icon" is not saved ecc50dad New: Hilight bracket pair 1a8cd96c Fix: complie error when WINVER >= 0x040A Chg: lines that start with # are excluded of smart intdent Fix: potential memory leak in smart indent New: Gap at the right of line number a0085b38 Fix: wrong column position was given as grep result Mod: some redundant codes are removed 3670d4a7 New: Grep on large file Fix: grep related bugs New: Add to move history New: Change document Icon 6a9546c8 New: Grep on large file Fix: grep related bugs New: Add to move history New: Change document Icon 07936280 Fix: crash at executing WSH script b561a97b Chg: CMacroFactory Add: WSH support 938c0b92 Chg: Tag jump for relative path Fix: file handle leak Fix: progress bar for file open 73f980c3 Fix: correct recognition of file name in command line parameter. Fix: Focus of tiling window 1bc62b5b Chg: window order of tile window Chg: Go to start point of search Fix: S_CurLineCenter a2405c53 Keep: +HSP.KHP f6abe9b5 Keep: +HSP.RL 158f2ccb Fix: Column position of grep (hit on word) Fix: '^' of reguar expression 3b1c27d3 Keep: +TTL 789d0578 fix: Refer dialog of ExecCommand Chg: Add param to ExtHtmlHelp 81923c9b Keep: +perl 27f0aa0c Fix: diff doesn't work be29b6ca Fix: Application error at exporting keybind Fix: Too strict type checking in keyboard macro Fix: Diff menus are disabled after the file is modified New: Jump to start point of search Fix: Config Dialogs now work on windows 95 37fd26a5 New: dropdown menu and search box on toolbar New: diff mode New: insertion of control code New: Unicode big endian Fix: Replacement with pattern including new line. Imp: Macro error check & compatibility 6e87f2bd Imp: File save speed Fix: Redraw Fix: Caret position Fix: Caret position shown on scroll bar 6162abfd New: Jump by logical line Fix: ruler wasn't updated in case of horizontal scroll by scroll bar Fix: Resource leak 6f288fd7 Fix: Strange selection in case of using mouse Chg: Minimal height of ruler = 2 d98a7e98 Fix: EOL at saving in UNICODE Fix: Resource leak Fix: Strange selection in case of using mouse 9f868b4f Chg: Distinguish macro type by extension 6563f41d Chg: Hide underline when focus is lost Fix: Checkmark in window menu 548ebbeb Chg: Distinguish macro type by extension Add: Show 1byte space 7a0f372d Add: Move to next/previous paragraph 6db909da Add: Reconversion icon 1577d0b7 Fix: kinsoku (EOF) New: reconversion for WXG Mod: copy to clipboard Add: option for jump to paragraph c7221f85 New: Drag & Drop from system icon New: Move to paragraph Mod: Cursor position at splitting 180455df New: Kinsoku: CR burasage New: Kinsoku punctuation marks burasage a1d713ee New: menu for reconversion New: kinsoku fe1cb5c5 Chg: Position of custom menu Fix: selection Fix: wrap at current window width Fix: Focus after replace all Fix: Underline display Improve: charactor selection with mouse 7c3dde8f New: Reconversion New: User defined outline analysis Imp: Performance of "replace all" 59d1a086 Fix: Backup to trashbox Fix: -GREPMODE Chg: GetPtr() Chg: CLayoutMgr f11cab18 Fix: print header position Fix: rular scroll 6f15321b Chg: complement New: Grep dialog New: Move between bookmark and outline by menu command Fix: Some file operations were not recorded 33d18f94 New: -TYPE in commandline Fix: (PPA.DLL) all macros are assigned to last macro New: Copy with new line Fix: Remove keyward affects type setting 7299a108 (none) 882d4730 New: State indication of read only button New: Grep by word Fix: Wrong argument recognition of macro cfa93fa3 Fix: Grep dialog is not shown Fix: size box d4c0f94b Chg: Ctrl+Home Chg: Move by word New: Read only (menu) Fix: winNT/ Help-index Fix: reduce flicker of ruler and underline Fix: resize box when maximized Fix: foler dialog appears when backup tab is selected ed46fbdd Fix: Dialog box appears as before when save unnamed text Fix: Font setting is discarded when dialogbox is closed with cancel button Fix: Reduce flicker of rular 0990fdf8 2/23 35689d4f Delete obsolate files a93dac0c Refine Headers Improve Prints deec8c9d Improve Print (Header/Footer, etc) 6390f4cc Add compiler id on AboutBox bf541c62 no message 71c255f4 Fix: crash at replacement of '/' 229f2c04 Integrate CShareData_new2.cpp to CShareData_new.cpp 3bc926fe Integrate CShareData_new2.cpp to CShareData_new.cpp 122c0a22 Add: PPA etc 1cb33d2a A lot of changes Thanks to MIK/hor/YAZAKI/Aroka/novice d09373c2 A lot of changes Thanks to MIK/hor/YAZAKI/Aroka/novice 7eee96e5 Keep: +html.kwd be596358 Fix: buffer overrun Del: unused code de79c697 Fix: buffer overrun Del: unused code 8e7d6841 Chg: License description Chg: Comment description 9f51635a New: Bookmark (hor) New: Put backup file into dustbox (MIK) New: Replace in selected area (hor) New: Soft Indent (hor) Chg: icons etc... a34c324a New: Bookmark (hor) New: Put backup file into dustbox (MIK) New: Replace in selected area (hor) New: Soft Indent (hor) Chg: icons etc... 29c67947 R1.2.103.0 80d83c69 Keep: +pli.kwd 7e57a28b New: Regular expression keywords New: Context Help in Key Fix: small bug in the initialization of type setting Fix: small bug in the key assign screen 77f27099 New: Regular expression keywords New: Context Help in Key Fix: small bug in the initialization of type setting Fix: small bug in the key assign screen 1e92345d Keep: +VBScript.kwd 52a06661 Keep: +batch.kwd c380ed42 Keep: +vb_asp.kwd d6a1e2cd Chg: Export key map in text format Chg: Keybind dialog Fix: Keybind dialog Fix: color of negative number 3cc234e2 Chg: Filename of executable : sakura.exe 0d26a34e Keep: +shell 246e9b89 Keep: +COBOL 1d50cd9c Fix: Coloring of numbers Fix: Last position of jump history Fix: Key assign list is updated after import 5caa6da0 Add: new variables for external command Add: new parameter on Command_GOLINETOP Fix: Keyword Hilight Fix: Let key assign list use CFuncLookup Fix: Restoration of cursor position 879678ac Keep: +TeX 40ce338b Fix: Cursor jump for files that is already opened. e18565b9 Add: Title of custom menu is now changable. Fix: File name comparison problem. 5413f2e0 Chg: Add option to surpress warnings e087b2ec Fix: D&D file identification problem Chg: license 0ac6b3ab Add: macro "ExecCommand" Fix: help id 86e743c8 Add: external macro Merge: macro branch 353e4696 Fix: box paste problem at the end of file e44bacc3 Fix: run external command Fix: unappropriate underline at click after an indent/unindent operation fcd79953 Fix: Paint the gap between ruler and line number background color of line number 9ed0d8e6 (none) 70667965 Chg: Startup code de6105a9 Fix: Menu problem on Win95 8c1d8b09 Add: support tag-jump by borland style message e789f5a4 fix: for BCC 9efd7db0 Resource convert tool for BCC 117f943c Add: for BCC 9d9611ee fix: for BCC Add: special pattern for external command execution 4ddd348c New: han2zen 10f51811 (none) 230dd009 Chg: Print Preview, Print page 84b2c7c7 RESET 443e0a47 Keep: +T-SQL 999707ed (none) 5152d4a9 Fix: line scroll d91fd325 Fix: Extend class buffer in c++ outline analysis d2fe72fc Chg: delete UR from popup a72c0893 Chg: delete UR from title bar b152caa3 Fix: just comments 6e5a15d1 Chg: toolbar icon file name ea175f95 Add: Assign help on new function eefdae35 Add: Assign help on help sheet in type setting 2f30440e Add: Assign help on one line scroll 1a003d1c Chg: delete comments ab0f6d7d Chg: just strings Add: Assign help on backup date policy e2c8ff66 (none) 2d1b45a5 Chg: Version ccf56c71 Fix: just comments 9e2748c4 Chg: Dynamic loading of HTML help method Fix: no duplicate Replace dialog Fix: some comments fec8a396 Fix: Activate help 7b4a6c3a Fix: just comments Fix: use 16dot icon for task tray Chg: Dynamic loading of HTML help method acf4955e Add: HTML Help access function Add: NT check function ca2fe105 Fix: just comments Add: assign a function number to new property sheet 546ed1de Chg: default value 647b9a1a Chg: Dynamic loading of HTML help method Chg: htmlhelp.lib is no longer needed 7fe4c27c Chg: Dynamic loading of HTML help method dcfc1e14 Chg: Add an argument to initialize methods 8ced53e3 Fix: Skip system resource check 74aaa0d2 Chg: by jepro f42b6cd7 Add: Read icon bitmap from bitmap file 7c093099 Fix: exec external program 2724da03 Fix: allow only one GREP dialog from task tray 070e1434 Fix: just a string 98dc55e8 Chg: some dialog boxes d8330b2f Chg: configuration icon, date icon etc. 1ae564b5 Chg: Change regular expression library detection flow bbe10137 Fix: Version 1c9aea25 (none) 69050e17 Add: assign new icons 5ad3a795 Chg: Name of functionality 0f41590c Fix: Dialog boxes and version e45d6020 Chg: Just a string in outline analysis a53ea88f Chg: Name of functionality d5382b93 Cleanup 0296afec Chg: Replace regular expression engine d3d544e5 Chg: Remove a #include 482b8b19 Chg: Version 6b017df9 Fix: just a comment f50542c0 Add: regular expression support function 10353614 Add: Init() 2d2ea8f1 JRE32 is no longer used 2d9693a8 Fix: type of argument (const char*) Fix: pointer NULL clear at BRegfree dac9db31 Fix: type of argument (const char*) 2dcb5aba not sure aef523ad Remove unlicenced icons 68a4c33c Cleanup 9d853334 Update by Jepro 93060f97 Fix: Dialog box design, tab order and access key 9e96de33 Fix: just a comment 78e84514 Chg: default key assign (by jepro) 9c790b26 (none) 3f35aa42 Replace regular expression library a8320353 Cleanup ff1bcd42 Add: Word Search Fix: child process creation 5aa508b2 Add: Outline analysis for Visual Basic b7842bd3 Add: Word search (fake for GREP) 9e6f33a7 Add: Word search Add: Outline analysis for Visual Basic d8e1d2fd Add: Word search a38ba645 Add: New command linee for Word Grep 9e69503c Add: Outline analysis for Visual Basic 96efbf15 Add: Word search (fake for GREP) 05de13ec Fix: TraceOut() 234d8aa7 Add: Word search 90ffa4ef Fix: Output window 926fd2b0 Add: New command line option for GREP 7d1d3786 Add: insert Sleep(1) for realtime trace ef88c22b Add: Outline analysis for Visual Basic 4f4cc83d Add: Word search 0646a1fd Add: Word search 0a0b6a4b by asa-o Fix: scroll with fixed caret 66ee0e85 by Stonee Fix: {} is no longer considered a part of URL 1b427cec by asa-o Add: scroll with caret position fixed Add: synchronized scroll when window is splitted 67a1f121 Keep: +rtf 2430f698 Fix: Window Procedure 3eb69903 by asa-o Chg: Move IgnoreCase setting from common config to type config Chg: Auto adjustment of window position of popup keyword help Chg: No candidate window when the number of candidate is only one. 4e76ad5d Fix: Menu caption(TextEditor->SakuraEditor) 3963d168 Change by asa-o New: move keyword complement and dictionary from common setting to type setting 44631c04 Add: GPL declaration to all source codes. Chg: About box f6218015 Fix: Involve labels to enable/disable control 1f3fde45 Fix: 3rd line comment dosn't work Chg: Enable/Disable column box for line comment Remove jepro's experimental codes (already deleted) 2dbf2a3e Jepro's change: New: Icon for Space2Tab Chg: Enable 3rd line comment Chg: Icon design 25c92a29 Fix: delete a function that is not declared in class definition Chg: Update request 0f9c695c Chg: Dialog procedure of Common setting 70b2f95b New: Tab2Space (by Stonee) 9aefdf73 Chg: helptopic lookup Chg: PropType-Color dlgbox (preparation of additional line comment) Add: Up-down button next to start column fileld in PropType-Color dlgbox 8f37ea30 Fix: all redraw at outline analysis Chg: default file name at "save as" 8ba2d91b Add: Column based comment coloring cc7b1f0b Fix: flicker when resizing 0090cd99 Fix: Back tag jump Fix: CreateTaskbar Message handling bc64e0b4 Merged difference between "DEV_1_3" root and "Inermission" 58012d8d Keep: +vb2.kwd bd704b74 Keep: +VB.KWD 9fd72b9c Add: IME Control d490a4e4 Fix: Version number 054aec31 Fix: keycode of '_' 52f655b3 Add: MIME Encodeされた文字列をファイル読み込み時にDecodeするかどうかを決めるオプションを追加. b5555abb Initial revision 756ed7f5 New repository initialized by cvs2svn. d6ffc6d4 Keep: +perlvar.kwd ea5529a0 Keep: +awk 3764abf2 Keep: +pascal 484ce718 Keep: +corba.kwd 9a4a1041 Keep: +plsql.kwd b9246be9 Keep: キーワードファイルを削除(更新日時合わせのため) 7b0e5404 Keep: アーカイブを展開、キーワードを階層化 unicode:1801 296ff53f 「送る」に追加"はやめておく(複数ファイルに対応できていないため) 78bc516d タイムスタンプ維持のためアーカイブにまとめた c78b67a9 rev2083改行コード戻しのミス訂正 a17e9c4c ・"エクスプローラの送るに追加"に対応(Wiki>Request>SendToへの登録) ・改行コード戻し(CSS2-GPL.txt, pukiwiki-readme.txt) ・インストーラスクリプトファイル名の名前変更(sakura2.iss -> sakura.iss) >>unicode:1754 e4c4f175 マルチユーザ指定時は"{userappdata}\sakura"ディレクトリを作成する ※Win7で設定フォルダへのショートカットがうまく認識されないのを回避するため ecf5da0f OS バージョン制限(Windows 2000 以上)を追加 1623b237 作業ディレクトリ指定を空に戻す 13eedf32 Unicode installer trunk starts c1357c0c git-svn-id: https://svn.code.sf.net/p/sakura-editor/code/installer/trunk2@2065 f7ce1907-e4c7-47ca-9f76-12c87ed2c91c