- Posted by
- Sorry if this ~is~ answered somewhere, but I did search first... Now, I know that UE can be set to work in DOS mode regardless of the originating file type, converting back to originating type on save, but I've occasionally run into problems where I accidentally had a file saved as DOS. SO, I with U...Posted in UltraEdit General Discussion
-   Topics
-   Views
- DigitalSorceress
Sep 10, 2007
- Mofi, That's exactly what I do... use UES for projects and UE for everything else. I'm often working on code that deals with XML files. I love that I can use UE to view the xml source on my left monitor and UES to edit the application which will be parsing it on the right. Much more efficient for me...Posted in UEStudio General Discussion
-   Topics
-   Views
- DigitalSorceress
Jun 27, 2007
- Actually, I wish that the built-in SSH console in UE would work that way. Right now, you have to use a right-click context menu. It's quite inefficient. Still, I love the little thing for those quick: log in, execute a command, log out. Like when I edit the /etc/aliases file on our mailserver and al...Posted in Configuration/INI Settings
-   Topics
-   Views
- DigitalSorceress
Jun 27, 2007
- I believe that the reason the PHP features don't work via FTP is that the PHP is installed on the local machine. UltraEdit is passing the commands to the PHP instance on the local system, capturing the results, and displaying in the output window. I've found that XML Lint works the same way... you h...Posted in UEStudio General Discussion
-   Topics
-   Views
- DigitalSorceress
Jun 27, 2007
- I know this reply is late, but I just saw your post.... Chances are, the * means that this is the default account, not that it's broken. Hope That Helps.Posted in Workspace Management
-   Topics
-   Views
- DigitalSorceress
Jun 27, 2007
- I gotta say this new word based undo is going to take a bit of getting used to... I would feel better about it if I could figure out how to disable it in case I don't like it. I see an option in the advanced configuration under editor/advanced to allow for group undo, but toggling it does not appear...Posted in UltraEdit General Discussion
-   Topics
-   Views
- DigitalSorceress
Oct 13, 2006
- I've refined my php5 function string definitions a bit. They now seem to work fine for all of the code in my projects. So, feel free to use these function definitions for your PHP5 wordlist. /Function String 1 = "%[^t ]++function[^t ]+^([a-z0-9_&]+[^t ]++[(]*[)]^)" /Function String 2 = "%[a-z]+[^t ]...Posted in Syntax Highlighting
-   Topics
-   Views
- DigitalSorceress
Sep 22, 2006
- I think I found a solution that works for me I replaced all of those lines with: /Function String = "%[a-z^t ]++function[^t ]+^([a-z0-9_&]+[^t ]++[(][a-z0-9_$&,="'^t ]++[)]^)[ ^t]++^{$^}^{{^}" This works for any combination of keywords (even ones that do not exist) or none at all in front of "functi...Posted in Syntax Highlighting
-   Topics
-   Views
- DigitalSorceress
Sep 22, 2006
- I have a similar problem with PHP... from what I can tell, my functions that are declared without using an access descriptor (public, private, protected) seem to be seen just fine, but functions that start with one of those (inside classes of course) seem to not get picked up. I wouldn't have notice...Posted in Syntax Highlighting
-   Topics
-   Views
- DigitalSorceress
Sep 21, 2006
- snakeyengel, I just went ahead and installed the windows binaries of php on my local windows box... basically, I'm only going to check for syntax, not functionality locally. In that regard, I don't see the huge difference. Isn't valid php syntax valid regardless of the direction of the slashes or wh...Posted in Workspace Management
-   Topics
-   Views
- DigitalSorceress
Sep 21, 2006
- Well, I'm never going to be able to answer the question on differences in as detailed a manner as the UltraEdit site, but here goes... UEStudio is a superset of UE, so it has everything UE has PLUS: Integrated Version Control support (CVS and SubVersion) Full class browser (like the function list in...Posted in Workspace Management
-   Topics
-   Views
- DigitalSorceress
Sep 21, 2006
- Well, it turns out it was partly my problem (my mis-naming the project path folder with / instead of \ ) and partly a bug with ftp (the part where it downloads files from the root of the ftp server instead of from the specified remote directory) Apparently, a hot-fix for that problem is forthcoming....Posted in Workspace Management
-   Topics
-   Views
- DigitalSorceress
Sep 21, 2006
- yes, I meant to say "doesn't work" With Troy's help, I have managed to get it to link to my ftp server, but there is something screwy about the remote path. Even though I specify /home/username/target_dir/ as the remote path, the ftp download and sync functions start grabbing everything from the ser...Posted in Workspace Management
-   Topics
-   Views
- DigitalSorceress
Sep 21, 2006
- That's how I use it too, but I really wish I understood why the "link to ftp/sftp folder" feature works... it seems like a really neat idea, but when I set up a project that way, it doesn't actually seem to do anything.Posted in Workspace Management
-   Topics
-   Views
- DigitalSorceress
Sep 21, 2006