RE: New test scenario for FTP testing in PHP projects

2018-11-03 Thread peter
, when I want to create a new typescript page, there's not a new page for that. I have to use empty file to create it. Is there a plugin for new typescript pages? Peter Borreggine Owner and Developer Angular/Bootstrap/NodeJS/Databases/HTML5/CSS3/Responsive Web Design/SEO WebParity.net A Se

RE: Are we ready for branching for Apache NetBeans 11.0?

2019-02-07 Thread peter
All, WOW! NB11? I'm still on 9.0! Please send me the latest stable LINK for NB10 v.xxx NB9 locks up and memory builds so as I cannot SAVE. Thank you! Peter Borreggine Owner and Developer Angular/Bootstrap/NodeJS/Databases/HTML5/CSS3/Responsive Web Design/SEO WebParity.net A Se

RE: Very Slow Operations with NB 11

2019-04-12 Thread peter
or P3 where P1 is a showstopper, P2 has a workaround and P3 is plainly cosmetic. I'm old school and 59 years old. Been doing this for over 35 years. Let's BEAT the competition and put out the best product we can. Agreed? Peter Borreggine Owner and Developer Angular/Bootstrap/NodeJS/

RE: Very Slow Operations with NB 11

2019-04-12 Thread peter
I’m not using Gradle... hate it. We have problems at work with Gradle on InteliJ which also sucks. Peter Borreggine Owner and Developer Angular/Bootstrap/NodeJS/Databases/HTML5/CSS3/Responsive Web Design/SEO WebParity.net A Service Connected Disabled Veteran Owned Business WA State License: 603

RE: Very Slow Operations with NB 11

2019-04-12 Thread peter
OH? So Gradle is "built-into" NBs? Forgive my ignorance. Thank you Peter Borreggine Owner and Developer Angular/Bootstrap/NodeJS/Databases/HTML5/CSS3/Responsive Web Design/SEO WebParity.net A Service Connected Disabled Veteran Owned Business WA State License: 603-501-609 360-830-892

RE: Very Slow Operations with NB 11

2019-04-12 Thread peter
There are only 44 .java files for me and I never program in Java. I'm an Angular/Node/Bootstrap guy. This is for 8.2 There are only 33 being used in NB 10 There are only 36 being used in NB 11 This is for me... Peter Borreggine Owner and Developer Angular/Bootstrap/NodeJS/Databases/

RE: Very Slow Operations with NB 11

2019-04-12 Thread peter
NB 11 just locked up cutting and pasting, then just got a message: not responsive for 20 sec... Sent 10 review and reports... Peter Borreggine Owner and Developer Angular/Bootstrap/NodeJS/Databases/HTML5/CSS3/Responsive Web Design/SEO WebParity.net A Service Connected Disabled Veteran Owned

RE: Very Slow Operations with NB 11

2019-04-12 Thread peter
Darn it! I thought that by clicking review and report it did it automatically. That would be a great thing to automatically create a JIRA ticket when a problem occurs. Do you all concur? Because having to retype everything slows progress. V/r Peter Borreggine Owner and

Re: Correct place for plugin development questions

2018-05-25 Thread Peter Nabbefeld
Hi Stephen, what does it mean, You "cannot get it working"? Which problems (behaviour or exceptions) do You have exactly? Kind regards Peter Am 25.05.2018 um 11:50 schrieb sgpa...@mainscreen.com: Hi, Can someone please direct me to the correct place for asking questions regard

OSGi archetype problem (NETBEANS-595)

2018-05-25 Thread Peter Nabbefeld
Hello, will it be possible to fix https://issues.apache.org/jira/browse/NETBEANS-595 before release? I added a comment so it should be straightforward for somebody knowing about the Maven modules implementation. Kind regards Peter

Re: output window coloring question

2018-05-25 Thread Peter Cheung
i am using system.out Thanks From Peter From: Emilian Bold Sent: Friday, May 25, 2018 1:02:26 AM To: dev@netbeans.incubator.apache.org Subject: Re: output window coloring question Maven is being executed as an external process which writes to a terminal

Re: Correct place for plugin development questions

2018-05-25 Thread Peter Nabbefeld
oc says "Similar to extenderForModifier(ProjectClassPathModifierImplementation) but permits the new SPI to be created lazily.". Probably there's a problem with the SPI, I'll have a look at it. Kind regards Peter Am 25.05.2018 um 12:59 schrieb sgpa...@mainscreen.com: Hi Peter,

