Post reply

Warning: this topic has not been posted in for at least 120 days.
Unless you're sure you want to reply, please consider starting a new topic.
Name:
Email:
Subject:
Message icon:

Verification:
Type the letters shown in the picture
Listen to the letters / Request another image

Type the letters shown in the picture:
What is the last letter in the word "SlickEdit":
How many LETTERS are in the following? "a1b2c3":
Which number is missing?  "12345689":

shortcuts: hit alt+s to submit/post or alt+p to preview


Topic Summary

Posted by: dunkers
« on: February 19, 2024, 09:58:19 PM »

Just FYI whatever was in V28 that broke this has disappeared in V28.0.1, so this is working again  ;D
Posted by: MartyL
« on: January 11, 2024, 11:44:40 PM »

Oh dear. I am using V28 and whenever I try to generate a todo list SE just crashes. No slick stack or anything useful: windows just says the app has stopped and I can close it or try to find a solution (as if!).

That's not great news. I'm still waiting on my org for my V28 license, so I'm unable to test that out quite yet. Maybe @Clark or someone else from the SE team can give it a try and see if the crash reproduces?
Posted by: dunkers
« on: January 11, 2024, 11:17:20 PM »

Oh dear. I am using V28 and whenever I try to generate a todo list SE just crashes. No slick stack or anything useful: windows just says the app has stopped and I can close it or try to find a solution (as if!).

How would I set about finding where the problem lays? I do embedded systems so Windows foibles are not my usual stamping ground.
Posted by: AGodfrey
« on: June 26, 2023, 09:10:15 PM »

Very nice tool, thanks!
One suggestion: Add support for pressing 'Enter'. I added this to my copy:

todo_tree.enter() {
    todo_tree.GoToToDo();
}
Posted by: MartyL
« on: October 20, 2022, 10:27:35 PM »

this will work:

Code: [Select]
#require "se/messages/Message.e"

Most of the time #import works but there are times you need more type definitions (class/struct/enum).

Definitely looks like #require is the better answer.
Posted by: dunkers
« on: October 20, 2022, 10:25:06 PM »

Thank you Marty and Clark  :)
Posted by: Clark
« on: October 20, 2022, 10:21:54 PM »

this will work:

Code: [Select]
#require "se/messages/Message.e"

Most of the time #import works but there are times you need more type definitions (class/struct/enum).
Posted by: MartyL
« on: October 20, 2022, 10:18:53 PM »

This is one of my favourite macros ...

Thank you! I resolved the problem and posted an updated version in the top post. All that changed is that I have #ifdef'd the se/messages/Message.e import. Looks like they might have regressed the way enums in classes are processed, or imports, or maybe it was intentional.

Code: [Select]
#if __VERSION__ < 27
#import "se/messages/Message.e"
#endif
Posted by: MartyL
« on: October 20, 2022, 09:55:06 PM »

Thanks for letting me know there's a problem. I haven't had a chance to try V27 yet, but I'll get it loaded and see about fixing the issue.
Posted by: dunkers
« on: October 20, 2022, 09:11:59 PM »

This is one of my favourite macros but, sadly, it fails to load in SE27 with 'version error'. The debug message list points to se/messages/message.e as the source of the problem, line 61, with the description: "Identifier already defined as same or different type"

Code: [Select]
MSGCLEAR_FLAGS m_autoClear; // MSGCLEAR flag
Anyone know how to fix this? Everything was working in V26 and comparing the message macros between versions indicates only one unrelated line has changed.
Posted by: MartyL
« on: January 06, 2020, 05:14:23 PM »

I'll get SE 2019 downloaded to see if there's any issues.
Posted by: LBCEi
« on: December 24, 2019, 03:17:58 AM »

I'm still using it regularly.  If you get the version from the first post in this thread it should work up to the latest version of SE:

https://community.slickedit.com/index.php/topic,6129.msg25274.html#msg25274
Posted by: JimS
« on: December 24, 2019, 02:44:33 AM »

This thread has not been updated in a couple years. Does anyone still use this script? Does anyone have an update that works with SE2019?
Posted by: MartyL
« on: October 25, 2017, 11:17:06 PM »

Hey there nghate!

I downloaded 2017 this afternoon and fixed up the macro. You can find a version 1.1 in the first post that should work in 2017 and still be backward compatible. I don't have a Standard Edition license, so I wasn't able to test there. But it is working well in Pro.
Posted by: nghate
« on: October 25, 2017, 10:33:04 PM »

Do we have an updated version of the todo List Tool bar for SE2017? I tried using a version from this thread (ver 0.8) and it does not seem to load. I am not a pro user so it will take me a while to figure out why it did not load...