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 257526 - Palette text drag and drop no longer functional if the C plugin is enabled
Summary: Palette text drag and drop no longer functional if the C plugin is enabled
Status: VERIFIED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Remote (show other bugs)
Version: 8.1
Hardware: PC Linux
: P1 normal (vote)
Assignee: Alexander Simon
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2016-01-11 22:35 UTC by ogonet
Modified: 2016-01-29 09:12 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
in case you need patch ASAP (1.17 KB, patch)
2016-01-12 12:26 UTC, Alexander Simon
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description ogonet 2016-01-11 22:35:21 UTC
I'm currently working on palette module plugin that supports multiple languages (currently Java and Python) using the palette module api: 
https://platform.netbeans.org/tutorials/nbm-palette-api2.html

Project:
https://github.com/oziasg/MultiLangSourceFilePalette

The text drag and drop from the palette to the editor no longer works if C++ is enabled in the IDE. I tested this on Windows 10 x64 and Arch Linux in Netbeans 8.1 on 3 separate computers and had the same exact problem. To ensure that this wasn't only an issue with the plugin that I'm currently working on, I tested this with the HTML palette that's included with NetBeans 8.1. With C++ enabled, I experienced the same problem. A fix is a major priority at the moment, because this palette module plugin is being designed for three introductory Computer Science classes starting next semester at a local college.
Comment 1 Alexander Simon 2016-01-12 07:17:44 UTC
Please, provide IDE log and steps to reproduce the problem.
Comment 2 Alexander Simon 2016-01-12 12:20:49 UTC
It is a regression after fixing the bug #248726
Comment 3 Alexander Simon 2016-01-12 12:23:25 UTC
fixed in enum, change set:
b5d5420c4ffb
Comment 4 Alexander Simon 2016-01-12 12:26:15 UTC
Created attachment 158103 [details]
in case you need patch ASAP
Comment 5 ogonet 2016-01-14 16:49:36 UTC
(In reply to Alexander Simon from comment #4)
> Created attachment 158103 [details]
> in case you need patch ASAP

Where do I apply this?
Comment 6 Alexander Simon 2016-01-15 07:19:24 UTC
(In reply to ogonet from comment #5)
> (In reply to Alexander Simon from comment #4)
> > Created attachment 158103 [details]
> > in case you need patch ASAP
> 
> Where do I apply this?

See:
http://wiki.netbeans.org/WorkingWithNetBeansSources
The patch is applied to Netbeans sources.

Or wait until Netbeans build server builds next development version with the patch. I'll expect it at weekend.
The Netbeans build server will automatically add a comment in the bug with an info of Netbenas bits that contains the patch.
Comment 7 Quality Engineering 2016-01-18 03:04:22 UTC
Integrated into 'main-silver', will be available in build *201601180002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/0eb269c7c60b
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixed Bug #257526 Palette text drag and drop no longer functional if the C plugin is enabled
(transplanted from b5d5420c4ffb774e20e510826d6a7aee6d6cfe3b)
Comment 8 ilia 2016-01-27 14:53:02 UTC
  Fixes of this bug:
    http://hg.netbeans.org/releases/rev/b5d5420c4ffb
Comment 9 Alexander Simon 2016-01-29 09:12:39 UTC
v.