Hi everyone,
I'm using UltraEdit on two computers and I want to share the exact same 'experience' in some way. I'm basically using Google Drive to sync my main files located in %APPDATA%\IDMComp\UltraEdit
What I do is that I use the mlink command to make a link of the configuration folder in my Google Drive account. It works, in some way. My FTP accounts are synced, no problems, but it seems that the settings (Advanced/Settings) are not.
On computer 1, I've set in the Settings > File Handling > Encoding to have 'UTF-8' as the default encoding, but when I save changes and open UltraEdit on computer 2, if I check on the same place, it's still 'ANSI' as the default encoding for new files.
MLINK PROCEDURE
Okay, on both computers I have a C: drive for Windows and a D: drive for data, the D: drive is where my Google Drive is (D:\Google Drive\), yes, on both.
So what I do on both computers is that I delete the original UltraEdit folder in %APPDATA%\IDMComp\ (you can just rename it if you're not sure). and then I run a script called mklink.cmd with that text in it;
mklink /J "%APPDATA%\IDMComp\UltraEdit" "D:\Google Drive\mlink\UltraEdit"
The mklink.cmd is basically a text file that can be run, so you put the text here in the file, change the values for your tastes (you can use DropBox, or the sync app of your choice) and then save the file and run it. What it will do is make a virtual link inside the folder %APPDATA%\IDMComp\ called UltraEdit, you will see a shortcut on the icon actually when created, and refer to %APPDATA%\IDMComp\UltraEdit instead.
So as soon as you launch UltraEdit, initial configuration will be made on that folder, if you run the same script on both computers (you might have to change the script if you don't have your sync app on the same folder) and open UltraEdit on computer 2, you will actually see your FTP sites synchronized, and in both ways. As soon as you make a change on either sides, it will get saved on the other side.
Now, I want to make the same things for Settings, but it doesn't seem to be at the same place since it's UTF-8 on computer 1 and still ANSI on computer 2. Does Settings save on another place or what?
Thanks
I'm using UltraEdit on two computers and I want to share the exact same 'experience' in some way. I'm basically using Google Drive to sync my main files located in %APPDATA%\IDMComp\UltraEdit
What I do is that I use the mlink command to make a link of the configuration folder in my Google Drive account. It works, in some way. My FTP accounts are synced, no problems, but it seems that the settings (Advanced/Settings) are not.
On computer 1, I've set in the Settings > File Handling > Encoding to have 'UTF-8' as the default encoding, but when I save changes and open UltraEdit on computer 2, if I check on the same place, it's still 'ANSI' as the default encoding for new files.
MLINK PROCEDURE
Okay, on both computers I have a C: drive for Windows and a D: drive for data, the D: drive is where my Google Drive is (D:\Google Drive\), yes, on both.
So what I do on both computers is that I delete the original UltraEdit folder in %APPDATA%\IDMComp\ (you can just rename it if you're not sure). and then I run a script called mklink.cmd with that text in it;
mklink /J "%APPDATA%\IDMComp\UltraEdit" "D:\Google Drive\mlink\UltraEdit"
The mklink.cmd is basically a text file that can be run, so you put the text here in the file, change the values for your tastes (you can use DropBox, or the sync app of your choice) and then save the file and run it. What it will do is make a virtual link inside the folder %APPDATA%\IDMComp\ called UltraEdit, you will see a shortcut on the icon actually when created, and refer to %APPDATA%\IDMComp\UltraEdit instead.
So as soon as you launch UltraEdit, initial configuration will be made on that folder, if you run the same script on both computers (you might have to change the script if you don't have your sync app on the same folder) and open UltraEdit on computer 2, you will actually see your FTP sites synchronized, and in both ways. As soon as you make a change on either sides, it will get saved on the other side.
Now, I want to make the same things for Settings, but it doesn't seem to be at the same place since it's UTF-8 on computer 1 and still ANSI on computer 2. Does Settings save on another place or what?
Thanks