Re: Correct place for plugin development questions

2018-05-25 Thread Peter Nabbefeld
implementation code). Kind regards Peter Am 25.05.2018 um 12:59 schrieb sgpa...@mainscreen.com: Hi Peter, Thanks for the quick reply. The plugin adds a library to the classpath, currently by rewriting the projevct properties file. I am trying to use the API instead. I can get it working using Proj

Re: Correct place for plugin development questions

2018-05-25 Thread Peter Nabbefeld
Oops, sorry for the duplicate postings - had some problems with my email client. Regards Peter Am 25.05.2018 um 12:11 schrieb Peter Nabbefeld: Hi Stephen, what does it mean, You "cannot get it working"? Which problems (behaviour or exceptions) do You have exactly? Kind reg

Re: Correct place for plugin development questions

2018-05-25 Thread Peter Nabbefeld
I'll try looking up the pcpmi if the visibility will let me - The pcpmi can at least provide a list of the extensible source groups, which should lead to the right value for the second parameter to addLibraries. How do get the list of types for parameter 3 I wonder? On 2018/05/25 11:57:42,

Re: OSGi archetype problem (NETBEANS-595)

2018-05-25 Thread Peter Nabbefeld
‐‐‐ Original Message ‐‐‐ On 25 May 2018 1:23 PM, Peter Nabbefeld wrote: Hello, will it be possible to fix https://issues.apache.org/jira/browse/NETBEANS-595 before release? I added a comment so it should be straightforward for somebody knowing about the Maven modules implementation. Kind

Re: Build systems [WAS: Re: [VOTE] Release Apache NetBeans 9.0 RC1 (incubating) rc1]

2018-05-25 Thread Peter Steele
+1 Gradle -1 Maven Gradle is far superior to maven especially in multi project projects. It still uses ant for certain tasks such as jar signing but the groovy scripting allows you to powerfully control how the build works. I will admit it's a bit of mind set change but once you are over the learn

Re: output window coloring question

2018-05-28 Thread Peter Cheung
Yes you are right, if i switch back to old maven, it back to works. thanks Thanks From Peter From: cowwoc Sent: Saturday, May 26, 2018 2:36 AM To: dev@netbeans.incubator.apache.org Subject: Re: output window coloring question On a related note, Maven 5.0+ is

Still problems editing Java code with NB 9.0

2018-05-29 Thread Peter Nabbefeld
;file" from the collection. Well, writing the type in front of the name isn't so much work, but I don't like those exceptions to be thrown. And there're others, too. Kind regards Peter - T

How to implement a new language support?

2018-06-01 Thread Peter Nabbefeld
t;, it uses e.d. "org.netbeans.spi.lexer.LanguageHierarchy". IIRC this is older than GSF/CSL API, which is used e.g. for the (netbeans-internal) YAML module. Which API should I use? Kind regards Peter - To unsubscr

Re: How to implement a new language support?

2018-06-01 Thread Peter Nabbefeld
Hi Eirik, thank You very much, Eirik, especially for making the source code freely available! Kind regards Peter Am 01.06.2018 um 20:16 schrieb Eirik Bakke: Ah, sorry, here’s the latest version of the LexerInputCharStream file: https://gist.github.com/eirikbakke/fdda0e6b43ed1b2d54eb

Re: How to implement a new language support?

2018-06-03 Thread Peter Nabbefeld
eally addressing the original question in its context: The original posting was a question primarily about which NetBeans API to use, but the (incomplete) subject was obviously misleading, so I'll repost my question with a more exact subject. Kind regards Peter Am 02.06.2018 um 17:22 schrieb Ste

How to add a template file to some category?

2018-06-03 Thread Peter Nabbefeld
der = "Web Services", category = "web-types", content = "MyTemplate.template", displayName = "My template file") But obviously this is still wrong ... Which would be the right parameter values? Kind regards Peter

Questions about cluster

2018-06-03 Thread Peter Cheung
Dear All I got questions about cluster, please help 1. If cluster means the netbeans with some plugins? 2. if i build the "platform" cluster by "ant -Dcluster.config=platform", how can i what plugins will be bundle? Thanks >From Peter

[Solved] Re: How to add a template file to some category?

2018-06-03 Thread Peter Nabbefeld
Already solved, category parameter has been wrong. P. Am 03.06.2018 um 23:55 schrieb Peter Nabbefeld: Hello, I'd like to add my own template to the "New File" dialog under category "Web Services". It should be available at the same time as the other templates.

