Skip to content

Commit

Permalink
Merge pull request #777 from tiamatica/icons
Browse files Browse the repository at this point in the history
added and re-arranged icons in tracer
  • Loading branch information
e9gille authored Sep 28, 2021
2 parents 3188ce9 + 6f3ac4e commit 3c41f09
Showing 1 changed file with 21 additions and 16 deletions.
37 changes: 21 additions & 16 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -283,40 +283,41 @@
</div>
<div id=ed_tmpl class="ride_win edit_trace" style=display:none>
<div class=toolbar>
<a href=# class='tb_btn tb_QT tc_only' title='Quit this function'>
<span class="far fa-times-circle"></span>
</a>
<a href=# class='tb_btn tb_EP ed_only' title='Save changes and return'>
<span class="far fa-times-circle"></span>
</a>
<span class='tb_sep'></span>
<a href=# class='tb_btn tb_LN' title='Toggle line numbers'>
<span class="fal fa-list-ol"></span>
</a>
<span class='tb_sep tc_only'></span>
<a href=# class='tb_btn tb_ER tc_only' title='Execute line'>
<span class="fas fa-eject" data-fa-transform="shrink-3 rotate-90"></span>
</a>
<a href=# class='tb_btn tb_TC tc_only' title='Trace into expression'>
<span class="fas fa-level-down" data-fa-transform="shrink-3"></span>
</a>
<a href=# class='tb_btn tb_BK tc_only' title='Go back one line'>
<span class="fas fa-arrow-left" data-fa-transform="shrink-3"></span>
</a>
<a href=# class='tb_btn tb_FD tc_only' title='Skip current line'>
<span class="fas fa-arrow-right" data-fa-transform="shrink-3"></span>
</a>
<a href=# class='tb_btn tb_BH tc_only' title='Stop on next line of calling function'>
<span class="fas fa-level-up" data-fa-transform="shrink-3"></span>
</a>
<span class='tb_sep tc_only'></span>
<a href=# class='tb_btn tb_RM tc_only' title='Continue this thread'>
<span class="fas fa-angle-right"></span>
</a>
<a href=# class='tb_btn tb_MA tc_only' title='Continue execution of all threads'>
<span class="fas fa-angle-double-right"></span>
</a>
<a href=# class='tb_btn tb_WI tc_only' title='Interrupt'>
<span class="far fa-pause-circle"></span>
<span class="fas fa-angle-double-right"></span>
</a>
<span class='tb_sep tc_only'></span>
<a href=# class='tb_btn tb_ED tc_only' title='Edit name'>
<span class="fas fa-pencil-alt" data-fa-transform="shrink-3"></span>
</a>
<a href=# class='tb_btn tb_EP ed_only' title='Save changes and return'>
<span class="far fa-times-circle"></span>
</a>
<span class='tb_sep'></span>
<a href=# class='tb_btn tb_QT tc_only' title='Quit this function'>
<span class="far fa-times-circle"></span>
</a>
<a href=# class='tb_btn tb_WI tc_only' title='Interrupt'>
<span class="far fa-pause-circle"></span>
</a>
<a href=# class='tb_btn tb_CBP tc_only' title='Clear stops for this object'>
<span class="fa-layers">
<span class="far fa-clock" data-fa-transform="shrink-8 down-4 right-4"></span>
Expand All @@ -326,6 +327,10 @@
</span>
</a>
<span class='tb_sep ed_only'></span>
<a href=# class='tb_btn tb_LN' title='Toggle line numbers'>
<span class="fal fa-list-ol"></span>
</a>
<span class='tb_sep ed_only'></span>
<a href=# class='tb_btn tb_AO ed_only' title='Comment selected text'>
<span class="fa-layers">
<span class="fa-layers-text" data-fa-transform="grow-4 up-3" style="font-family:apl"></span>
Expand Down

0 comments on commit 3c41f09

Please sign in to comment.