[jira] [Commented] (NETBEANS-819) shifted cursor in terminal with GDK_SCALE=2

2018-05-19 Thread Michal Hlavac (JIRA)

[ 
https://issues.apache.org/jira/browse/NETBEANS-819?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16481772#comment-16481772
 ] 

Michal Hlavac commented on NETBEANS-819:


Sorry [~lkishalmi], but I don't understand logic of your arguments. Did you try 
to change font size? It depends on font size.

> shifted cursor in terminal with GDK_SCALE=2
> ---
>
> Key: NETBEANS-819
> URL: https://issues.apache.org/jira/browse/NETBEANS-819
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - UI
>Affects Versions: 9.0
>Reporter: Michal Hlavac
>Priority: Critical
> Attachments: shifted-cursor.mkv
>
>
> Using GDK_SCALE=2 env variable and Oracle JDK 10.0.1 or 9.0.4 cursor in 
> terminal is shifted. Without GDK_SCALE=2 everythink is OK.
>  Added attachment [^shifted-cursor.mkv] with short video. It says more than 
> words.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Commented] (NETBEANS-817) Can't open Java modular (JPMS) projects

2018-05-19 Thread Laszlo Kishalmi (JIRA)

[ 
https://issues.apache.org/jira/browse/NETBEANS-817?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16481710#comment-16481710
 ] 

Laszlo Kishalmi commented on NETBEANS-817:
--

Confirmed.

