Skip to content

Latest commit

 

History

History
105 lines (96 loc) · 2.45 KB

File metadata and controls

105 lines (96 loc) · 2.45 KB

This documentation is about how this project has been arranged

* means that it is a file and the ''(without * means that it is a folder in the FalconXOS folder)

Note : FalconXOS being the main folder neither has an * nor a ''

This is the basic project overview {

-FalconXOS
   -'.github'
      -'ISSUE_TEMPLATE'
         -*bug_report.md
         -*feature_request.md
      -'PULL_REQUEST_TEMPLATE'
         -*pull_request_template.md
      -'workflows'
         -*codeql-analysis.yml
   -'.vscode'
         -*launch.json
         -*tasks.json
    -'apps'
         -*MainMaker.java
         -*Writepad.java
   -'data'
      -'Project Manager'
         -*Read.md
      -'Shortcuts'
         -*Read.md
   -'debug'
         -*Test.cs
     -*Test.js
   -'docs'
         -*AboutComponents.md
     -*AboutSignals.md
     -*ForDev.md
         -*AboutSpecialCommands.md
   -'src'
       -'UFT'
         -*AccessUtility.cs
         -*close.cs
         -*commands.cs
         -*CommandsAll.cs
         -*DebugManager.cs
         -*FileSystem.cs
         -*ListManager.cs
         -*Main.cs
         -*Menu.cs
         -*ProcessHandler.cs
         -*Program.cs
         -*ProjectManager.cs
         -*ProjectView.cs
         -*Shortcut.cs
         -*TerminalKernel.cs
         -*Utility.cs
         -*viOne.cs
         -*RunChangelog.cs
   -'Components'
       -'Shiro'
          -'Crowned'
	     -*ErrorInfo.cs
	     -*InfoList.cs
	  -*ErrorInit.cs
	  -*ErrorInteractor.cs
	  -*ErrorList.cs
	  -'Kuroi'
	     -*ErrorReport.cs
           -*README.md
       -'Zero'
          -'Crow'
	     -*internalversion.cs // Not currently used
	     -*ShiroReceiver.cs
	     -*ShortcutSignal.cs
	     -*Versioncodenamecheck.cs
	  -'Main'
	     -*ErrorReceiver.cs
          -*SignalReceiver.cs
	  -*SignalVerifier.cs
	  -*ZeroSignal.cs
       -'Gray'
          -*Errortunnel.cs
   -*changelog.js
   -*devchangelog.js
   -*README.md
    -*.gitignore
    -*AboutSpecialCommands.md
    -*BranchManagement.md
    -*Changelog.md
    -*Contributing.md
    -*LICENSE
    -*README.md
    -*SECURITY.md
    -*SourceCodeTree.md
    -*SystemRequirements.md
    -*TerminalMainV.csproj
    -*UFT.md
    -*Updates.md
    -*VersionOverview.md

}