How can I get Dreamweaver to search Perl files? -


I use Dreamweaver as the preferred editor for web development, and often older projects get some Pearl files.

Find and replace the Dreamweaver for some resonance dialog does not seem to recognize these Pearl files. .pl or as searchable files. CGI , so when I use "Find in Folder" on a folder, I know that only the Pearl files that give "0 does not get found in documents" and do not appear to be searched.

How can I get help to find these files?

Thanks,

Tom

Dreamweaver default search SCALA , CGI, PERL, CLS, [insert rare file type] files do not. For example, if you need to find and replace a global inside files with many CGI and PRL extensions like .cgi or .pl, then Dreamweaver will skip the extension.

In order to create Dreamweaver windows recognize these extensions, you need to edit two different extensions.txt files. Here are basic steps to follow.

  1. Back up any files that you are editing for unplanned screw-up Dreamweaver
  2. Run Notepad.exe in "Admin" mode. You may be editing restricted files, and you will not be able to save your edits if you are not in controller mode.
  3. Find Extensions.txt in the following two places. (These locations work for Windows 7 and Windows 8. Later versions may be slightly different):

Location 1:

< P> C: & gt; Users & gt; User_Name & gt; AppData & gt; Roaming & gt; Adobe & gt; Dreamweave CC 2014 & gt; En_US & gt; Configuration & gt; Extension. Txt

Add SCALA or CLS or PL or CGI or your required file type to the first line You can enter file extension type anywhere, separated by commas. Save this file.

Location 2:

C: & gt; Program Files (or Program Files (x86) & gt; Adobe & gt; Adobe Dreamweaver CC & gt; Configuration & gt; Extensions.txt

Similarly, SCALA or CLS or PLI Or add your required file in the first line of this file. You can split the file extension type from any location, by commas. Save this file.

Restart Dreamweaver now. Now search and replace, you will find that dreamwives

The sample "first line" mentioned below is as below: First line: HTML, HTML, SHTM, SHTML, XHTML, STM, SSI, JS, CGI, PL, JSON, ...

This answer is mainly from


Comments

Popular posts from this blog

oracle - The fastest way to check if some records in a database table? -

php - multilevel menu with multilevel array -

jQuery UI: Datepicker month format -