Re: Questions about cluster

2018-06-04 Thread Peter Cheung
Thanks Tim >From Peter From: Tim Boudreau Sent: Monday, June 4, 2018 12:59 PM To: dev@netbeans.incubator.apache.org Subject: Re: Questions about cluster A "cluster" is a group of modules; it is common for there to be interdependencies. What is

How to create a module suite using Maven?

2018-06-04 Thread Peter Nabbefeld
ed (though dependent), so starting the "main module" doesn't load its dependencies. What am I missing? Kind regards Peter - To unsubscribe, e-mail: dev-unsubscr...@netbeans.incubator.apache.org For additiona

Re: How to create a module suite using Maven?

2018-06-04 Thread Peter Nabbefeld
Thank You, Tim! What does an application project make so special? I guess, it's not "only" the branding? BTW, can I drop it, to turn the application project into a suite? Regards Peter Am 05.06.2018 um 07:59 schrieb Tim Boudreau: Suites were really invented for Ant pro

Re: How to create a module suite using Maven?

2018-06-05 Thread Peter Nabbefeld
E, like a usual suite project. However, just when I looked around and tried to create a Maven project from artifact, I also found the archetype "nbm-suite-root", which I couldn't find anything about at NB site - I'll try that. Kind regards Peter Am 05.06.2018 um 08:17 s

Re: How to create a module suite using Maven?

2018-06-05 Thread Peter Nabbefeld
Hello Geertjan, I'll go to try that later today, probably this evening. Kind regards Peter Am 05.06.2018 um 11:53 schrieb Geertjan Wielenga: Just follow the tutorial -- yes, it requires 8.1 or above, I think it's not a problem. Rather than figuring various things out, can you

Re: How to create a module suite using Maven?

2018-06-05 Thread Peter Nabbefeld
ke "normal" POM projects containing NB modules etc. Kind regards Peter Am 05.06.2018 um 11:24 schrieb Peter Nabbefeld: Hi Geertjan, thank You! At the beginning of the tutorial I found a little mistake: While the "sticker" says, "Requires NetBeans 8.1", there'

Re: How to create a module suite using Maven?

2018-06-05 Thread Peter Nabbefeld
Other strange things now happen, like duplicated jar files (using different names) and duplicated clusters (default one + one with artifact name). If I need the archetype "nbm-suite-root", I'll have to investigate those further. So going to try two other possible option

Re: Microsoft buys GitHub

2018-06-05 Thread Peter Cheung
Codeplex, nokia, robotVM, all dead From: Emilian Bold Sent: Tuesday, June 5, 2018 4:15 PM To: dev@netbeans.incubator.apache.org Subject: Microsoft buys GitHub Hello, I'm a bit worried about Microsoft steering the future of open-source projects' online collabora

Re: How to create a module suite using Maven?

2018-06-05 Thread Peter Nabbefeld
uot;nbm-suite-root" plugin is working in general, but it refuses to load external dependencies if OSGi modules are allowed as dependencies; I've filed an issue. However, this is not a problem in my case. Kind regards Peter Am 05.06.2018 um 12:09 schrieb Peter Nabbe

Re: How to create a module suite using Maven?

2018-06-05 Thread Peter Nabbefeld
Seems I've made some mistakes in configuration, probably because of some copy/paste done wrong. Am 05.06.2018 um 12:33 schrieb Peter Nabbefeld: Other strange things now happen, like duplicated jar files (using different names) and duplicated clusters (default one + one with artifact

Re: Microsoft buys GitHub

2018-06-08 Thread Peter Steele
Encouraging read https://www.reddit.com/r/AMA/comments/8pc8mf/im_nat_friedman_future_ceo_of_github_ama/?limit=500 On Thu, 7 Jun 2018, 19:46 Stephen Parry, wrote: > Just my tuppence worth (being British) regarding Micro$oft being evil: > companies do change. I remember when IBM was the byword

Re: Questions about contributing code and developing on top of Platform 9.0

2018-06-15 Thread Peter Steele
Is there a guide any where for building netbeans in the netbeans ide so you can use netbeans to debug things? On Fri, 15 Jun 2018, 19:48 Dmitry Avtonomov, wrote: > Thanks Matthias and Gj! > > I've added the extra Debug line to confluence wiki: > > https://cwiki.apache.org/confluence/display/NETB

Re: Questions about contributing code and developing on top of Platform 9.0