> Can't open Java modular (JPMS) projects
> ---
>
> Key: NETBEANS-817
> URL: https://issues.apache.org/jira/browse/NETBEANS-817
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 9.0
>Reporter: Leonardo Zanivan
>Assignee: Tomas Zezula
>Priority: Blocker
>
> I'm unable to open Java modular projects.
> Clone the following sample project migrated to Java 10 modules and try to 
> open in NetBeans Dev RC1:
> [https://github.com/panga/spring-petclinic/]
> Info:
> {noformat}
> Product Version = Apache NetBeans IDE Dev (Build 
> incubator-netbeans-release-302-on-20180517)
> Operating System = Mac OS X version 10.13.3 running on x86_64
> Java; VM; Vendor = 10; Java HotSpot(TM) 64-Bit Server VM 10+46; Oracle 
> Corporation
> Runtime = Java(TM) SE Runtime Environment 10+46
> {noformat}
> Stacktrace:
>  
> {code:java}
> java.lang.IllegalArgumentException: Already listening to 
> /spring-petclinic/src/main/resources/module-info.java
> new listener : 
> org.netbeans.modules.java.api.common.classpath.ModuleClassPaths$ModuleInfoClassPathImplementation@63ac0828
> holder listener: 
> org.netbeans.modules.java.api.common.classpath.ModuleClassPaths$ModuleInfoClassPathImplementation@63ac0828
>  at 
> org.openide.filesystems.FileChangeImpl.addFileChangeListenerImpl(FileChangeImpl.java:214)
>  at org.openide.filesystems.FileUtil.addFileChangeListener(FileUtil.java:271)
>  at 
> org.netbeans.modules.java.api.common.classpath.ModuleClassPaths$ModuleInfoClassPathImplementation.lambda$getResources$15(ModuleClassPaths.java:930)
>  at 
> java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1492)
>  at 
> java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:658)
>  at 
> org.netbeans.modules.java.api.common.classpath.ModuleClassPaths$ModuleInfoClassPathImplementation.getResources(ModuleClassPaths.java:930)
>  at org.netbeans.api.java.classpath.ClassPath.entries(ClassPath.java:363)
>  at 
> org.netbeans.spi.java.classpath.support.MuxClassPathImplementation.getResources(MuxClassPathImplementation.java:90)
>  at org.netbeans.api.java.classpath.ClassPath.entries(ClassPath.java:363)
>  at org.netbeans.api.java.classpath.ClassPath.toString(ClassPath.java:769)
>  at org.netbeans.api.java.classpath.ClassPath.toString(ClassPath.java:838)
>  at org.netbeans.api.java.classpath.ClassPath.toString(ClassPath.java:848)
>  at 
> org.netbeans.modules.java.source.parsing.JavacParser.dumpSource(JavacParser.java:1158)
>  at 
> org.netbeans.modules.java.source.parsing.JavacParser.moveToPhase(JavacParser.java:646)
>  at 
> org.netbeans.modules.java.source.parsing.CompilationInfoImpl.toPhase(CompilationInfoImpl.java:361)
>  at 
> org.netbeans.api.java.source.CompilationController.toPhase(CompilationController.java:84)
>  at 
> org.netbeans.modules.maven.queries.UnitTestsCompilerOptionsQueryImpl$ResultImpl.lambda$getModuleName$2(UnitTestsCompilerOptionsQueryImpl.java:290)
>  at org.netbeans.api.java.source.JavaSource$MultiTask.run(JavaSource.java:501)
>  at 
> org.netbeans.modules.parsing.impl.TaskProcessor.callUserTask(TaskProcessor.java:586)
>  at 
> org.netbeans.modules.parsing.api.ParserManager$UserTaskAction.run(ParserManager.java:130)
>  at 
> org.netbeans.modules.parsing.api.ParserManager$UserTaskAction.run(ParserManager.java:114)
>  at 
> org.netbeans.modules.parsing.impl.TaskProcessor$2.call(TaskProcessor.java:181)
>  at 
> org.netbeans.modules.parsing.impl.TaskProcessor$2.call(TaskProcessor.java:178)
>  at 
> org.netbeans.modules.masterfs.filebasedfs.utils.FileChangedManager.priorityIO(FileChangedManager.java:153)
>  at 
> org.netbeans.modules.masterfs.providers.ProvidedExtensions.priorityIO(ProvidedExtensions.java:335)
>  at 
> org.netbeans.modules.parsing.nb.DataObjectEnvFactory.runPriorityIO(DataObjectEnvFactory.java:118)
>  at 
> org.netbeans.modules.parsing.impl.Utilities.runPriorityIO(Utilities.java:67)
>  at 
> org.netbeans.modules.parsing.impl.TaskProcessor.runUserTask(TaskProcessor.java:178)
>  at 
> org.netbeans.modules.parsing.api.ParserManager.parse(ParserManager.java:81)
>  at 
> org.netbeans.api.java.source.JavaSource.runUserActionTaskImpl(JavaSource.java:451)
>  at 
> org.netbeans.api.java.source.JavaSource.runUserActionTask(JavaSource.java:422)
>  at 
> org.netbeans.modules.maven.queries.UnitTestsCompilerOptionsQueryImpl$ResultImpl.getModuleName(UnitTestsCompilerOptionsQueryImpl.java:289)
>  at 
> org.netbeans.modules.maven.queries.UnitTestsCompilerOptionsQueryImpl$ResultImpl.access$200(UnitTestsCompilerOptionsQueryImpl.java:106)
>  at 
> 

[jira] [Commented] (NETBEANS-800) SocketTimeoutException: Read timed out - But it works with PhpStorm

2018-05-19 Thread Eduard Fekete (JIRA)

[ 
https://issues.apache.org/jira/browse/NETBEANS-800?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16481672#comment-16481672
 ] 

Eduard Fekete commented on NETBEANS-800:


I can upload the IDE Log on Tuesday when I am at work.

