Syntax Highlighting on extentionless files

Let us know what you would like to see in the next version of this software

Moderator: kfury77

Forum rules
Please follow these guidelines when posting feature requests. This will help to increase the value of your contribution.
  • Do not create new topics for already requested features. Add your comments to the existing feature request topics instead;
  • Create separate topic for each feature suggestion. Do NOT post a number of non-related feature suggestions in a single topic;
  • Give your topic a meaningful title. Do NOT create topics with meaningless titles, such as "My Suggestion" or "My Problem".
Please note that we DO READ all suggestions, even if a reply is not posted. Thanks!
Post Reply
benw
Posts: 7
Joined: Fri Feb 04, 2005 4:24 pm
Location: WI
Contact:

Syntax Highlighting on extentionless files

Post by benw »

RAPID PHP Request
I force my server to read extentionless files in order to get rid of index.php pages and not use (?) strings in the URL's. Can you defualt highlight any unknown or unassigned files to have PHP syntax?

example: http://design.metalexpress.net/ redirects to:

http://design.metalexpress.net/mx

where mx is a PHP file without an extention. If I open the file in RPHP it is not syntax highlighted.
<?php str_replace("ASP", "PHP", $str); ?>
User avatar
Karlis
Site Admin
Posts: 3605
Joined: Mon Jul 15, 2002 5:24 pm
Location: Riga, Latvia, Europe
Contact:

Post by Karlis »

At the present moment this is not possible.
Karlis Blumentals
Blumentals Software
www.blumentals.net
ben w

Thank You

Post by ben w »

Thank you for the reply Karlis :)
User avatar
Karlis
Site Admin
Posts: 3605
Joined: Mon Jul 15, 2002 5:24 pm
Location: Riga, Latvia, Europe
Contact:

Post by Karlis »

I will think how to solve this in the future, but can't promise anything yet.
Karlis Blumentals
Blumentals Software
www.blumentals.net
Post Reply