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 269034 - when i try to type the editor stops
Summary: when i try to type the editor stops
Status: NEW
Alias: None
Product: python
Classification: Unclassified
Component: Editor (show other bugs)
Version: 8.2
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Lou Dasaro
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-11-18 16:27 UTC by Ahmed_Ammar_Negoudi
Modified: 2016-12-05 16:32 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
messages.log (144.47 KB, application/octet-stream)
2016-11-18 16:27 UTC, Ahmed_Ammar_Negoudi
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ahmed_Ammar_Negoudi 2016-11-18 16:27:29 UTC
Created attachment 162956 [details]
messages.log

when i try to type the editor stop
Comment 1 Jenselme 2016-12-05 16:32:28 UTC
Thanks for your report. Small questions to help me reproduce the bug:

- How did you get the plugin? http://plugins.netbeans.org/? Other way?
- Does it happen no matter what you type (eg type only ascii characters in a file containing only ascii characters)?
- Does your file contain something like "# -*- encoding: utf8 -*-"? In your messages.log I see a PyString with non byte value exception which can be solved by this header. However, this shouldn't prevent editing.
- Are you using a setuptool or an ant project?
- Do you have any other files/projects opened?