Page 3 of 9 FirstFirst 12345 ... LastLast
Results 21 to 30 of 86

Thread: [preview] thinICE

  1. #21
    thinBasic MVPs
    Join Date
    Oct 2012
    Location
    Germany
    Age
    54
    Posts
    1,530
    Rep Power
    171
    No- do not run the requester- it gets started by thinICE only if no settings available.

    just run thinIce.tBasic from thinAir
    I think there are missing some Forum-sections as beta-testing and support

  2. #22
    thinBasic MVPs
    Join Date
    Oct 2012
    Location
    Germany
    Age
    54
    Posts
    1,530
    Rep Power
    171
    Latest:

    Undo/Redo implemented. (CTRL+ Z/CTRL+W)

    Up to 50 steps per codewindow...

    if you want more then change the setting UndoMax in thinICE.ini to your desired number of possible undo.

    Powered by ZLib
    Last edited by ReneMiner; 26-11-2015 at 21:56.
    I think there are missing some Forum-sections as beta-testing and support

  3. #23
    thinBasic MVPs
    Join Date
    Oct 2012
    Location
    Germany
    Age
    54
    Posts
    1,530
    Rep Power
    171
    A few more tweaks,

    +
    at codewindows you can read now where exactly you are typing into - if within a function, declarations-section or type-definition...

    +
    i don't know... bug fixes, tuning....



    as usual find the download at first post of this thread.
    Attached Images Attached Images
    I think there are missing some Forum-sections as beta-testing and support

  4. #24
    thinBasic MVPs
    Join Date
    Oct 2012
    Location
    Germany
    Age
    54
    Posts
    1,530
    Rep Power
    171
    Help implemented. You can access all thinBasic & thinBasic-User-help-files.

    Point a keyword in current codewindow and press F1 for help on that keyword.

    Also works without to point if cursorposition is within a keyword
    (but don't point with the mouse into codewindow in that case)

    Sad news:
    in order to work correct there's no more fullscreen-mode-toggle via F12,
    but a maximize-button at the TBGL-window now

    + improved Textview-control to automatic wrap if textview-size changes
    + added save on exit via window-closebutton
    Last edited by ReneMiner; 30-11-2015 at 15:51.
    I think there are missing some Forum-sections as beta-testing and support

  5. #25
    thinBasic MVPs
    Join Date
    Oct 2012
    Location
    Germany
    Age
    54
    Posts
    1,530
    Rep Power
    171
    latest changes:

    no more window-close-box nor maximize-buttons

    F12 toggles window-size now to almost fullscreen & back to normal,
    exit only on esc-key

    some fixes & makeover, pointed tokens get highlighted so now you know what you pressed the help (f1) for.

    As always, see post #1 of this thread for the download
    I think there are missing some Forum-sections as beta-testing and support

  6. #26
    thinBasic author ErosOlmi's Avatar
    Join Date
    Sep 2004
    Location
    Milan - Italy
    Age
    57
    Posts
    8,777
    Rep Power
    10
    I feel embarrassed not having in thinAir similar features.
    Maybe because I do not use Tokenizer module to scan sources but an ancient method.

    I will stole some code from your sources
    You have done a wonderful job.
    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

  7. #27
    thinBasic MVPs
    Join Date
    Oct 2012
    Location
    Germany
    Age
    54
    Posts
    1,530
    Rep Power
    171
    mentioning thinAir:

    maybe you can fix the thinAir-GUI-crashes with a workaround.

    It happens on these actions:
    • via click on the filename-tabs above client area
    • click on a file in explorer
    • when double-click some #Include in codetree.

    Not always but within seconds if you like to try: Load a few script-units like 10 or more, keep the codewindows maximized
    switch between them, using one of the methods above. you won't need more than 2 minutes until thinAir will crash.

    suggested Fix/Workaround:
    Close all other codewindows while one codewindow within client-area is maximized
    (do not unload the code)
    Do not resize (normalize & maximize again as currently does) codewindows when the user clicks another file.

    So there's only one codewindow at once for Windows to handle.

    I'm pretty sure the cause for the crash it's related to "weak grandpa windows filled with memories of the good ol' times" since it's the windows-controls & menus that start to behave weird.

    Maybe it will help if only one codewindow has to be handled at once

    + Latest addition to thinICE/UI: treeview now returns text ,
    you may right-click into codetree to copy the whole tree onto clipboard
    Last edited by ReneMiner; 02-12-2015 at 16:46.
    I think there are missing some Forum-sections as beta-testing and support

  8. #28
    thinBasic MVPs
    Join Date
    Oct 2012
    Location
    Germany
    Age
    54
    Posts
    1,530
    Rep Power
    171
    new feature:

    each codewindow now has a small button up-left that you either can click or access from within code (hold CTRL and press ^ - the button above Tab-key on my keyboard)

    It opens a tControl_ListPopup (yes i finally got it almost done) where you may select a function of the current script to edit. The good thing about this is- you don't need to grab for the mouse...
    Last edited by ReneMiner; 04-12-2015 at 10:50.
    I think there are missing some Forum-sections as beta-testing and support

  9. #29
    thinBasic MVPs
    Join Date
    Oct 2012
    Location
    Germany
    Age
    54
    Posts
    1,530
    Rep Power
    171
    thinICE now smart enough to know that keywords as AS & Extends are followed by a type-name, on keyword ARRAY something like Scan, Sum, Extract etc will follow

    + fixes & more
    Last edited by ReneMiner; 07-12-2015 at 09:08.
    I think there are missing some Forum-sections as beta-testing and support

  10. #30
    Super Moderator Petr Schreiber's Avatar
    Join Date
    Aug 2005
    Location
    Brno - Czech Republic
    Posts
    7,128
    Rep Power
    732
    Cool, Rene!
    Learn 3D graphics with ThinBASIC, learn TBGL!
    Windows 10 64bit - Intel Core i5-3350P @ 3.1GHz - 16 GB RAM - NVIDIA GeForce GTX 1050 Ti 4GB

Page 3 of 9 FirstFirst 12345 ... LastLast

Similar Threads

  1. 3 DLL less in next preview
    By ErosOlmi in forum Suggestions/Ideas discussions
    Replies: 3
    Last Post: 23-08-2009, 20:08
  2. Preview of next thinDebug
    By ErosOlmi in forum thinDebug
    Replies: 8
    Last Post: 08-08-2008, 16:12
  3. Android preview
    By ErosOlmi in forum Technology
    Replies: 2
    Last Post: 30-05-2008, 23:37

Members who have read this thread: 4

Posting Permissions

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