| View previous topic :: View next topic |
| Author |
Message |
Titan
Joined: 11 Aug 2004 Posts: 5107 Location: eth0 ::1
|
Posted: Sun Jan 29, 2006 5:52 pm Post subject: VisualINI v2 |
|
|
A GUI based INI editor.
Screenshot:
Version: 2.1
Download (10kb)
Last edited by Titan on Tue Jul 25, 2006 11:47 pm; edited 3 times in total |
|
| Back to top |
|
 |
kiu
Joined: 18 Dec 2005 Posts: 229 Location: Italy - Galatro(RC)
|
Posted: Sun Jan 29, 2006 7:45 pm Post subject: |
|
|
good . I suggest you to make an option: a frame that show the structure of the ini file in wich the user can navigate quickly, maybe with sections only _________________ ____________________
______________________
kiu |
|
| Back to top |
|
 |
Titan
Joined: 11 Aug 2004 Posts: 5107 Location: eth0 ::1
|
Posted: Sun Jan 29, 2006 9:02 pm Post subject: |
|
|
| kiu wrote: | | a frame that show the structure of the ini file in wich the user can navigate quickly, maybe with sections only |
The listview acts as a frame so I'm not sure exactly what you mean? |
|
| Back to top |
|
 |
kiu
Joined: 18 Dec 2005 Posts: 229 Location: Italy - Galatro(RC)
|
Posted: Mon Jan 30, 2006 12:01 am Post subject: |
|
|
I means something like that in pspad, but maybe it concerns TreeListView
 _________________ ____________________
______________________
kiu |
|
| Back to top |
|
 |
Titan
Joined: 11 Aug 2004 Posts: 5107 Location: eth0 ::1
|
Posted: Mon Jan 30, 2006 9:21 pm Post subject: |
|
|
| kiu wrote: | I means something like that in pspad, but maybe it concerns TreeListView |
Like you said, it requires TreeListView.
I mentioned a request for this control in my original post because its a good way of presenting data from an XML/INI in a hierarchical format. |
|
| Back to top |
|
 |
Ace_NoOne
Joined: 10 Oct 2005 Posts: 333 Location: Germany
|
Posted: Mon Jan 30, 2006 10:25 pm Post subject: |
|
|
Very cool - that'll make using INIs easier, as the user finally can edit the settings via a GUI... (though I prefer to wait for your XML Parser ) |
|
| Back to top |
|
 |
TheIrishThug
Joined: 19 Mar 2006 Posts: 379
|
Posted: Sat Jul 15, 2006 1:43 am Post subject: |
|
|
I really like the layout and am using it a lot. I thought that it would be nice to able to open an ini file directly from Explorer using Open With, so I made a few changes to allow a file to be passed into VisualINI.
Download(10kb)
Edit to fix link |
|
| Back to top |
|
 |
Atomhrt
Joined: 02 Sep 2004 Posts: 128 Location: Sunnyvale
|
Posted: Sat Jul 15, 2006 7:06 pm Post subject: |
|
|
Thanks Titan! I've been thinking of writing my own for a long time.
Found a bug - Take a ini file like this:
| Code: | [section1]
0=0
1=1
2=2 |
Save it. The 0=0 row goes away.
Also, if you remove a section row, all keys in that section should be removed as well or at least prompt this question to the user. _________________ I am he of whom he speaks! |
|
| Back to top |
|
 |
Titan
Joined: 11 Aug 2004 Posts: 5107 Location: eth0 ::1
|
Posted: Tue Jul 25, 2006 7:42 pm Post subject: |
|
|
| Atomhrt wrote: | | Found a bug | Try version 2 ...? _________________
RegExReplace("irc.freenode.net/ahk", "^(?=(.(?=[\0-r\[]*((?<=\.).))))(?:[c-\x73]{2,8}(\S))+((2)|\b[^\2-]){2}\D++$", "$u3$1$3$4$2") |
|
| Back to top |
|
 |
toralf
Joined: 31 Jan 2005 Posts: 3842 Location: Bremen, Germany
|
Posted: Tue Jul 25, 2006 8:07 pm Post subject: |
|
|
Hi Titan,
What does the WM_GETMINMAXINFO function do? _________________ Ciao
toralf  |
|
| Back to top |
|
 |
Titan
Joined: 11 Aug 2004 Posts: 5107 Location: eth0 ::1
|
Posted: Tue Jul 25, 2006 8:09 pm Post subject: |
|
|
| toralf wrote: | | What does the WM_GETMINMAXINFO function do? | With OnMessage() it's used to control the minimum size of a GUI. I took it from one of Chris' post in the forum somewhere. _________________
RegExReplace("irc.freenode.net/ahk", "^(?=(.(?=[\0-r\[]*((?<=\.).))))(?:[c-\x73]{2,8}(\S))+((2)|\b[^\2-]){2}\D++$", "$u3$1$3$4$2") |
|
| Back to top |
|
 |
toralf
Joined: 31 Jan 2005 Posts: 3842 Location: Bremen, Germany
|
Posted: Tue Jul 25, 2006 8:38 pm Post subject: |
|
|
How does it control the minimum size of a GUI? _________________ Ciao
toralf  |
|
| Back to top |
|
 |
Titan
Joined: 11 Aug 2004 Posts: 5107 Location: eth0 ::1
|
Posted: Tue Jul 25, 2006 8:52 pm Post subject: |
|
|
| toralf wrote: | | How does it control the minimum size of a GUI? |
See the WM_GETMINMAXINFO solution solution by Chris. _________________
RegExReplace("irc.freenode.net/ahk", "^(?=(.(?=[\0-r\[]*((?<=\.).))))(?:[c-\x73]{2,8}(\S))+((2)|\b[^\2-]){2}\D++$", "$u3$1$3$4$2") |
|
| Back to top |
|
 |
toralf
Joined: 31 Jan 2005 Posts: 3842 Location: Bremen, Germany
|
Posted: Tue Jul 25, 2006 8:58 pm Post subject: |
|
|
Thank you very much.
It limits the smallest GUI size to a user-specified minimal size. Without it the user could shrink the GUI to a not-reasoable smaller size. _________________ Ciao
toralf  |
|
| Back to top |
|
 |
Titan
Joined: 11 Aug 2004 Posts: 5107 Location: eth0 ::1
|
Posted: Tue Jul 25, 2006 9:01 pm Post subject: |
|
|
Yep that's right. _________________
RegExReplace("irc.freenode.net/ahk", "^(?=(.(?=[\0-r\[]*((?<=\.).))))(?:[c-\x73]{2,8}(\S))+((2)|\b[^\2-]){2}\D++$", "$u3$1$3$4$2") |
|
| Back to top |
|
 |
|