2018-06-15 Thread Peter Steele
Geertjan I've seen that link but running ant from netbeans is not the same as actually running the actual java code where you can step through code and inspect variables etc. Regards Peter On Fri, 15 Jun 2018 19:59 Geertjan Wielenga, wrote: > Here it is: > > > https:/

Where ha wicket plugin gone?

2018-06-23 Thread Peter Nabbefeld
Hello, I've found there's been some wicket support implemented by Geertjan, sources had been at java.net. Does somebody know where those have gone? Kind regards Peter - To unsubscribe, e-mail: de

Module org.netbeans.modules.java.hints/1 missing?

2018-06-24 Thread Peter Nabbefeld
else use this build? Just to make sure if it's my fault ... Kind regards Peter - To unsubscribe, e-mail: dev-unsubscr...@netbeans.incubator.apache.org For additional commands, e-mail: dev-h...@netbeans.incubator.apache.org

Re: Module org.netbeans.modules.java.hints/1 missing?

2018-06-24 Thread Peter Nabbefeld
No - usually I'm trying not to initialize everything again and again, if not absolutely necessary. That's why I asked if others do have the same problems. If not, I really do have to clean my user directory ... Regards Peter Am 24.06.2018 um 16:56 schrieb Geertjan Wielenga: Are y

Why do I still need to implement "getName()" for an action annotated with "@ActionRegistration"?

2018-06-24 Thread Peter Nabbefeld
e. I'd prefer to use the layer's entry as a default value - any chance to change the implementation of CookieAction (and/or any related)? Kind regards Peter - To unsubscribe, e-mail: dev-unsubscr...@netbeans.incubat

Re: Why do I still need to implement "getName()" for an action annotated with "@ActionRegistration"?

2018-06-24 Thread Peter Nabbefeld
Just because it's already there.  ;-) I'm just hanging around with some old code ... will have to figure out, how to exactly change it. Peter Am 24.06.2018 um 19:47 schrieb Geertjan Wielenga: The real question is why you're using CookieAction at all. http://bits.netbeans.

Re: Updater branding

2018-06-25 Thread Peter Steele
There is a nice little animated gif of stack overflow which shows you how to do this. https://stackoverflow.com/a/24159161/2999563 On Mon, 25 Jun 2018 17:27 Geertjan Wielenga, wrote: > https://github.com/apache/incubator-netbeans/pull/601 > > That's a PR for 'main'. How do I get it into 'rele

loader constraint violation in maven plugin project

2018-06-27 Thread Peter Nabbefeld
merTestPage.html. 4. An exception dialog pops up ("Unexpected Exception"). Probably it's important: Using NB 8.2 with JDK 1.8 on Linux. Any help appreciated. Kind regards Peter - To unsubscribe, e-mail: dev-u

How to fix a ClassLoader in a NetBeans module with external libraries?

2018-06-28 Thread Peter Nabbefeld
asses loaded by different class loaders are different, assignment results in a LinkageError. The class is in this case "javax.lang.model.util.Elements". Is there any chance to convert Objects from eleme...@org.netbeans.modules.java.source.base to Elements@my.modu

Re: How to fix a ClassLoader in a NetBeans module with external libraries?

2018-06-28 Thread Peter Nabbefeld
endency into the same class loader, I'd be fine. Peter Am 28.06.2018 um 17:49 schrieb Geertjan Wielenga: The real question is why the plugin needs to do any of this. Gj On Thu, Jun 28, 2018 at 10:59 AM, Peter Nabbefeld wrote: Hello, I've got a LinkageError when running a NetBean

Re: How to fix a ClassLoader in a NetBeans module with external libraries?

2018-06-28 Thread Peter Nabbefeld
In some Ant-based module I found this: "OpenIDE-Module-Hide-Classpath-Packages: com.sun.tools.javac.**, com.sun.tools.javadoc.**, com.sun.tools.javap.**, com.sun.tools.classfile.*". Is there sth. I can configure in nbm-maven-plugin to put this into my manifest? Peter Am 28.06.201

Re: How to fix a ClassLoader in a NetBeans module with external libraries?

2018-06-28 Thread Peter Nabbefeld
#x27;ll be able to ever fix all the bugs then. Peter Am 28.06.2018 um 18:31 schrieb Geertjan Wielenga: The real question is why the plugin needs to do any of this -- why does it have a dependency on nb-javac? What happens when you remove it? Do you actually need that dependency at al

Re: How to fix a ClassLoader in a NetBeans module with external libraries?

