Skip to content

Commit

Permalink
Add feather ignore directives to main shell object
Browse files Browse the repository at this point in the history
  • Loading branch information
nickavv committed Jul 11, 2023
1 parent 1ff95a7 commit 56cd7ff
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 1 deletion.
3 changes: 3 additions & 0 deletions rt-shell/fonts/font_console/font_console.yy

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions rt-shell/fonts/font_demo/font_demo.yy

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions rt-shell/objects/obj_shell/CleanUp_0.gml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// feather disable all
// feather ignore all
surface_free(shellSurface);
if (ds_exists(deferredQueue, ds_type_queue)) {
ds_queue_destroy(deferredQueue);
Expand Down
2 changes: 2 additions & 0 deletions rt-shell/objects/obj_shell/Create_0.gml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// feather disable all
// feather ignore all
isOpen = false;
isAutocompleteOpen = false;

Expand Down
2 changes: 2 additions & 0 deletions rt-shell/objects/obj_shell/Draw_64.gml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// feather disable all
// feather ignore all
if (isOpen) {
draw_set_font(consoleFont);
draw_set_halign(fa_left);
Expand Down
2 changes: 2 additions & 0 deletions rt-shell/objects/obj_shell/Other_10.gml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// feather disable all
// feather ignore all
/// @description Initialize Native Scripts

/*
Expand Down
2 changes: 2 additions & 0 deletions rt-shell/objects/obj_shell/Step_0.gml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// feather disable all
// feather ignore all
if (saveHistory) {
if (!loadedSavedHistory) {
self._load_history();
Expand Down
2 changes: 1 addition & 1 deletion rt-shell/rt-shell.yyp

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 56cd7ff

Please sign in to comment.