Skip to content

Commit

Permalink
Merge 2eb1ebb into ea0692a
Browse files Browse the repository at this point in the history
  • Loading branch information
7-rate committed Mar 6, 2020
2 parents ea0692a + 2eb1ebb commit 1e48e21
Show file tree
Hide file tree
Showing 22 changed files with 867 additions and 9 deletions.
3 changes: 3 additions & 0 deletions help/sakura/res/HLP000067.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@ <h2>Grep</h2>
<b>フォルダの初期値をカレントフォルダにする</b><br>
&nbsp;&nbsp;&nbsp;&nbsp;現在開いているファイルがあるフォルダを(フォルダ)の初期値にします。次回のダイアログ表示時に反映されます。<br>

<b>ripgrepを使う</b><br>
&nbsp;&nbsp;&nbsp;&nbsp;sakura.exeと同ディレクトリにrg.exeがあれば<a href="https://github.com/BurntSushi/ripgrep">ripgrep</a>を使用します。(sakura:2.4.0.0以降)</br>

<b>&lt;結果出力&gt;</b> … 検索条件に合致した箇所の出力方法を指定します。合致した箇所はその先頭の合致箇所の位置が示され、<a href="HLP000075.html">タイプ別設定 『カラー』プロパティ</a>で「検索文字列」に指定した色でハイライト表示されます。<br>
<div class=li200>
<b>該当行</b> … 合致した箇所のある行全体を表示します。<br>
Expand Down
Binary file modified help/sakura/res/images/Grep.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions sakura/sakura.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -416,6 +416,7 @@
<ClInclude Include="..\sakura_core\extmodule\CHtmlHelp.h" />
<ClInclude Include="..\sakura_core\extmodule\CIcu4cI18n.h" />
<ClInclude Include="..\sakura_core\extmodule\CMigemo.h" />
<ClInclude Include="..\sakura_core\extmodule\CRipgrep.h" />
<ClInclude Include="..\sakura_core\extmodule\CUxTheme.h" />
<ClInclude Include="..\sakura_core\Funccode_define.h" />
<ClInclude Include="..\sakura_core\Funccode_enum.h" />
Expand Down Expand Up @@ -783,6 +784,7 @@
<ClCompile Include="..\sakura_core\extmodule\CHtmlHelp.cpp" />
<ClCompile Include="..\sakura_core\extmodule\CIcu4cI18n.cpp" />
<ClCompile Include="..\sakura_core\extmodule\CMigemo.cpp" />
<ClCompile Include="..\sakura_core\extmodule\CRipgrep.cpp" />
<ClCompile Include="..\sakura_core\extmodule\CUxTheme.cpp" />
<ClCompile Include="..\sakura_core\func\CFuncKeyWnd.cpp" />
<ClCompile Include="..\sakura_core\func\CFuncLookup.cpp" />
Expand Down
6 changes: 6 additions & 0 deletions sakura/sakura.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -1097,6 +1097,9 @@
<ClInclude Include="..\sakura_core\GrepInfo.h">
<Filter>Cpp Source Files</Filter>
</ClInclude>
<ClInclude Include="..\sakura_core\extmodule\CRipgrep.h">
<Filter>Cpp Source Files\extmodule</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<None Include="..\resource\auto_scroll_center.cur">
Expand Down Expand Up @@ -2276,6 +2279,9 @@
<ClCompile Include="..\sakura_core\GrepInfo.cpp">
<Filter>Cpp Source Files</Filter>
</ClCompile>
<ClCompile Include="..\sakura_core\extmodule\CRipgrep.cpp">
<Filter>Cpp Source Files\extmodule</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<Image Include="..\resource\auto_scroll_center.bmp">
Expand Down

0 comments on commit 1e48e21

Please sign in to comment.