Page 2 of 3 FirstFirst 123 LastLast
Results 16 to 30 of 33

Thread: Tornado Editor (TED)

  1. #16
    Join Date
    Oct 2002
    Posts
    933
    The help directoryis picked up from the Setup. hit F12 and check the data there. Check the scratch directory and make use you have write priv. on it. Actually, if your'll local Tornado development is working... all should work. I'll upload another version w/o the debugging. Try it an dlet me know

    FK

  2. #17
    Join Date
    Oct 2002
    Posts
    161
    OK all seems fine now, problem was with the setup file.

    One thing I found though is that the comments which I color coded red, don't show up in that color until you close and reopen, it does not alter the color on the new comments you add.

  3. #18
    Join Date
    Oct 2002
    Posts
    933
    it should.. I'll check

  4. #19
    Join Date
    Oct 2002
    Posts
    161
    Also, when you display the syntax, the bottom window and the main code window are not resizable and in some cases you cannot read the description in the bottom window, try navigation item, the last line is not visible and there is no scrolling bar.

  5. #20
    Join Date
    Oct 2002
    Posts
    933
    scroll bar is there but it is coered by the status bar about one line (Another bug of the controls ... fixed...

    FK
    Last edited by Frank; 01-16-2003 at 02:24 PM.

  6. #21
    Join Date
    Oct 2002
    Posts
    933
    Final control bug fix came in from MS.. now Undo fully functional and shift-tab also works. I have see > 1000 message sin deja forum about this undo problem with MDI and can't believe nobody reported that adn I after I reported that, the incident is free becasue it is a bug. Go get the latest.

    I also put in a MySQL-MyODBC template as I just finished that in answering a user's support question.

    As for color change using F12 for various font... hit the reload button.


    FK

  7. #22
    Join Date
    Oct 2002
    Posts
    161
    About the comment color, what I mean is that if you add new comments to your code, these comments do not display in the color you choose, when I open the file all my comments are red but the new comments I add will not show red until the next time I open the file.

    Hitting the reload button overwrites your changes.

  8. #23
    Join Date
    Oct 2002
    Posts
    933
    right... try hit F7

  9. #24
    Join Date
    Oct 2002
    Posts
    161
    Thanks, that works, but the links to the manual in the syntax display window at the bottom don't seem to work anymore. I installed TED on another PC with the same results.

  10. #25
    Join Date
    Oct 2002
    Posts
    933
    Correct.. last fix (large font display) messed up this property - fixed.. will post a new version

  11. #26
    Join Date
    Oct 2002
    Posts
    933
    OH.. the question about why typing ' will not change to comment color.

    This is a non language specific editor. Cannot do that. ' means comment in ASPX and <!-- --> means comment in HTML. So I provide F7 to re-scan for aspx. For HTML, tx and others you chousld turn off the auto-complete and comment.

    FK

  12. #27
    Join Date
    Oct 2002
    Posts
    161
    F7 is causing error "Cast from string "aspx" to type 'boolean' is not valid

  13. #28
    Join Date
    Oct 2002
    Posts
    933
    fixed - detect file <> aspx then highlight=off

    FK

  14. #29
    Join Date
    Oct 2002
    Posts
    161
    Comment color, does it work for you on the latest TED, downloaded the latest version this morning and I cannot get the text color to show in a different color, also what appended to F7?

  15. #30
    Join Date
    Oct 2002
    Posts
    933
    try again.

Posting Permissions

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