2018-06-28 Thread Peter Nabbefeld
Thank You Geertjan, I'll go to ask him. Peter Am 28.06.2018 um 18:57 schrieb Geertjan Wielenga: The person to interact with 100% on this is Tim Boudreau who wrote that code. Gj On Thu, Jun 28, 2018 at 6:39 PM, Peter Nabbefeld wrote: nb-javac is used to scan the Java source code e.g

ModuleInstall.restore() seems not to be called

2018-07-07 Thread Peter Nabbefeld
27;m doing wrong? Kind regards Peter - To unsubscribe, e-mail: dev-unsubscr...@netbeans.incubator.apache.org For additional commands, e-mail: dev-h...@netbeans.incubator.apache.org For further information about the NetBeans mai

Re: ModuleInstall.restore() seems not to be called

2018-07-07 Thread Peter Nabbefeld
Found the problem: No OpenIDE-Module-Install added to manifest. And found a better solution for my case: Using @OnShowing. Regards Peter Am 07.07.2018 um 19:18 schrieb Peter Nabbefeld: Hello, I tried to do some debugging of the Installer class, but the breakpoint in the restore method

How to define a language inheriting from HTML?

2018-07-07 Thread Peter Nabbefeld
ttributes as an embedded language? How would I do that? Kind regards Peter - To unsubscribe, e-mail: dev-unsubscr...@netbeans.incubator.apache.org For additional commands, e-mail: dev-h...@netbeans.incubator.apache.org For furt

Re: How to define a language inheriting from HTML?

2018-07-07 Thread Peter Nabbefeld
That's XHTML, so You can define namespaces. Problems arise with HTML. Peter Am 07.07.2018 um 21:25 schrieb Geertjan Wielenga: This screenshot from the NetBeans Wicket tutorial shows no errors at all: https://netbeans.org/images_www/articles/74/web/wicket/widget-2.png Gj On Sat,

Re: How to define a language inheriting from HTML?

2018-07-07 Thread Peter Nabbefeld
I'd just like to provide as much functionality as possible.  ;-) Peter Am 07.07.2018 um 21:32 schrieb Geertjan Wielenga: So, use XHTML... Gj On Saturday, July 7, 2018, Peter Nabbefeld wrote: That's XHTML, so You can define namespaces. Problems arise with HTML. Peter Am

Re: How to define a language inheriting from HTML?

2018-07-07 Thread Peter Nabbefeld
The problem is: html.editor has a friend-only API, with 21 "friends". Probably the API could be changed to be public, then? Kind regards Peter Am 07.07.2018 um 21:34 schrieb Peter Nabbefeld: I'd just like to provide as much functionality as possible.  ;-) Peter Am 0

Re: How to define a language inheriting from HTML?

2018-07-07 Thread Peter Nabbefeld
The problem is: html.editor has a friends-only API, with 21 "friends". As this API is so widely used, couldn't it be turned into a public one? Kind regards Peter Am 07.07.2018 um 21:34 schrieb Peter Nabbefeld: I'd just like to provide as much functionality as possib

How to set the read lock on TokenHierarchyOperation?

2018-07-11 Thread Peter Nabbefeld
eTextInput]: !!WARNING!! Missing READ-LOCK when accessing TokenHierarchy: input-source:org.netbeans.modules.editor.NbEditorDocument@51afa06c, mimeType='text/html', kitClass=null, length=976, version=1, file=org.netbeans.modules.html.HtmlDataObject@6c020887[/home/peter/NetBeansProjects/Wi

Re: How to set the read lock on TokenHierarchyOperation?

2018-07-11 Thread Peter Nabbefeld
Hi Junichi, yes, thank You, that helped a lot, since I've been on the wrong trail - locked for sth. to fix in the area of the lexer. I'm not yet used to the Javac adoption by netbeans lexing and parsing logic. Kind regards Peter Am 11.07.2018 um 13:02 schrieb Junichi Yama

What will happen to NB 8.x (and earlier)?

2018-07-11 Thread Peter Nabbefeld
Hello, I wonder what will happen to earlier versions of NetBeans - will there any be available for longer time, or will hg repository etc. be closed completely and probably removed? Kind regards Peter - To unsubscribe, e

Any chance to still get some change into 8.2?

2018-07-11 Thread Peter Nabbefeld
Hello, I'd need the patch for NETBEANS-1035 (making org.netbeans.modules.web.wicket a friend of html.editor and html.editor.lib) to also go into NB 8.2 - still any chance? Or no more features for 8.2? Kind regards

Public vs. Friend API?

2018-07-12 Thread Peter Nabbefeld
agree these are not for public use. I'd be interested in comments on this - so, what do You think? Kind regards Peter - To unsubscribe, e-mail: dev-unsubscr...@netbeans.incubator.apache.org For additional commands, e-mail: d

Re: Public vs. Friend API?

2018-07-12 Thread Peter Nabbefeld
to Apache, I'd like to further discuss the process of extending and hardening APIs. Regards Peter Am 13.07.2018 um 04:28 schrieb Tim Boudreau: The original idea of friend apis was to allow development of an api with the understanding that nobody gets things perfect the first time, s

Re: Public vs. Friend API?

2018-07-13 Thread Peter Nabbefeld
n a better and especially more transparent process. Regards Peter Am 13.07.2018 um 08:33 schrieb Geertjan Wielenga: Maybe a starting point could be for you to provide a pull request with the changes you'd like and then we can discuss that and agree together whether or not those changes ma

Re: Public vs. Friend API?

2018-07-13 Thread Peter Nabbefeld
spec version should probably change, too). Kind regards Peter Am 13.07.2018 um 10:33 schrieb Johannes Boesl: Hi there, just for completeness. It's well possible to depend on implementation version using maven. Here is an abstract from one of my poms: org.codehaus.mojo nbm-ma

