 |
 | overwriting indirect (%var%) references? rpduke | 14:15 15 May '08 |
|
 |
I am having a problem where this app overwrites indirect variable references.
ie:
define the following in the windows standard enviro var editor:
foo = c:\temp foo2 = %foo%\mydir
if variables are edited using envman, then foo2 becomes:
foo2 = c:\temp\mydir
instead of maintaining the indirect reference.
This doesn't seem right to me.
Am I missing something?
thanks, rpduke
|
|
|
|
 |
|
 |
Thanks for posting your message. I was able to replicate this affect and I will further investigate it.
If you would like to follow the progress of this investigation sign up to "EnvMan Troubleshooting and Bug Reports" (Forum[^])
Cheers,
Vlad
|
|
|
|
 |
 | How about a bulk import/export facility Akshay Dabholkar | 12:43 8 Mar '08 |
|
 |
It is really irritating to migrate environment variables from one machine to another when there is no facility to import/export all variables in one shot. Can you add this to your tool soon?
Thanks, and this is a great start for a overlooked facility.
|
|
|
|
 |
|
 |
Thanks for your request. I will add it to requested features list.
Cheers
|
|
|
|
 |
 | Possible Bug Bassam Abdul-Baki | 11:21 15 Oct '07 |
|
 |
Does it replace all %NAME% with the full path in %PATH% without keeping the string "%NAME%"?
In other words, the user %PATH% normally has system %PATH% included. Is that being replaced with the actual content? If so, that's a bug.
|
|
|
|
 |
|
 |
Thanks for this one. I will consider adding support for these names in the future releases.
Cheers
"For a Professional Toolbox is a must!" Visit Vlad's Software Development Toolbox
|
|
|
|
 |
 | Excellent Bassam Abdul-Baki | 9:18 15 Oct '07 |
|
 |
I had started my own implementation for similar reasons, but put it off for a while. Was eventually going to restart it until I saw yours today in the Insider.
I added a couple of features to mine that I'd love to see in yours. Add two columns for string length and cumulative count. The environment path has a limit on what the PATH length could be and I had created mine just for that reason. The length would allow you to sort by long strings and the cumulative would allow you to see the cutoff point. Many a times I tried installing an application and the error was to delete some stuff from the environment path.
Also, didn't see a way to determine broken paths in yours, until I clicked on the edit button. It would be nice if invalid paths (and only paths) were highlighted in red in the main window as well. This would allow users to immediately see paths that could be deleted.
Thanks
5
"Oh, what a tangled web we weave, when first we practice to deceive." - Sir Walter Scott
Web - Blog - RSS - Math - LinkedIn - BM
|
|
|
|
 |
|
 |
Hi,
Thanks for a good rating and you do have interesting suggestions. I have a proposal for you to join our forces and implement the changes you would like to see in the program. If you would like to contribute make the change a way you want to see it and I will merge it to the main branch for the next release.
Thank again for the suggestions and bug report. Problem with delete button is fixed in EnvMan-1.2.2 release.
Cheers
"For a Professional Toolbox is a must!" Visit Vlad's Software Development Toolbox
|
|
|
|
 |
|
 |
Thanks. Like I said, I had to put it off since I'm back in school. I'll download the source code when I can and see what other changes I could add and send them to you. If you have the time to work on this, I'd rather you do it yourself since you're more intimately familiar with the code.
"I know which side I want to win regardless of how many wrongs they have to commit to achieve it." - Stan Shannon
Web - Blog - RSS - Math - LinkedIn - BM
|
|
|
|
 |
 | why not add a backup feature codeprj1 | 8:34 20 Aug '07 |
|
 |
i think this feature is valuable
gfd
|
|
|
|
 |
|
 |
Hi,
Sorry for a late reply. I have few ideas about this one. My thinking is to save a history of the variable changes in some form and provide an ability to restore the previous value.
Any suggestions are welcome.
Thanks
"For a Professional Toolbox is a must!" Visit Vlad's Software Development Toolbox
|
|
|
|
 |
 | Very nice... NS17 | 20:27 4 Jun '07 |
|
|
 |
|
 |
Thanks for good words of support.
Your are the second person who suggested this kind of functionality. I planned to implement Import/Export functions to save variable values into a file. Stay tuned for future releases.
Cheers
-- "For a Professional Toolbox is a must!" Visit Vlad's Software Development Toolbox
|
|
|
|
 |
