Native2Ascii Convertor - plugin detail
Java editor hint converts string with native charactes to unicode escape form.

Plugin owner: |
hlavki |
Website: |
http://kenai.com/projects/nb-native2ascii/ |
Added: |
2009-02-22 |
License: |
GPL2 |
Category: |
Editing |
Downloaded: |
3,592 times |
Rating: |
|
Plugin Log |
Show log
2015-10-18 16:11:51 | carlosqt | Vote cast by carlosqt for Native2Ascii Convertor, UC 8.1, vote value: 1; verification overall status recalculated: 1 (0 NoGos, 2 Gos of 6 requests, therefore overal GO) | 2015-10-18 11:00:38 | ent38 | Vote cast by ent38 for Native2Ascii Convertor, UC 8.1, vote value: 1; verification overall status recalculated: 0 (0 NoGos, 1 Gos of 6 requests, therefore overal Undecided) | 2015-10-16 15:44:41 | hlavki | Verification request registered for verifier jpirek, with id: 60800 | 2015-10-16 15:44:41 | hlavki | Verification request registered for verifier jkovalsky, with id: 60799 | 2015-10-16 15:44:41 | hlavki | Verification request registered for verifier geertjan, with id: 60798 | 2015-10-16 15:44:41 | hlavki | Verification request registered for verifier ent38, with id: 60797 | 2015-10-16 15:44:41 | hlavki | Verification request registered for verifier djamdev, with id: 60796 | 2015-10-16 15:44:41 | hlavki | Verification request registered for verifier carlosqt, with id: 60795 | 2015-10-16 15:44:41 | hlavki | Verification registered for version 8.1, with id: 60794 | 2015-10-16 15:44:20 | hlavki | Plugin edited, id:16254, pubid:16254 | 2015-10-16 15:44:20 | hlavki | Plugin edit initiated | 2015-10-16 15:43:26 | hlavki | Binary successfully saved 1445024606_eu-hlavki-netbeans-editor-unicode.nbm, binary_id: 4052, version: 8.1 | 2015-10-16 15:43:26 | hlavki | Binary uploaded successfully - /space/pluginportal-v2/public/data/nbms/eu-hlavki-netbeans-editor-unicode.nbm | 2015-10-16 15:43:26 | hlavki | Uploading new binary for version 8.1 |
|
|
Versions available
|
Download size: 0.02 MB
|
Last Update: 2015-10-16
|
This plugin is also available on the NetBeans Plugin Portal Update Center. Use 'Tools > Plugins' action from the NetBeans IDE main menu for convenient installation of this plugin
What's new in this version
Add support for netbeans 8.1 and better description
Verifications for NetBeans versions
Decisions of individual verifiers for Native2Ascii Convertor plugin for NetBeans IDE 8.1
carlosqt |
|
jkovalsky jpirek djamdev geertjan |
Commentscarlosqt: Works on NB 8.1 RC2
Windows 8.1 Pro 64Bit
Java 1.8.0_60 64Bit
|
Download size: 0.02 MB
|
Last Update: 2009-08-11
|
What's new in this version
Download latest version for all supported netbeans versions on kenai project page
Verifications for NetBeans versions
Plugin is not subject to any verification
Decisions of individual verifiers for Native2Ascii Convertor plugin for NetBeans IDE 8.1
carlosqt |
|
jkovalsky jpirek djamdev geertjan |
Commentscarlosqt: Works on NB 8.1 RC2
Windows 8.1 Pro 64Bit
Java 1.8.0_60 64Bit
Introduction
Java editor hint converts string with native charactes to unicode escape form. A Unicode escape of the form \uxxxx, where xxxx is a hexadecimal value, represents the UTF-16 code unit whose encoding is xxxx. This translation step allows any program to be expressed using only ASCII characters.
Sample usage: 
|
[ You have to be logged in to be able to comment. ]
User Comments
RE: Doesn't work with Netbeans 6.7
Ok, finally now it woks only with 6.7. It's because plugin use implementation version dependencies.
Posted by hlavki on Jul 22, 2009
RE: Doesn't work with Netbeans 6.7
Updated new version that supports both version of netbeans (6.5, 6.7)
Posted by hlavki on Jul 22, 2009
RE: Doesn't work with Netbeans 6.7
Ive just downloaded sources from mercurial of the project, opened in Netbeans, recompiled and made NMB module and it worked.
If you have problems doing it yourself let me know and I will upload package somewhere.
Posted by mco on Jul 02, 2009
Doesn't work with Netbeans 6.7
When trying to install the plugin you'll get a:
Some plugins require plugin Java Editor to be installed.
The plugin Java Editor is requested in implementation version 4. The following plugin is affected: Native2Ascii Convertor
Some plugins require plugin Java Hints to be installed.
The plugin Java Hints is requested in implementation version 3. The following plugin is affected: Native2Ascii Convertor
Some plugins require plugin Editor Hints to be installed.
The plugin Editor Hints is requested in implementation version 6. The following plugin is affected: Native2Ascii Convertor Some plugins not installed to avoid potential installation problems.
Posted by jiai on Jul 01, 2009
|