> SocketTimeoutException: Read timed out - But it works with PhpStorm
> ---
>
> Key: NETBEANS-800
> URL: https://issues.apache.org/jira/browse/NETBEANS-800
> Project: NetBeans
>  Issue Type: Bug
>  Components: php - FTP Support
>Affects Versions: 8.2
>Reporter: Eduard Fekete
>Priority: Major
> Attachments: p2.PNG, p3.png, t1.PNG
>
>
> I try to connect to my remote host from NetBeans.
> *Host Name:* blizz.powered-by-rackspeed.de
> *Port*: 21
>  
> I am using NetBeans 8.2 (Build: 201609300101)
> !p3.png!
> It works perfectly fine in PhpStorm with Port 21 though, so it must be a 
> NetBeans Bug.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Updated] (NETBEANS-800) SocketTimeoutException: Read timed out - But it works with PhpStorm

2018-05-19 Thread Laszlo Kishalmi (JIRA)

 [ 
https://issues.apache.org/jira/browse/NETBEANS-800?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Laszlo Kishalmi updated NETBEANS-800:
-
Priority: Major  (was: Blocker)

A workaround could be to mount the FTP under somewhere on the filesystem. As it 
happens on rackspeed only so far I demoted this from blocker to major.

An IDE log would be definitely helpful, otherwise we do not have too much 
chance to analyze the situation and resolve this issue.

> SocketTimeoutException: Read timed out - But it works with PhpStorm
> ---
>
> Key: NETBEANS-800
> URL: https://issues.apache.org/jira/browse/NETBEANS-800
> Project: NetBeans
>  Issue Type: Bug
>  Components: php - FTP Support
>Affects Versions: 8.2
>Reporter: Eduard Fekete
>Priority: Major
> Attachments: p2.PNG, p3.png, t1.PNG
>
>
> I try to connect to my remote host from NetBeans.
> *Host Name:* blizz.powered-by-rackspeed.de
> *Port*: 21
>  
> I am using NetBeans 8.2 (Build: 201609300101)
> !p3.png!
> It works perfectly fine in PhpStorm with Port 21 though, so it must be a 
> NetBeans Bug.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Commented] (NETBEANS-800) SocketTimeoutException: Read timed out - But it works with PhpStorm

2018-05-19 Thread Eduard Fekete (JIRA)

[ 
https://issues.apache.org/jira/browse/NETBEANS-800?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16481657#comment-16481657
 ] 

Eduard Fekete commented on NETBEANS-800:


Hi, it works with Port 21 in PhpStorm but it does not work with Port 21 in 
NetBeans. It works with other hosts from another hoster (Elitehosting), but not 
with this one (Hoster: Rackspeed). I don't have a stable way to reproduce 
because I would need to hand you out my credentials.

> SocketTimeoutException: Read timed out - But it works with PhpStorm
> ---
>
> Key: NETBEANS-800
> URL: https://issues.apache.org/jira/browse/NETBEANS-800
> Project: NetBeans
>  Issue Type: Bug
>  Components: php - FTP Support
>Affects Versions: 8.2
>Reporter: Eduard Fekete
>Priority: Blocker
> Attachments: p2.PNG, p3.png, t1.PNG
>
>
> I try to connect to my remote host from NetBeans.
> *Host Name:* blizz.powered-by-rackspeed.de
> *Port*: 21
>  
> I am using NetBeans 8.2 (Build: 201609300101)
> !p3.png!
> It works perfectly fine in PhpStorm with Port 21 though, so it must be a 
> NetBeans Bug.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Comment Edited] (NETBEANS-800) SocketTimeoutException: Read timed out - But it works with PhpStorm

2018-05-19 Thread Eduard Fekete (JIRA)

[ 
https://issues.apache.org/jira/browse/NETBEANS-800?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16481657#comment-16481657
 ] 

Eduard Fekete edited comment on NETBEANS-800 at 5/19/18 3:06 PM:
-

Hi, it works with Port 21 in PhpStorm but it does not work with Port 21 in 
NetBeans. It works with other hosts from another hoster (Elitehosting), but not 
with this one (Hoster: Rackspeed). I don't have a stable way to reproduce for 
you, because I would need to hand you out my credentials.