|
 |
I found a problem... I think it may be a bug... I double click a row in the system variables and updated the value in "edit system variable" dialog. Then I clicked the save button. The value in the main window did not change. But if i do it the same by clicking the edit button in the main window, no problem. I did not try it for user variables...
And one more thing is that after the save is done (by the second method I mentioned), the list is scrolled to top making the selection invisible. It will happen even if the cancel is clicked.
Hope you will check and correct it in the next release.
Anyway now I am using it for editing environment variables...
- NS -
|
|
|
|
 |
|
 |
Hi, you really did find a bug with reloading Grid component on Main Form. This is fixed and also I added code to set current selected row visible on refresh. Now grid will scroll down to selected row after edit. Thank you for reporting these issues. Fixes will be available in the next release.
This is great to have your support, Everyone! Thanks!
-- "For a Professional Toolbox is a must!" Visit Vlad's Software Development Toolbox
|
|
|
|
 |
 | ClickOnce Manager bob.cohn | 9:17 30 May '07 |
|
 |
I've got an application that I use a setting variable for the Connection string to the SQL Server Database and would like to have a tool to manage the varable at installation and not at build...
Is this what you're planning? and if so when? Bob
|
|
|
|
 |
|
 |
Well, if I am understanding you right, you need a tool for maintaining windows environment variables from command prompt. I cannot recall the exact name of it, but I think Microsoft has some toolkits that have program for maintaining variables from command prompt. EnvMan is just a graphical tool for easy variable management. Cheers.
-- "For a Professional Toolbox is a must!" Visit Vlad's Software Development Toolbox
|
|
|
|
 |
 | Nice... irrdev | 8:53 30 May '07 |
|
 |
This is a good idea. I would consider a "comments" feature. The comments would be stored in a separate file and would link with each Env. variable. The comments could be edited from within EnvMan and would probably help users remember each varable's definition and use. Just an idea.;)
|
|
|
|
 |
|
 |
You got an interesting idea, but I am wondering, would you really need to have some extra information about a variable? If you are system administrator and work with all the windows settings you would know that anyway, or at least learn it if you really need to. I am just speaking from my experience as a Systems Administrator.
Thanks for an idea.
-- "For a Professional Toolbox is a must!" Visit Vlad's Software Development Toolbox
|
|
|
|
 |
 | commercial app. Mario M. | 13:55 21 May '07 |
|
 |
can this be used in a commercial application ?
|
|
|
|
 |
 | Promising - but still error-prone... Marc Scheuner | 6:49 21 May '07 |
|
 |
Try highlighting multiple entries in the path dialog box and press the delete key - what exactly gets deleted???
If you allow multi-select, you should make sure to actually apply the command chosen to all the items selected, e.g. delete all the highlighted rows, and not something else entirely....
============================= Marc Scheuner, Berne, Switzerland mscheuner - at - gmail.com May The Source Be With You!
|
|
|
|
 |
|
 |
You are right Marc, thanks for pointing that out. I will have to disable multi-select in the grid for now. Implementation of multi-select action on the grid is planned for the future release. Currently it deletes one row from the selection that was clicked last.
-- "For a Professional Toolbox is a must!" Visit Vlad's Software Development Toolbox
|
|
|
|
 |
 | Abnormal link Brad Bruce | 4:38 30 Apr '07 |
|
 |
Please upload your files to CodeProject, instead of leaving them only on Source Forge. Due to the number of questionable files on Source Forge, many web filters ban the site.
I've attempted to have our admins open the site, but due to the number of link patterns used by Source Forge, that has proven to be impossible.
Thanks.
|
|
|
|
 |
|
 |
Hi,
I updated an article with EnvMan-1.1.0.1 release. Now you can find SourceForge link and links to local CodeProject files as well. Let me know if you have any problems getting these files.
Thanks
-- "For a Professional Toolbox is a must!" Visit Vlad's Software Development Toolbox
|
|
|
|
 |
 | Neat. Jerry Evans | 2:32 30 Apr '07 |
|
 |
I like this. Gets a 5 for implementing a much needed and overlooked utility.
One thought: Would it not make the UI slightly simpler if the substrings for any one environment variable were displayed as children in a tree control?
(-)INCLUDE c:\include r:\src\include ...
Thx++
Jerry
|
|
|
|
 |