Search found 528 matches

by Kukurykus
Mon Jul 16, 2018 11:58 pm
Forum: Photoshop Scripting: Code Snippets
Topic: Default Font
Replies: 4
Views: 11445

Re: Default Font

Consolas / Normal / 11 / West (Script)
by Kukurykus
Tue May 22, 2018 2:07 pm
Forum: Questions, Suggestions and Feedback
Topic: Why code lines indentations are not displayed anymore !?
Replies: 7
Views: 30299

Re: Why code lines indentations are not displayed anymore !?

I'm now on other computer in quite other place outside of home and still can't see TABs / SPACEs :( So you see in my previous post something like it (tabulator space instead of TAB ): 2 TABs in 3rd line and 1 TAB in 2nd and 4th line (or only 1 TAB in front of alert)? (function(){ TAB for(i = 0; i < ...
by Kukurykus
Tue May 22, 2018 1:00 am
Forum: Questions, Suggestions and Feedback
Topic: Why code lines indentations are not displayed anymore !?
Replies: 7
Views: 30299

Why code lines indentations are not displayed anymore !?

What happened to indentations I made to all my (about 100) codes on this forum? They are not displayed for some reason from about up to week! (function(){ for(i = 0; i < 5; i++) { alert(i) } })() When I open edit mode of one of my post I see they still have indentations, but when I browse forum they...
by Kukurykus
Tue May 15, 2018 11:32 pm
Forum: Help Me
Topic: Manipulate Action Manager Code to return Select and Mask Values?
Replies: 1
Views: 5978

Re: Manipulate Action Manager Code to return Select and Mask Values?

Regarding Select and Mask I write script for somewhere in future ;) Currently try this one. It works in C6 EXTENDED with Rafine Edge: function sTT(v) {return stringIDToTypeID(v)} p = {0: 'UnitDouble', 1: 'Integer', 2:'Boolean', 3: 'Enumerated'} arr = [br = 'BorderRadius', fr = 'FeatherRadius', dw = ...
by Kukurykus
Sun May 13, 2018 10:51 pm
Forum: Help Me
Topic: how to modify current keyboard shirtcuts or load a custom .kys file?
Replies: 3
Views: 6743

Re: how to modify current keyboard shirtcuts or load a custom .kys file?

You don't need to relaunch Photoshop. There is a way to create / replace a shortcut: Let's say you already have Photoshop Workspace ('Window / Workspace') named 'Profile'. That workspace during creation was bound to your Keyboard Shortcuts, and now is chosen. You want to make 'F2' shortcut to 'Alert...
by Kukurykus
Fri Apr 27, 2018 11:01 am
Forum: Help Me
Topic: script with various saving options
Replies: 8
Views: 12227

Re: script with various saving options

Do you want to give him script privately, not in public what would be helpful also for others? What is your point to invite him for priv?
by Kukurykus
Mon Mar 26, 2018 3:21 pm
Forum: Photoshop Scripting Services
Topic: looking for a photoshop script developer
Replies: 8
Views: 35283

Re: looking for a photoshop script developer

Could you describe in few words what is problem you encountered you need script developer to solve it?
by Kukurykus
Thu Mar 22, 2018 9:59 am
Forum: Photoshop Scripting - General Discussion
Topic: [ANN] MouseScript - a new way to automate Photoshop, no coding required!
Replies: 5
Views: 10133

Re: [ANN] MouseScript - a new way to automate Photoshop, no coding required!

It all sounds professionaly and I see this tool will be integrated with Photoshop the way I was affraid it may not be after your original post. I do understand most users of Photoshop don't use scripts and don't want to learn it so you're going to make friendly and intuitive regular user tool in fir...
by Kukurykus
Tue Mar 20, 2018 5:27 am
Forum: Photoshop Scripting - General Discussion
Topic: [ANN] MouseScript - a new way to automate Photoshop, no coding required!
Replies: 5
Views: 10133

Re: [ANN] MouseScript - a new way to automate Photoshop, no coding required!

I use http://forums.highrez.co.uk/viewforum.php?f=6 for years that is meant for Windows only though. What I know it's the most advanced tool developed every day by one man for over than 10 years. All bugs encountered are fixed as fast reported while new ideas users come with are constantly introduce...