was (Author: eddcapone):
Hi, it works with Port 21 in PhpStorm but it does not work with Port 21 in 
NetBeans. It works with other hosts from another hoster (Elitehosting), but not 
with this one (Hoster: Rackspeed). I don't have a stable way to reproduce 
because I would need to hand you out my credentials.

> SocketTimeoutException: Read timed out - But it works with PhpStorm
> ---
>
> Key: NETBEANS-800
> URL: https://issues.apache.org/jira/browse/NETBEANS-800
> Project: NetBeans
>  Issue Type: Bug
>  Components: php - FTP Support
>Affects Versions: 8.2
>Reporter: Eduard Fekete
>Priority: Blocker
> Attachments: p2.PNG, p3.png, t1.PNG
>
>
> I try to connect to my remote host from NetBeans.
> *Host Name:* blizz.powered-by-rackspeed.de
> *Port*: 21
>  
> I am using NetBeans 8.2 (Build: 201609300101)
> !p3.png!
> It works perfectly fine in PhpStorm with Port 21 though, so it must be a 
> NetBeans Bug.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Commented] (NETBEANS-800) SocketTimeoutException: Read timed out - But it works with PhpStorm

2018-05-19 Thread Laszlo Kishalmi (JIRA)

[ 
https://issues.apache.org/jira/browse/NETBEANS-800?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16481654#comment-16481654
 ] 

Laszlo Kishalmi commented on NETBEANS-800:
--

Hi do you have a stacktrace and a stable way to reproduce? Have you tried with 
different host as well?
BTW Port number matters: 21 - FTPservice, 22 - SSH service

> SocketTimeoutException: Read timed out - But it works with PhpStorm
> ---
>
> Key: NETBEANS-800
> URL: https://issues.apache.org/jira/browse/NETBEANS-800
> Project: NetBeans
>  Issue Type: Bug
>  Components: php - FTP Support
>Affects Versions: 8.2
>Reporter: Eduard Fekete
>Priority: Blocker
> Attachments: p2.PNG, p3.png, t1.PNG
>
>
> I try to connect to my remote host from NetBeans.
> *Host Name:* blizz.powered-by-rackspeed.de
> *Port*: 21
>  
> I am using NetBeans 8.2 (Build: 201609300101)
> !p3.png!
> It works perfectly fine in PhpStorm with Port 21 though, so it must be a 
> NetBeans Bug.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Updated] (NETBEANS-800) SocketTimeoutException: Read timed out - But it works with PhpStorm

2018-05-19 Thread Laszlo Kishalmi (JIRA)

 [ 
https://issues.apache.org/jira/browse/NETBEANS-800?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Laszlo Kishalmi updated NETBEANS-800:
-
Affects Version/s: 8.2

> SocketTimeoutException: Read timed out - But it works with PhpStorm
> ---
>
> Key: NETBEANS-800
> URL: https://issues.apache.org/jira/browse/NETBEANS-800
> Project: NetBeans
>  Issue Type: Bug
>  Components: php - FTP Support
>Affects Versions: 8.2
>Reporter: Eduard Fekete
>Priority: Blocker
> Attachments: p2.PNG, p3.png, t1.PNG
>
>
> I try to connect to my remote host from NetBeans.
> *Host Name:* blizz.powered-by-rackspeed.de
> *Port*: 21
>  
> I am using NetBeans 8.2 (Build: 201609300101)
> !p3.png!
> It works perfectly fine in PhpStorm with Port 21 though, so it must be a 
> NetBeans Bug.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Updated] (NETBEANS-800) SocketTimeoutException: Read timed out - But it works with PhpStorm

