© J.C. Kessels 2009
MyDefrag Forum
June 18, 2013, 07:45:27 am
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News
:
Home
Help
Search
Login
Register
MyDefrag Forum
>
MyDefrag v4 Forum
>
Scripts, and other contributions
>
[Tool] MyDefrag script syntax highlighting generator
Pages:
1
[
2
]
3
4
5
« previous
next »
Print
Author
Topic: [Tool] MyDefrag script syntax highlighting generator (Read 29503 times)
jonib
JkDefrag Hero
Posts: 810
Re: [Tool] MyDefrag script syntax highlighting generator
«
Reply #15 on:
August 11, 2009, 11:32:25 am »
Quote from: gemisigo on August 11, 2009, 08:58:18 am
I downloaded the generator but it is exactly the same that I downloaded a few days ago, but it shows Textpad only, no Notepad++ included. Are you sure the link/file is updated?
The link seems fine, maybe you got the old file from a cache on your system? try again.
jonib
Logged
MyDefrag script syntax highlighting generator
.
jonib
JkDefrag Hero
Posts: 810
Re: [Tool] MyDefrag script syntax highlighting generator
«
Reply #16 on:
August 11, 2009, 11:34:11 am »
Quote from: torned on August 11, 2009, 11:24:46 am
thx Jonib, it works fine !
Cool, for which editor?
jonib
Logged
MyDefrag script syntax highlighting generator
.
torned
JkDefrag Senior
Posts: 22
Re: [Tool] MyDefrag script syntax highlighting generator
«
Reply #17 on:
August 11, 2009, 02:54:28 pm »
Notepad++
Logged
gemisigo
JkDefrag Hero
Posts: 110
Re: [Tool] MyDefrag script syntax highlighting generator
«
Reply #18 on:
August 11, 2009, 06:06:10 pm »
Quote from: jonib on August 11, 2009, 11:32:25 am
The link seems fine, maybe you got the old file from a cache on your system? try again.
Yepp, you were right, the cache was playing around. Thx.
Logged
jonib
JkDefrag Hero
Posts: 810
Re: [Tool] MyDefrag script syntax highlighting generator
«
Reply #19 on:
September 13, 2009, 06:15:44 pm »
I have updated The Generator, so it finds the path to the new beta of MyDefrag 4.2.0, as it uses a different uninstall reg entry that my tool used, now it should be more robust
in finding where MyDefrag is installed.
jonib
Logged
MyDefrag script syntax highlighting generator
.
torned
JkDefrag Senior
Posts: 22
Re: [Tool] MyDefrag script syntax highlighting generator
«
Reply #20 on:
September 14, 2009, 09:47:50 pm »
Thx
Logged
poutnik
JkDefrag Hero
Posts: 1106
Re: [Tool] MyDefrag script syntax highlighting generator
«
Reply #21 on:
November 01, 2009, 06:42:45 am »
I just have tried your syntax generator in conjunction with NoteTab++ - both for first time,
being fan of NoteTab and PsPad.
I like collapse/expand feature, reminding me Scite editor, used for AutoIt3 scripts.
I have a question to collapsing Fileselects. If I collapse Fileaction, it behaves as expected.
But if I collapse FileSelect, all rest of the script gets collapsed.
Is it a syntax resolving bug, or intended behavior ?
Logged
It can be fast, good or easy. You can pick just 2 of them....
Treating Spacehog zone by the same effort as Boot zone is like cleaning a garden by the same effort as a living room.
jonib
JkDefrag Hero
Posts: 810
Re: [Tool] MyDefrag script syntax highlighting generator
«
Reply #22 on:
November 01, 2009, 11:54:12 am »
Quote from: poutnik on November 01, 2009, 06:42:45 am
But if I collapse FileSelect, all rest of the script gets collapsed.
Oops
, I don't use Notepad++(NoteTab++?). Looks like I did not test that feature properly
Quote
Is it a syntax resolving bug, or intended behavior ?
It looks like Notepad++ don't support using Volume/File-End , to collapse both from Volume/File-Select and Volume/File-Action.
So the question should it fold between Volume/File-Select and Volume/File-End or Volume/File-Action and Volume/File-End?
I believe there is another way to highlight maybe with a plugin in Notepad++, but I have not looked in to it yet.
jonib
Logged
MyDefrag script syntax highlighting generator
.
poutnik
JkDefrag Hero
Posts: 1106
Re: [Tool] MyDefrag script syntax highlighting generator
«
Reply #23 on:
November 01, 2009, 12:01:57 pm »
Quote from: jonib on November 01, 2009, 11:54:12 am
Oops
, I don't use Notepad++(NoteTab++?).
Looks like I did not test that feature properly
Sure - Notepad++ - using NoteTab (
http://www.notetab.com
) very long,
I have mixed the names.
Logged
It can be fast, good or easy. You can pick just 2 of them....
Treating Spacehog zone by the same effort as Boot zone is like cleaning a garden by the same effort as a living room.
poutnik
JkDefrag Hero
Posts: 1106
Re: [Tool] MyDefrag script syntax highlighting generator
«
Reply #24 on:
November 01, 2009, 12:07:44 pm »
Quote from: jonib on November 01, 2009, 11:54:12 am
So the question should it fold between Volume/File-Select and Volume/File-End or Volume/File-Action and Volume/File-End?
I think both has the sense, but if one has to choose,
than probably between Volume/File-Select and Volume/File-End,
as far as fileactions are usually shorter then fileboolean
Logged
It can be fast, good or easy. You can pick just 2 of them....
Treating Spacehog zone by the same effort as Boot zone is like cleaning a garden by the same effort as a living room.
jonib
JkDefrag Hero
Posts: 810
Re: [Tool] MyDefrag script syntax highlighting generator
«
Reply #25 on:
November 01, 2009, 12:12:04 pm »
You can fix the folding if you in Notepad++ go to
Menu->View->User-Defined Dialogue...
then choose MyDefrag in the
User language
listbox, then remove
VolumeActions
and
FileActions
.
jonib
Logged
MyDefrag script syntax highlighting generator
.
poutnik
JkDefrag Hero
Posts: 1106
Re: [Tool] MyDefrag script syntax highlighting generator
«
Reply #26 on:
November 01, 2009, 12:25:53 pm »
Thank, it works.
Logged
It can be fast, good or easy. You can pick just 2 of them....
Treating Spacehog zone by the same effort as Boot zone is like cleaning a garden by the same effort as a living room.
jonib
JkDefrag Hero
Posts: 810
Re: [Tool] MyDefrag script syntax highlighting generator
«
Reply #27 on:
November 02, 2009, 12:15:04 am »
I have updated the Generator to support some changes in MyDefrag 4.2.5 and added
PSPad editor
support.
I needed to update the main part of the Generator to support a new format and I hope I didn't mess any of the other formats
, so if something don't seem right please post here or if you have other ideas or comments.
I have unfortunately not had a chance to improve the installer part, so if it can't install some files because of security settings it probably wont complain and you might need to run it again with administrator privileges or copy the files manually.
jonib
Logged
MyDefrag script syntax highlighting generator
.
r0lZ
Newbie
Posts: 4
Re: [Tool] MyDefrag script syntax highlighting generator
«
Reply #28 on:
December 05, 2009, 01:35:23 pm »
I use it with PsPad and it works perfectly fine! Thanks!
Logged
jonib
JkDefrag Hero
Posts: 810
Re: [Tool] MyDefrag script syntax highlighting generator
«
Reply #29 on:
December 06, 2009, 12:06:57 am »
Quote from: r0lZ on December 05, 2009, 01:35:23 pm
I use it with PsPad and it works perfectly fine! Thanks!
Thanks for the feedback.
jonib
Logged
MyDefrag script syntax highlighting generator
.
Pages:
1
[
2
]
3
4
5
Print
« previous
next »
Jump to:
Please select a destination:
-----------------------------
MyDefrag v4 Forum
-----------------------------
=> Announcements
=> Questions and help
=> Bugs and problems
=> Requests for new features
=> Scripts, and other contributions
-----------------------------
JkDefrag v3 Forum
-----------------------------
=> Announcements
=> Questions and help
=> Bugs and problems
=> Requests for new features
=> Programming with the library
Loading...