This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 122115 - There is no way how to thread an encoding
Summary: There is no way how to thread an encoding
Status: VERIFIED FIXED
Alias: None
Product: php
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Andrew Korostelev
URL:
Keywords:
Depends on: 122170
Blocks:
  Show dependency tree
 
Reported: 2007-11-16 11:09 UTC by Petr Pisl
Modified: 2008-08-13 17:06 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Pisl 2007-11-16 11:09:41 UTC
Encoding - there is not possibility to set up encoding of the project. In which encoding are a php file created? The
project wizard and the customizer should have encoding property and all new php files created in the project should be
in this encoding. 
There has to be implemented FileEncodingQuery for the php project. If it will not be implemented, then functionalities
(like Find action, Task list, refactoring ...) which ask for the input stream through the appropriate FileObject doesn't
have to work.
Comment 1 Andrew Korostelev 2007-11-20 16:38:55 UTC
ability to set encoding is added.
UI implementation is now the same as for all other projects.
It is possible to change encoding only after project is created.

ability to change encoding during project creation is filed as separate issue 122412

mark this issue as fixed.
committed 2007.11.20
Comment 2 Mikhail Matveev 2008-08-13 17:06:16 UTC
This option exists in the current version