2018-05-19 Thread Laszlo Kishalmi (JIRA)

 [ 
https://issues.apache.org/jira/browse/NETBEANS-800?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Laszlo Kishalmi updated NETBEANS-800:
-
Component/s: php - FTP Support

> SocketTimeoutException: Read timed out - But it works with PhpStorm
> ---
>
> Key: NETBEANS-800
> URL: https://issues.apache.org/jira/browse/NETBEANS-800
> Project: NetBeans
>  Issue Type: Bug
>  Components: php - FTP Support
>Affects Versions: 8.2
>Reporter: Eduard Fekete
>Priority: Blocker
> Attachments: p2.PNG, p3.png, t1.PNG
>
>
> I try to connect to my remote host from NetBeans.
> *Host Name:* blizz.powered-by-rackspeed.de
> *Port*: 21
>  
> I am using NetBeans 8.2 (Build: 201609300101)
> !p3.png!
> It works perfectly fine in PhpStorm with Port 21 though, so it must be a 
> NetBeans Bug.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Commented] (NETBEANS-801) Received Exception when editing SQL file

2018-05-19 Thread Josh Juneau (JIRA)

[ 
https://issues.apache.org/jira/browse/NETBEANS-801?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16481636#comment-16481636
 ] 

Josh Juneau commented on NETBEANS-801:
--

I wish I had more information for you...I hate to leave such a vague 
description.  However, I was merely editing the SQL file and the popup dialog 
showing the error was presented.  I closed it and began to edit again, and it 
popped up a second time.  After I closed it again, I did not happen again.  I 
am not sure if it was due to auto complete, but that would have been my first 
inclination.  

> Received Exception when editing SQL file
> 
>
> Key: NETBEANS-801
> URL: https://issues.apache.org/jira/browse/NETBEANS-801
> Project: NetBeans
>  Issue Type: Bug
>  Components: db - SQL Editor
>Affects Versions: 9.0
>Reporter: Josh Juneau
>Priority: Minor
>
> javax.swing.text.BadLocationException: Invalid offset=707 not within <0, 706>
>  at 
> org.netbeans.modules.editor.lib2.DocUtils.checkOffsetValid(DocUtils.java:214)
>  at 
> org.netbeans.modules.editor.lib2.DocUtils.checkOffsetValid(DocUtils.java:209)
>  at org.netbeans.modules.editor.lib2.DocUtils.getRowStart(DocUtils.java:45)
> [catch] at 
> org.netbeans.modules.editor.lib2.highlighting.CaretBasedBlockHighlighting$CaretRowHighlighting.getCurrentBlockPositions(CaretBasedBlockHighlighting.java:278)
>  at 
> org.netbeans.modules.editor.lib2.highlighting.CaretBasedBlockHighlighting.updateLineInfo(CaretBasedBlockHighlighting.java:191)
>  at 
> org.netbeans.modules.editor.lib2.highlighting.CaretBasedBlockHighlighting.stateChanged(CaretBasedBlockHighlighting.java:179)
>  at 
> org.openide.util.WeakListenerImpl$Change.stateChanged(WeakListenerImpl.java:331)
>  at org.netbeans.api.editor.caret.EditorCaret$6.run(EditorCaret.java:1740)
>  at 
> org.netbeans.modules.editor.lib2.view.ViewUtils.runInEDT(ViewUtils.java:411)
>  at 
> org.netbeans.api.editor.caret.EditorCaret.fireStateChanged(EditorCaret.java:1749)
>  at 
> org.netbeans.api.editor.caret.EditorCaret.runTransaction(EditorCaret.java:1671)
>  at org.netbeans.api.editor.caret.EditorCaret.moveDot(EditorCaret.java:637)
>  at org.netbeans.api.editor.caret.EditorCaret.moveDot(EditorCaret.java:607)
>  at 
> org.netbeans.api.editor.caret.EditorCaret.selectEnsureMinSelection(EditorCaret.java:2436)
>  at 
> org.netbeans.api.editor.caret.EditorCaret.access$4100(EditorCaret.java:146)
>  at 
> org.netbeans.api.editor.caret.EditorCaret$ListenerImpl.mouseDragged(EditorCaret.java:3126)
>  at java.awt.AWTEventMulticaster.mouseDragged(AWTEventMulticaster.java:320)
>  at java.awt.AWTEventMulticaster.mouseDragged(AWTEventMulticaster.java:319)
>  at java.awt.Component.processMouseMotionEvent(Component.java:6581)
>  at javax.swing.JComponent.processMouseMotionEvent(JComponent.java:3342)
>  at java.awt.Component.processEvent(Component.java:6302)
>  at java.awt.Container.processEvent(Container.java:2237)
>  at java.awt.Component.dispatchEventImpl(Component.java:4889)
>  at java.awt.Container.dispatchEventImpl(Container.java:2295)
>  at java.awt.Component.dispatchEvent(Component.java:4711)
>  at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4889)
>  at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4543)
>  at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4467)
>  at java.awt.Container.dispatchEventImpl(Container.java:2281)
>  at java.awt.Window.dispatchEventImpl(Window.java:2746)
>  at java.awt.Component.dispatchEvent(Component.java:4711)
>  at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:760)
>  at java.awt.EventQueue.access$500(EventQueue.java:97)
>  at java.awt.EventQueue$3.run(EventQueue.java:709)
>  at java.awt.EventQueue$3.run(EventQueue.java:703)
>  at java.security.AccessController.doPrivileged(Native Method)
>  at 
> java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:80)
>  at 
> java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:90)
>  at java.awt.EventQueue$4.run(EventQueue.java:733)
>  at java.awt.EventQueue$4.run(EventQueue.java:731)
>  at java.security.AccessController.doPrivileged(Native Method)
>  at 
> java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:80)
>  at java.awt.EventQueue.dispatchEvent(EventQueue.java:730)
>  at 
> org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:136)
>  at 
> java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:205)
>  at 
> java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
>  at 
> java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
>  at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
>  at 