Re: Public vs. Friend API?

2018-07-13 Thread Peter Nabbefeld
he move to Apache as a chance, to finally implement a better API release process. This chance will probably never come back. Kind regards Peter Am 13.07.2018 um 12:03 schrieb Geertjan Wielenga: Yes, of course. But Johannes was responding to this statement of yours and trying to help you an

How to merge HTML palette categories?

2018-07-13 Thread Peter Nabbefeld
les/web/wicket/palette/editablefield/Editable.xml">                                     ... I know, the "but what to do with the " Kind regards Peter - To unsubscribe, e-mail: dev-unsubscr...@n

Implementation dependencies problem with Maven based NetBeans plugin project

2018-07-14 Thread Peter Nabbefeld
.compile(Main.java:523)     ... 27 more Additionally, my Java sources now have red badges, because classes aren't found. What am I doing wrong? Kind regards Peter - To unsubscribe, e-mail: dev-unsubscr...@netbeans.i

Re: Implementation dependencies problem with Maven based NetBeans plugin project

2018-07-14 Thread Peter Nabbefeld
https://github.com/pnabbefeld/NBWicketSupport Am 14.07.2018 um 12:35 schrieb Geertjan Wielenga: Without a project or steps to reproduce from scratch, no one can really help. Gj On Saturday, July 14, 2018, Peter Nabbefeld wrote: Hello, I've tried to add following module depende

Re: Implementation dependencies problem with Maven based NetBeans plugin project

2018-07-14 Thread Peter Nabbefeld
Seems I've corrupted my local repository, but I cannot re-download and re-index it. P. Am 14.07.2018 um 13:37 schrieb Peter Nabbefeld: https://github.com/pnabbefeld/NBWicketSupport Am 14.07.2018 um 12:35 schrieb Geertjan Wielenga: Without a project or steps to reproduce from scratc

Re: Implementation dependencies problem with Maven based NetBeans plugin project

2018-07-14 Thread Peter Nabbefeld
-html-editor:pom:RELEASE82 in central (http://repo.maven.apache.org/maven2) Regards Peter Am 14.07.2018 um 14:01 schrieb Peter Nabbefeld: Seems I've corrupted my local repository, but I cannot re-download and re-index it. P. Am 14.07.2018 um 13:37 schrieb Peter Nabbefeld: https://

[Solved] Re: Implementation dependencies problem with Maven based NetBeans plugin project

2018-07-14 Thread Peter Nabbefeld
Solved: Assumed I'd need to declare dependencies in one of the both places (module vs.  plugin dependencies), as I was used it was impossible to use an implementation dependency in plugins - just learning.  ;-) Now POM is fixed and pushed.  :-) Kind regards Peter Am 14.07.2018 um

Re: Apache NetBeans Apress Book

2018-07-16 Thread Peter Nabbefeld
and with refactoring, embedding other languages like Javascript in HTML, XML support], doing about everything manually, using Antlr, using JavaCC). What about visual library and Java Source API? Just some ideas ;-) Peter Am 16.07.2018 um 21:44 schrieb Delfi Ramirez: Agreed in the main stru

Re: Apache NetBeans Apress Book

