giovanni Posted June 27 Share Posted June 27 Learn More object in Getting Started 5: - perhaps better to have fixed order of the items instead of based on usage? - Capital W for workflows? (in general I think the intent is to use capital W when referring to Alfred Workflows, but this is inconsistent throughout the application) - Tricks (capital T) - could be a different color (not gray) to demo the color box Copy to Clipboard object description: 'frontmost' sounds better than front most Finally, I was wondering if you ever considered reserving ⌘-d for duplicating objects (similar to Finder) and perhaps ⇧-⌘-d for opening the debugger. Link to comment Share on other sites More sharing options...
Andrew Posted June 27 Share Posted June 27 @giovanni thanks for the feedback, I've fixed those things in EA4 b2039 which is now available on the updater. 3 hours ago, giovanni said: Finally, I was wondering if you ever considered reserving ⌘-d for duplicating objects (similar to Finder) and perhaps ⇧-⌘-d for opening the debugger. I'll have a think about duplicating objects. It's unlikely I'll change that shortcut combo for debugger, as that's been the debugger shortcut for a very long time so will throw many people out. giovanni 1 Link to comment Share on other sites More sharing options...
xilopaint Posted June 27 Share Posted June 27 3 hours ago, giovanni said: Finally, I was wondering if you ever considered reserving ⌘-d for duplicating objects (similar to Finder) and perhaps ⇧-⌘-d for opening the debugger. It would be nice to have a shortcut for clearing the debugger. giovanni 1 Link to comment Share on other sites More sharing options...
xilopaint Posted June 27 Share Posted June 27 4 hours ago, xilopaint said: It would be nice to have a shortcut for clearing the debugger. Would that be possible, @Andrew? Link to comment Share on other sites More sharing options...
Andrew Posted June 27 Share Posted June 27 @xilopaint potentially yes. Any suggestions for a suitable, relevant combo? ⌘K is a candidate, same as Xcode giovanni and xilopaint 2 Link to comment Share on other sites More sharing options...
xilopaint Posted June 27 Share Posted June 27 1 hour ago, Andrew said: @xilopaint potentially yes. Any suggestions for a suitable, relevant combo? ⌘K is a candidate, same as Xcode Looks great. It's the same for iTerm. Link to comment Share on other sites More sharing options...
xilopaint Posted June 29 Share Posted June 29 (edited) @Andrew a new idea came to mind. Would it be possible to add an option for clearing the debugger just before each workflow run? In the vast majority of cases I'm only interested in the output of the last run and the older content is just distraction, so when debugging I use to click on the clear button before running the workflow again. That's something I use to do dozens of times when debugging and it would be nice if it could be automated. Edited June 29 by xilopaint Link to comment Share on other sites More sharing options...
Andrew Posted June 29 Share Posted June 29 @xilopaint I'll keep that in mind, but it's not a trivial "quick fix", as there are so many "start points" to a workflow which can either be user or code instigated, it will be difficult to make the decision as to when to automatically clear the debugger. For now, ⌘K will be in the next build. xilopaint 1 Link to comment Share on other sites More sharing options...
Andrew Posted June 29 Share Posted June 29 @xilopaint I just remembered, if you put a debugger object somewhere in your workflow, you can select the option to clear the debugger at that point. So in the situation you want this to happen, you can use this. Link to comment Share on other sites More sharing options...
xilopaint Posted June 29 Share Posted June 29 (edited) 29 minutes ago, Andrew said: @xilopaint I just remembered, if you put a debugger object somewhere in your workflow, you can select the option to clear the debugger at that point. So in the situation you want this to happen, you can use this. It can be useful in some cases but not the same thing I was talking about. I want to have all the output content for a single run. You don't even need to clear the debugger for that as I suggested. An option that filters the content of the last run would be enough. Edited June 29 by xilopaint Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now