[jira] [Reopened] (NETBEANS-279) Auto-Completion Issues in C/C++ files

2018-05-19 Thread NDelt (JIRA)

 [ 
https://issues.apache.org/jira/browse/NETBEANS-279?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

NDelt reopened NETBEANS-279:


> Auto-Completion Issues in C/C++ files
> -
>
> Key: NETBEANS-279
> URL: https://issues.apache.org/jira/browse/NETBEANS-279
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Completion  Templates
>Affects Versions: 8.2
> Environment: Windows 10
>Reporter: NDelt
>Priority: Major
>  Labels: features
>
> Auto-completion list doesn't pop up in following situations.
> - When removing header file declaration(<...>, "...") and write it again in 
> C/C++ files
> - When typing text quickly
> - When I typed one word incorrectly and deleted it
> I think because the editor's text recognition speed is quite slow. It needs 
> to be improved to be able to respond immediately while typing text or 
> sentences.
> Especially, please make Auto-completion list to doesn't disappear even if I 
> typed text incorrectly.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Commented] (NETBEANS-279) Auto-Completion Issues in C/C++ files

2018-05-19 Thread Christian Lenz (JIRA)

[ 
https://issues.apache.org/jira/browse/NETBEANS-279?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16481520#comment-16481520
 ] 

Christian Lenz commented on NETBEANS-279:
-

Why can't the ticket be left open?

> Auto-Completion Issues in C/C++ files
> -
>
> Key: NETBEANS-279
> URL: https://issues.apache.org/jira/browse/NETBEANS-279
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Completion  Templates
>Affects Versions: 8.2
> Environment: Windows 10
>Reporter: NDelt
>Priority: Major
>  Labels: features
>
> Auto-completion list doesn't pop up in following situations.
> - When removing header file declaration(<...>, "...") and write it again in 
> C/C++ files
> - When typing text quickly
> - When I typed one word incorrectly and deleted it
> I think because the editor's text recognition speed is quite slow. It needs 
> to be improved to be able to respond immediately while typing text or 
> sentences.
> Especially, please make Auto-completion list to doesn't disappear even if I 
> typed text incorrectly.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists