Results 1 to 5 of 5

Thread: .tProject-files ?

  1. #1
    thinBasic MVPs
    Join Date
    Oct 2012
    Location
    Germany
    Age
    54
    Posts
    1,533
    Rep Power
    171

    .tProject-files ?

    somehow i just stumbled across- thinAir loads *.tProject-files but to save as such i have to chose *.* and enter it manually,
    help doesn't tell me anything about this type of files.


    anyway: is "*.tProject" just an alias for better overview & similar to handle as *.tBasicU or does it have some special rules?
    I think there are missing some Forum-sections as beta-testing and support

  2. #2
    thinBasic MVPs
    Join Date
    Oct 2012
    Location
    Germany
    Age
    54
    Posts
    1,533
    Rep Power
    171
    a look into thinAir-help told me, there would be a menu-item at the filee-menu "New... Project (CTRL+P)"

    this does not apply to my version of thinAir - i.e. thinAir-help must be a little outdated already...

    So what's the matter with those project-files?

    Did they tell thinAir once to open all included scripts in Editor or something like that?
    I think there are missing some Forum-sections as beta-testing and support

  3. #3
    thinBasic MVPs
    Join Date
    May 2007
    Location
    UK
    Posts
    1,427
    Rep Power
    159

    Cool Back in the Day!!!!

    It is a legacy from and early version.

    Here is version 1.3.0.1 for your appreciation, check out the utilities section and code formatting which I always quite liked.

    Mike C.
    Attached Files Attached Files
    Home Desktop : Windows 7 - Intel Pentium (D) - 3.0 Ghz - 2GB - Geforce 6800GS
    Home Laptop : WinXP Pro SP3 - Intel Centrino Duo - 1.73 Ghz - 2 GB - Intel GMA 950
    Home Laptop : Windows 10 - Intel(R) Core(TM) i5-4210U CPU @ 1.70GHz, 2401 Mhz, 2 Core(s), 4 Logical Processor(s) - 4 GB - Intel HD 4400
    Work Desktop : Windows 10 - Intel I7 - 4 Ghz - 8GB - Quadro Fx 370

  4. #4
    thinBasic author ErosOlmi's Avatar
    Join Date
    Sep 2004
    Location
    Milan - Italy
    Age
    57
    Posts
    8,782
    Rep Power
    10
    Sorry René but it was an old feature written by Roberto Bianchi (original author of thinAir) that I never ported to the new thinAir when Roberto left the project and oblidge me to rewrite thinAir almost from scratch.

    Something in the todo list but never had time to realize.
    www.thinbasic.com | www.thinbasic.com/community/ | help.thinbasic.com
    Windows 10 Pro for Workstations 64bit - 32 GB - Intel(R) Xeon(R) W-10855M CPU @ 2.80GHz - NVIDIA Quadro RTX 3000

  5. #5
    thinBasic MVPs
    Join Date
    Oct 2012
    Location
    Germany
    Age
    54
    Posts
    1,533
    Rep Power
    171
    yes it's a real pain that the time of our lifes is limited.

    The more important it is not to waste any time on repeating the same over and over again and if it's possible then let a function do the repetitive stuff.

    So when we are at thinAir already, please allow the following:
    add some "user"-submenu at thinAir-menubar\Tools += \User

    also add some subfolder on disk, perhaps "C:\thinBasic\thinAir\Config\" &= "Tools_User\"

    where i can put some "myOwn.tBasic"-script (perhaps also some executeable possible- but not necessary)
    and this scripts name appears now as a menuitem "myOwn" on thinAir-menubar\Tools\User

    if i click this menuitem in thinAir then the current in thinAir active script-filename incl. path gets passed as a parameter to my script.

    for example i put in the "c:\thinBasic\thinAir\Config\Tools_User\"-folder some selfmade spellchecking-utility "varname check.tBasic" that scans a script for correct written variable-names, then i start thinAir, load some script, click on thinAir-menu \tools\user on the menuitem "varname check" and thinAir runs the "varname check.tBasic"-script and appends the name of the currently in thinAir active script as parameter so my "varname check" will retrieve OS_GetCommand for the filename and then test that current in thinAir edited script for typos.

    If the script to check here has not been saved yet (after changes or not at all) then disable the Tools\User-submenu

    ...also an option in thinAir-config to auto-load all #include-files and all #include'd in them would be nice - so if i open a *.tBasic-file it would load all units that belong to the project into thinAir
    Last edited by ReneMiner; 11-02-2015 at 18:28.
    I think there are missing some Forum-sections as beta-testing and support

Similar Threads

  1. ZIP files
    By Henry in forum File
    Replies: 4
    Last Post: 29-06-2011, 23:46
  2. very big files
    By zak in forum General
    Replies: 1
    Last Post: 26-04-2011, 22:32
  3. Help Files
    By efgee in forum O2h Compiler
    Replies: 2
    Last Post: 19-08-2010, 06:06
  4. help files
    By newguy1 in forum Shout Box Area
    Replies: 5
    Last Post: 29-03-2006, 11:26

Members who have read this thread: 0

There are no members to list at the moment.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •