You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by sk...@apache.org on 2021/08/05 10:12:50 UTC

[netbeans] branch delivery updated: [NETBEANS-5533] Remove the URL of the old wiki

This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/delivery by this push:
     new c01498e  [NETBEANS-5533] Remove the URL of the old wiki
     new db350f1  Merge pull request #3089 from junichi11/netbeans-5533-remove-old-wiki-url
c01498e is described below

commit c01498e4859aa2eb615aa037e25a9ab3cdde2407
Author: Junichi Yamamoto <ju...@apache.org>
AuthorDate: Wed Aug 4 14:09:46 2021 +0900

    [NETBEANS-5533] Remove the URL of the old wiki
    
    https://issues.apache.org/jira/browse/NETBEANS-5533
    
    - The old wiki is available no longer (http://wiki.netbeans.org/HowToConfigureXDebug)
---
 .../modules/php/dbgp/ConnectionErrMessage.form     | 14 +-----------
 .../modules/php/dbgp/ConnectionErrMessage.java     | 25 +---------------------
 2 files changed, 2 insertions(+), 37 deletions(-)

diff --git a/php/php.dbgp/src/org/netbeans/modules/php/dbgp/ConnectionErrMessage.form b/php/php.dbgp/src/org/netbeans/modules/php/dbgp/ConnectionErrMessage.form
index 6584c64..9f64be0 100644
--- a/php/php.dbgp/src/org/netbeans/modules/php/dbgp/ConnectionErrMessage.form
+++ b/php/php.dbgp/src/org/netbeans/modules/php/dbgp/ConnectionErrMessage.form
@@ -51,7 +51,6 @@
                       <EmptySpace max="-2" attributes="0"/>
                       <Group type="103" groupAlignment="0" attributes="0">
                           <Component id="noteLabel" alignment="0" min="-2" max="-2" attributes="0"/>
-                          <Component id="informationLabel" alignment="0" min="-2" max="-2" attributes="0"/>
                           <Component id="learnMoreLabel" alignment="0" min="-2" max="-2" attributes="0"/>
                           <Component id="emptyLabel" alignment="0" min="-2" max="-2" attributes="0"/>
                           <Group type="102" attributes="0">
@@ -94,9 +93,7 @@
               <Component id="debuggerPortOptionLabel" min="-2" max="-2" attributes="0"/>
               <EmptySpace max="-2" attributes="0"/>
               <Component id="optionsLabel" min="-2" max="-2" attributes="0"/>
-              <EmptySpace type="unrelated" min="-2" max="-2" attributes="0"/>
-              <Component id="informationLabel" min="-2" max="-2" attributes="0"/>
-              <EmptySpace max="-2" attributes="0"/>
+              <EmptySpace type="separate" min="-2" max="-2" attributes="0"/>
               <Component id="learnMoreLabel" min="-2" max="-2" attributes="0"/>
               <EmptySpace type="separate" max="-2" attributes="0"/>
               <Component id="emptyLabel" min="-2" max="-2" attributes="0"/>
@@ -135,15 +132,6 @@
         <EventHandler event="mouseEntered" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="optionsLabelMouseEntered"/>
       </Events>
     </Component>
-    <Component class="javax.swing.JLabel" name="informationLabel">
-      <Properties>
-        <Property name="text" type="java.lang.String" value="&lt;html&gt;&lt;a href=&quot;#&quot;&gt;More information about Xdebug2 installation/configuration&lt;/a&gt;"/>
-      </Properties>
-      <Events>
-        <EventHandler event="mousePressed" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="informationLabelMousePressed"/>
-        <EventHandler event="mouseEntered" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="informationLabelMouseEntered"/>
-      </Events>
-    </Component>
     <Component class="javax.swing.JLabel" name="learnMoreLabel">
       <Properties>
         <Property name="text" type="java.lang.String" value="&lt;html&gt;&lt;a href=&quot;#&quot;&gt;Learn more about Xdebug&lt;/a&gt;"/>
diff --git a/php/php.dbgp/src/org/netbeans/modules/php/dbgp/ConnectionErrMessage.java b/php/php.dbgp/src/org/netbeans/modules/php/dbgp/ConnectionErrMessage.java
index b10630c..204bc8c 100644
--- a/php/php.dbgp/src/org/netbeans/modules/php/dbgp/ConnectionErrMessage.java
+++ b/php/php.dbgp/src/org/netbeans/modules/php/dbgp/ConnectionErrMessage.java
@@ -113,7 +113,6 @@ public class ConnectionErrMessage extends JPanel {
         noteLabel = new JLabel();
         debuggerPortOptionLabel = new JLabel();
         optionsLabel = new JLabel();
-        informationLabel = new JLabel();
         learnMoreLabel = new JLabel();
         emptyLabel = new JLabel();
         copySettingsLabel = new JLabel();
@@ -136,16 +135,6 @@ public class ConnectionErrMessage extends JPanel {
             }
         });
 
-        informationLabel.setText("<html><a href=\"#\">More information about Xdebug2 installation/configuration</a>");
-        informationLabel.addMouseListener(new MouseAdapter() {
-            public void mousePressed(MouseEvent evt) {
-                informationLabelMousePressed(evt);
-            }
-            public void mouseEntered(MouseEvent evt) {
-                informationLabelMouseEntered(evt);
-            }
-        });
-
         learnMoreLabel.setText("<html><a href=\"#\">Learn more about Xdebug</a>");
         learnMoreLabel.addMouseListener(new MouseAdapter() {
             public void mousePressed(MouseEvent evt) {
@@ -186,7 +175,6 @@ public class ConnectionErrMessage extends JPanel {
                         .addContainerGap()
                         .addGroup(layout.createParallelGroup(GroupLayout.Alignment.LEADING)
                             .addComponent(noteLabel, GroupLayout.PREFERRED_SIZE, GroupLayout.DEFAULT_SIZE, GroupLayout.PREFERRED_SIZE)
-                            .addComponent(informationLabel, GroupLayout.PREFERRED_SIZE, GroupLayout.DEFAULT_SIZE, GroupLayout.PREFERRED_SIZE)
                             .addComponent(learnMoreLabel, GroupLayout.PREFERRED_SIZE, GroupLayout.DEFAULT_SIZE, GroupLayout.PREFERRED_SIZE)
                             .addComponent(emptyLabel)
                             .addGroup(layout.createSequentialGroup()
@@ -219,9 +207,7 @@ public class ConnectionErrMessage extends JPanel {
                 .addComponent(debuggerPortOptionLabel, GroupLayout.PREFERRED_SIZE, GroupLayout.DEFAULT_SIZE, GroupLayout.PREFERRED_SIZE)
                 .addPreferredGap(LayoutStyle.ComponentPlacement.RELATED)
                 .addComponent(optionsLabel, GroupLayout.PREFERRED_SIZE, GroupLayout.DEFAULT_SIZE, GroupLayout.PREFERRED_SIZE)
-                .addPreferredGap(LayoutStyle.ComponentPlacement.UNRELATED)
-                .addComponent(informationLabel, GroupLayout.PREFERRED_SIZE, GroupLayout.DEFAULT_SIZE, GroupLayout.PREFERRED_SIZE)
-                .addPreferredGap(LayoutStyle.ComponentPlacement.RELATED)
+                .addGap(18, 18, 18)
                 .addComponent(learnMoreLabel, GroupLayout.PREFERRED_SIZE, GroupLayout.DEFAULT_SIZE, GroupLayout.PREFERRED_SIZE)
                 .addGap(18, 18, 18)
                 .addComponent(emptyLabel)
@@ -242,14 +228,6 @@ public class ConnectionErrMessage extends JPanel {
         showUrl("https://xdebug.org/docs"); // NOI18N
     }//GEN-LAST:event_learnMoreLabelMousePressed
 
-    private void informationLabelMouseEntered(MouseEvent evt) {//GEN-FIRST:event_informationLabelMouseEntered
-        setHandCursor(evt);
-    }//GEN-LAST:event_informationLabelMouseEntered
-
-    private void informationLabelMousePressed(MouseEvent evt) {//GEN-FIRST:event_informationLabelMousePressed
-        showUrl("http://wiki.netbeans.org/HowToConfigureXDebug"); // NOI18N
-    }//GEN-LAST:event_informationLabelMousePressed
-
     private void optionsLabelMouseEntered(MouseEvent evt) {//GEN-FIRST:event_optionsLabelMouseEntered
         setHandCursor(evt);
     }//GEN-LAST:event_optionsLabelMouseEntered
@@ -322,7 +300,6 @@ public class ConnectionErrMessage extends JPanel {
     private JButton copySettingsXdebug3Button;
     private JLabel debuggerPortOptionLabel;
     private JLabel emptyLabel;
-    private JLabel informationLabel;
     private JLabel learnMoreLabel;
     private JLabel messageTextLabel;
     private JLabel noteLabel;

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

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