[netbeans] branch master updated: PHP Debugger - show NULL values by default

2023-02-18 Thread junichi11
This is an automated email from the ASF dual-hosted git repository.

junichi11 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git


The following commit(s) were added to refs/heads/master by this push:
 new 16f048e68e PHP Debugger - show NULL values by default
 new eabde1b15d Merge pull request #5531 from KacerCZ/php-debugger-show-null
16f048e68e is described below

commit 16f048e68e1d138a9f305ce6bd6a4f0b2b2be890
Author: Tomas Prochazka 
AuthorDate: Sat Feb 18 12:32:19 2023 +0100

PHP Debugger - show NULL values by default
---
 .../src/org/netbeans/modules/php/dbgp/models/VariablesModelFilter.java   | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/php/php.dbgp/src/org/netbeans/modules/php/dbgp/models/VariablesModelFilter.java
 
b/php/php.dbgp/src/org/netbeans/modules/php/dbgp/models/VariablesModelFilter.java
index 116afae359..b0c2f06132 100644
--- 
a/php/php.dbgp/src/org/netbeans/modules/php/dbgp/models/VariablesModelFilter.java
+++ 
b/php/php.dbgp/src/org/netbeans/modules/php/dbgp/models/VariablesModelFilter.java
@@ -154,6 +154,7 @@ public class VariablesModelFilter extends ViewModelSupport
 FilterType.SCALARS,
 FilterType.SUPERGLOBALS,
 FilterType.RESOURCE,
+FilterType.NULL,
 };
 myShowFilters.set( filters );
 }


-
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



[netbeans] branch master updated: New rt and rf abbrevations for return true; and return false;

2023-02-18 Thread lkishalmi
This is an automated email from the ASF dual-hosted git repository.

lkishalmi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git


The following commit(s) were added to refs/heads/master by this push:
 new aad6dd6577 New rt and rf abbrevations for return true; and return 
false;
aad6dd6577 is described below

commit aad6dd65776bc721b799aab63d35631fc78a30db
Author: Anthony Goubard 
AuthorDate: Thu Feb 16 13:59:14 2023 +0100

New rt and rf abbrevations for return true; and return false;
---
 .../org/netbeans/modules/java/editor/resources/DefaultAbbrevs.xml | 2 ++
 .../editor/codetemplates/CodeTemplatesTest/testDumpTemplates.pass | 8 
 2 files changed, 10 insertions(+)

diff --git 
a/java/java.editor/src/org/netbeans/modules/java/editor/resources/DefaultAbbrevs.xml
 
b/java/java.editor/src/org/netbeans/modules/java/editor/resources/DefaultAbbrevs.xml
index 199d0a0e30..b9b61d0139 100644
--- 
a/java/java.editor/src/org/netbeans/modules/java/editor/resources/DefaultAbbrevs.xml
+++ 
b/java/java.editor/src/org/netbeans/modules/java/editor/resources/DefaultAbbrevs.xml
@@ -380,6 +380,8 @@ ${cursor}]]>
 
  
  
+ 
+ 
  
  
  
diff --git 
a/java/java.editor/test/qa-functional/data/goldenfiles/org/netbeans/test/java/editor/codetemplates/CodeTemplatesTest/testDumpTemplates.pass
 
b/java/java.editor/test/qa-functional/data/goldenfiles/org/netbeans/test/java/editor/codetemplates/CodeTemplatesTest/testDumpTemplates.pass
index eaadd1b131..d647c37422 100644
--- 
a/java/java.editor/test/qa-functional/data/goldenfiles/org/netbeans/test/java/editor/codetemplates/CodeTemplatesTest/testDumpTemplates.pass
+++ 
b/java/java.editor/test/qa-functional/data/goldenfiles/org/netbeans/test/java/editor/codetemplates/CodeTemplatesTest/testDumpTemplates.pass
@@ -664,6 +664,14 @@ rn
 ${no-indent}return null;
 null
 ---
+rt
+${no-indent}return true;
+null
+---
+rf
+${no-indent}return false;
+null
+---
 rp
 ${rp type="org.openide.util.RequestProcessor" default="RequestProcessor" 
editable="false"}.getDefault().post(${toRun instanceof="java.lang.Runnable" 
default="new Runnable() {
 public void run() {


-
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