Opened 12 years ago
Last modified 12 years ago
#8325 new Bug report
Default editor preference does not work properly
Reported by: | flower8 | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | FileZilla Client |
Keywords: | Editor | Cc: | |
Component version: | Operating system type: | Windows | |
Operating system version: | Windows 7 |
Description
[Steps to reproduce]
- install file zilla
- install ultra edit
- update file zilla
- uninstall ultra edit
- install some other editor - eg) notepad++
- OPEN or EDIT a file in file zilla client
[Current issue]
Filezilla keeps finding older editor.
[Client Info]
Filezilla 3.6.0
compiled for i586-pc-mingw32msvc
build date: 2012-11-10
compiled flags: -g -O2 -Wall -g -fexceptions
[Related issue]
http://trac.filezilla-project.org/ticket/4299
http://trac.filezilla-project.org/ticket/4442
http://trac.filezilla-project.org/ticket/5428
http://trac.filezilla-project.org/ticket/7408
Attachments (4)
Change History (7)
by , 12 years ago
by , 12 years ago
by , 12 years ago
comment:1 by , 12 years ago
Priority: | normal → high |
---|
Additional report. I tried..
[ Steps ]
- Uninstall Filezilla
- go to %APPDATA%Filezilla
- delete every xml files related with filezilla settings
- install Filezilla newest version
[ Current result ]
Same error, Filezilla keeps finding older editor.
[ Status change record ]
According to the several steps, we could think once this happens, it would happen until the user re-install the OS.
This is not a marginal issue, we should deal this as HIGH priority issue.
by , 12 years ago
Start -> Settings -> Default Program Setting -> File extention and protocol : Filezilla does not use the file extention's default editor info from OS.
comment:2 by , 12 years ago
There must be another declaration when FileZilla opens a editor. Please track the declaration.
comment:3 by , 12 years ago
Priority: | high → normal |
---|
### TIPS ###
Tips for users who have same issue.
- Go to FileZilla -> Edit -> Settings
- File editing -> (Check) Use Custom editor
- Set your editor there
- Go to Filetype associations
- Assign your file extention there manually eg) html "C:\Program Files (x86)\Notepad++\notepad++.exe"
php "C:\Program Files (x86)\Notepad++\notepad++.exe"
Since I found the alternate use of editor, the priority set to normal again.
But FileZilla developers,
please track and find why the settings does not overwrite the new editor information.
Added APPDATA/FileZilla/filezilla.xml file. Filezilla currently does not override the setting value.