Skip to content

Commit

Permalink
Safe changed files and clear message view
Browse files Browse the repository at this point in the history
Ref. #243
  • Loading branch information
Alexander Senier authored and senier committed Jul 6, 2020
1 parent 8a9f570 commit 4f0d69e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions ide/gnatstudio/recordflux.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@
<filter id="RecordFlux"/>
<filter id="Source editor"/>
</filter_and>
<shell show-command="false">MDI.save_all</shell>
<shell show-command="false">Locations.remove_category "RecordFlux"</shell>
<external>rflx check %F</external>
<on-failure>
<shell lang="python" show-command="false">recordflux.parse_output(&quot;&quot;&quot;%1&quot;&quot;&quot;)</shell>
Expand All @@ -61,6 +63,8 @@
<action name="check_all">
<filter id="File"/>
<shell show-command="false">MDI.save_all</shell>
<shell show-command="false">Locations.remove_category "RecordFlux"</shell>
<shell lang="python" show-command="false">recordflux.get_source_files()</shell>
<external>rflx check %1"</external>
<on-failure>
Expand All @@ -73,6 +77,8 @@
<filter id="RecordFlux"/>
<filter id="Source editor"/>
</filter_and>
<shell show-command="false">MDI.save_all</shell>
<shell show-command="false">Locations.remove_category "RecordFlux"</shell>
<external>rflx generate -d generated %F</external>
<on-failure>
<shell lang="python" show-command="false">recordflux.parse_output(&quot;&quot;&quot;%1&quot;&quot;&quot;)</shell>
Expand All @@ -83,6 +89,8 @@
<filter_and>
<filter id="File"/>
</filter_and>
<shell show-command="false">MDI.save_all</shell>
<shell show-command="false">Locations.remove_category "RecordFlux"</shell>
<shell lang="python" show-command="false">recordflux.get_source_files()</shell>
<external>rflx generate -d generated %1"</external>
<on-failure>
Expand Down

0 comments on commit 4f0d69e

Please sign in to comment.