Skip to content

Commit

Permalink
Added searching of 'samples' folder into Examples tab.
Browse files Browse the repository at this point in the history
  • Loading branch information
engor committed Jul 28, 2018
1 parent dc3d492 commit b1b1747
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions view/ExamplesView.monkey2
Expand Up @@ -54,7 +54,7 @@ Class ExamplesView Extends DockingView

Private

Const VALID_FOLDERS:=New String[]( "bananas","examples","tests" )
Const VALID_FOLDERS:=New String[]( "bananas","examples","samples","tests" )

Field _tree:TreeViewExt
Field _dirIcon:Image
Expand Down Expand Up @@ -207,7 +207,7 @@ Class ExamplesView Extends DockingView
If lowercasedName="src" Or lowercasedName="include" Or lowercasedName="native" Or
lowercasedName="bin" Or lowercasedName="docs" Or lowercasedName=PathsProvider.MX2_TMP Or
lowercasedName.Contains( ".product" ) Or lowercasedName.Contains( ".buildv" ) Or
lowercasedName="module-manager"
lowercasedName="module-manager" Or lowercasedName="contrib"
Continue
Endif
Local path:=folder+name
Expand Down

0 comments on commit b1b1747

Please sign in to comment.