2018-07-17 Thread Peter Steele
Can someone link the current book to netbeans.apache.org? Would've good to reference it in the documentation page and when /if the new book comes the link can be updated. On Tue, 17 Jul 2018 09:40 Delfi Ramirez, wrote: > +1 Huang Kai 😉 > > A wonder of myself to the community. Is there exist any

Re: Public vs. Friend API?

2018-07-18 Thread Peter Nabbefeld
(by sharing some token, residing together in a "sub-cluster" or sth. similar). Only in this context, IMHO it could be a good idea, to automatically propagate status. Therefore I'd prefer to: - set up a community page for API re

Re: Apache NetBeans Apress Book

2018-07-18 Thread Peter Steele
I had a look at Apress and there are quite a few books on netbeans (one already that uses Netbeans 9 for its demos!). They all cost money (unsurprisingly), I was wondering how that would fit in to a community written book? I don't have any expertise to add myself (I'm kind of waiting till things s

Re: Public vs. Friend API?

2018-07-19 Thread Peter Nabbefeld
an automatic started review process. If that doesn't come to an end in time, the API could possibly be propagated automatically. I should probably start to write a spec proposal for the process, but it will take some time. Peter --

[OT][JDK] Where to find description of com.sun.source.tree.* classes?

2018-07-21 Thread Peter Nabbefeld
Hello, I'm currently trying to understand Java source parsing using the com.sun.source.tree.* classes. Is there any good description beyond javadoc? Kind regards Peter - To unsubscribe, e-mail: dev-uns

Re: Public vs. Friend API?

2018-07-23 Thread Peter Steele
Could Netbeans implement something similar in his stack overflow? https://stackoverflow.com/q/3297/2999563 Let it be flagged as unstable or experimental in the javadoc but let the user decide (how ever stupid it maybe) On Mon, 23 Jul 2018 10:12 Neil C Smith, wrote: > On Mon, 23 Jul 2018, 0

Re: What will happen to NB 8.x (and earlier)?

2018-07-26 Thread Peter Blemel
some spare cycles materialize it would be nice to have a repo somewhere other than the copies I keep squirreled away. Thanks, Peter From: Neil C Smith Sent: Thursday, July 26, 2018 11:48 AM To: dev@netbeans.incubator.apache.org Subject: Re: What will happen to N

Netbeans 9.0 mac installer forever lost?

2018-07-30 Thread Peter Cheung
Hi Netbeans 9.0 mac installer forever lost? not going to make one? Thanks >From Peter

Re: Netbeans 9.0 mac installer forever lost?

2018-07-30 Thread Peter Cheung
rever lost? Wow, cool, let’s discuss, with Peter, who started this thread, the random person who created the solution discussed below, me, and anyone else who wants to participate. Gj On Monday, July 30, 2018, Jim Jagielski wrote: > One of the things I do with Apache Open Office is

Where is RELEASE82 for Maven

2018-07-30 Thread Peter Cheung
ve RELEASE90 or even RELEASE82. Please help. netbeans Repository hosting NetBeans modules http://bits.netbeans.org/nexus/content/groups/netbeans false Thanks >From Peter - To unsubscrib

Snap - Linux packaging

2018-07-30 Thread Peter Steele
e the Linux discussions too. Peter

Re: Netbeans 9.0 mac installer forever lost?

2018-07-30 Thread Peter Cheung
Thanks GJ Thanks >From Peter From: Geertjan Wielenga Sent: Tuesday, July 31, 2018 12:46 AM To: dev@netbeans.incubator.apache.org Subject: Re: Netbeans 9.0 mac installer forever lost? Here's something else related to this: https://github.com/phaus/netb

Re: Where is RELEASE82 for Maven

2018-07-30 Thread Peter Cheung
sorry, that was chinese style english, we always say something is crazy, nothing offense 😊 Thanks From Peter From: Geertjan Wielenga Sent: Monday, July 30, 2018 10:20 PM To: dev@netbeans.incubator.apache.org Cc: d...@netbeans.apache.org Subject: Re: Where is

Re: Snap - Linux packaging

2018-07-30 Thread Peter Steele
/jira/browse/INFRA-16728 > > Till it happens: > wget > > https://s3-us-west-2.amazonaws.com/lkishalmi-us-west-2-public/snaps/netbeans_9.0_amd64.snap > sudo snap install netbeans_9.0_amd64.snap --dangerous --classic > > On 07/30/2018 09:49 AM, Peter Steele wrote: > > Hi

