Hi,
@Zedna : Thanks again for your suggestions.
1) I use #include <GuiListView.au3>
and your script uses #include<GuiListView.au3>
without space and it's irritating for me :-)
So this could be optional (in INI)
Yes, I added this to the next version.
2) I prefer to add new include files given by your utility by hand (from clipboard) so some button to copy to clipboard would be good.
I know there is checkbox for copy to clipboard but it has default value OFF and when I want to copy result to clipboard
I must switch checkbox to ON and make rescan once again.
Or maybe button "Organise includes" should do copy to clipboard if checkbox is ONYes, is already there. You just need to set this:
Place after keyword (Yes) chose a keyword which will not be in your code like ZEDNA_MVP
Check Copy to clipboard and then
hit button organize includes.
Now, all the needed includes are stored into you clip.
The settings copy to clipboard will be saved and set to default if you exit OI with Exit button.
3) Before writing into Scite OutPut window clear it first
there may be outpit from previous compiling Yes, added this :
; clear Output
SendSciTE_Command($My_Dec_Hwnd, $Scite_hwnd, 'menucommand:420')
4) Maybe some button for open (and scan) new AU3 file (also open load it into Scite)
for case when I run it by hand and not from Scite Tools menu
Sorry, do not get what you mean here.
---
Will post the new version at the weekend.
Mega
Edited by Xenobiologist, 16 April 2008 - 03:19 PM.