Friday, March 1, 2024

CSS style


This is the code for the Code Editor. 


    -> Inherit global variables

    -> Inherit global functions 

     -> Calling global variables to set up the code editor interface


Variables Prototype for general settings ( this case is a title)


        measurement = "px";

        width = 800;

        height = 600;

        background_color = "white";


Variables Prototype for  title


        category = "tile";

        text = "Code Editor";

        text_style = "underline";

        text_size = 30;

        localization_top =  5;

        localization_left =  10;


        Ex:  Code Editor


Variables Prototype for  loops auto builds (general settings)       


        loop_name = top links

        loop_data = "file";


Variables Prototype for  top links


       layer = 1;

       background_color = "white";

        build_background();

 

        category = "menu links";

        localization_top =  5;

        localization_left =  100;

        background_color = "#32383a"; //Gray

        text_size = 20;

        action = "clicable";


        layer = 2;

        region =  top links

        hight  = 100

        width = automatic 


        link_id = 1;

        link_name = "File";

        link();

        link_hover();


        link_id = 2;

        link_name = "Edit";

        link();


    Variables Prototype for  left panel  


        category = "left panel";

        localization_top =  100;

        localization_left =  5;

        text_style = "bold";

        layer = "top";



        link_id = 1;

        link_name = "Categorys";

        link();


      Variables Prototype for  left panel  


        category = "right panel";

        localization_top =  100;

        localization_right =  5;

        text_style = "bold";

        layer = "top";


        link_id = 1;

        link_name = "library - ";

        link();


        category = "code area";

        localization_top =  100;

        localization_left =  100;

        text_style = "bold";

        layer = "top";


        while(1)

        {

            view_lines = 1

            view = "display width line"

            open_file() 

            display_file()

        }


No comments:

Post a Comment

hi

Rules

Rules, Steps & methods This is the current way to implement and be implemented but there could be more things to add : Root or loader  (...