Re: [DISCUSS] Integration of 2nd donation

2018-07-31 Thread Peter Steele
https://help.github.com/articles/merging-an-upstream-repository-into-your-fork/ On Tue, 31 Jul 2018 15:41 Geertjan Wielenga, wrote: > Is there a way to merge the branch into master on GitHub? > > Or is there someone who can recommend best practices for doing this? > > Thanks, > > Gj > > > On Tue

Re: [DISCUSS] Integration of 2nd donation

2018-07-31 Thread Peter Steele
nce, but should someone do this in their own clone > or should it be done directly in > https://github.com/apache/incubator-netbeans? > > Gj > > On Tue, Jul 31, 2018 at 4:45 PM, Peter Steele > wrote: > > > https://help.github.com/articles/merging-an-upstream- > &g

Re: [DISCUSS] Integration of 2nd donation

2018-08-01 Thread Peter Steele
bout this and explain what > >>> needs to > >>> > be done re Rat and then someone can do that. > >>> > > >>> > >>> I think it might be good to merge master into the 2ndDonation branch > >>> (and > >>> push to 2ndDonation). Th

Re: Apache NetBeans Release Cycle

2018-08-07 Thread Peter Steele
Phycologically people feel they have a more modern system if it updates more frequently. There should be no reason why minor items can't be released quickly in a more agile way. I suspect though we need to move out of incubator status for that because there are a lot of rounds of approval before co

Re: Using 8.2 plugins in 9.0

2018-08-07 Thread Peter Steele
Useful tip for those editing confluence, you can select dates for the table by typing // to bring up the date selector. The dates in the table are then sortable. On Tue, Aug 7, 2018 at 12:35 PM Oliver Rettig wrote: > +1 and thanks > > Hi all, > > > > On the Slack channel and elsewhere there's be

Re: Apache NetBeans Release Cycle

2018-08-07 Thread Peter Steele
Badly worded by me, module update issue is where the update center will be located On Tue, 7 Aug 2018 15:54 Oliver Rettig, wrote: > > Phycologically people feel they have a more modern system if it updates > > more frequently. There should be no reason why minor items can't be > > released quick

Re: Cleanup of old pending PRs

2018-08-16 Thread Peter Steele
y thoughts on this would be to decide on a more formal PR approach and apply it to this situation Peter On Fri, 17 Aug 2018, 06:10 Mario Schroeder, wrote: > Hi, > > I would not close all. At least one PR is missing a second reviewer and > could be merged then. So it depends. > The

Re: Cleanup of old pending PRs

2018-08-17 Thread Peter Steele
2018 07:35 Jaroslav Tulach, wrote: > Dne Pá 17. srpna 2018 06:30:28, Peter Steele napsal(a): > > So my thoughts on this would be to decide on a more formal PR approach > and > > apply it to this situation > > Great, that is what I am calling for! > > Let's auto

Re: Cleanup of old pending PRs

2018-08-17 Thread Peter Steele
Looks like CONTRIBUTOR.md is "standard place" to put information on how to contribute. Should be easy to add this to the root folder in GitHub. On Fri, 17 Aug 2018 09:00 Peter Steele, wrote: > What is the process / criteria for approving a PR and what is the process > / criter

Issue with latest jdk 11 on Linux and work around solution

2018-08-23 Thread Peter Steele
java.base/java.lang.Class.forName0(Native Method) ... The work around for this until they fix it is Comment out line with 'assistive_technologies=org.GNOME.Accessibility. AtkWrapper' in /etc/java-11-openjdk/accessibility.properties Peter

when can we develop plugin for 9.0

2018-08-29 Thread Peter Cheung
Dear All when can we develop plugin for 9.0? when can we have windows installer and mac installer? Thanks >From Peter

Re: Blurry font with NetBeans 9.0

2018-09-07 Thread Peter Steele
The theme you use will make a difference too, if it's a native laf theme then it will use the os scaling properties. If not it won't and you will need to set the ui scaling property and also set hdip property. There is a manifest solution too but you don't need this. If you need these -J-D command

Re: Blurry font with NetBeans 9.0

2018-09-07 Thread Peter Steele
Here it is -J-Dsun.java2d.dpiaware=false -J-Dsun.java2d.uiScale=2 With these you don't need to set the -fontSize, icons and fonts work well. These work well for a theme that is not native (for me that is GTK) On Fri, Sep 7, 2018 at 7:21 PM Peter Steele wrote: > The theme you use wil

  1   2   3   4   >