[jira] [Updated] (NETBEANS-4415) Export db dataview result table to file

2020-10-04 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot updated NETBEANS-4415:
-
Labels: pull-request-available  (was: )

> Export db dataview result table to file
> ---
>
> Key: NETBEANS-4415
> URL: https://issues.apache.org/jira/browse/NETBEANS-4415
> Project: NetBeans
>  Issue Type: Wish
>  Components: db - Show Data
>Reporter: Periklis Ntanasis
>Priority: Minor
>  Labels: pull-request-available
>  Time Spent: 5.5h
>  Remaining Estimate: 0h
>
> The db dataview module offers basic database client functionality. Among 
> others it allows a user to execute some query against a relational database 
> and view the results to a table.
> This wish is about adding the functionality to export the results displayed 
> in the table as a file.
> There have been some discussion regarding this in the past in the users 
> [mailing 
> list|http://mail-archives.apache.org/mod_mbox/netbeans-dev/201905.mbox/%3CCAFEAdMG1jRuBOsTtOcKqSdsdVUF5W%2BKk9XyR4rb4-tZKJosHhw%40mail.gmail.com%3E].
> Also, there is a [Todo 
> comment|https://github.com/apache/netbeans/blob/master/ide/db.dataview/src/org/netbeans/modules/db/dataview/output/DataView.java#L54]
>  in the Netbeans source code about this:
> {noformat}
> TODO: Save results in various formats (CSV, spreadsheet, html etc){noformat}
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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: Change ide/core.ide arch-what response

2020-10-04 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 28f9eca  Change ide/core.ide arch-what response
28f9eca is described below

commit 28f9ecabc1c3a2d5d4326b5f6776e4193469b2f6
Author: Hector Espert 
AuthorDate: Fri Oct 2 17:31:27 2020 +0200

Change ide/core.ide arch-what response
---
 ide/core.ide/arch.xml | 15 ++-
 ide/core.ide/nbproject/project.properties |  2 +-
 2 files changed, 7 insertions(+), 10 deletions(-)

diff --git a/ide/core.ide/arch.xml b/ide/core.ide/arch.xml
index f2b54de..91db9c0 100644
--- a/ide/core.ide/arch.xml
+++ b/ide/core.ide/arch.xml
@@ -48,9 +48,11 @@
 
 -->
  
-  
-   This module contains various generic IDE-like extensions.
-  
+  Right now the  provides handy
+  
+ServicesTabNodeRegistration
+accompanied with few UI elements.
+  
  
 
 
@@ -133,12 +135,7 @@
 
 -->
  
-  
-  Right now this module provides handy
-  
-ServicesTabNodeRegistration
-accompanied with few UI elements.
-  
+ This module contains various generic IDE-like extensions.
  
 
 
diff --git a/ide/core.ide/nbproject/project.properties 
b/ide/core.ide/nbproject/project.properties
index e4a7972..c71f08b 100644
--- a/ide/core.ide/nbproject/project.properties
+++ b/ide/core.ide/nbproject/project.properties
@@ -22,7 +22,7 @@ extra.module.files=\
 netbeans.css,\
 shortcuts.pdf
 javac.compilerargs=-Xlint -Xlint:-serial
-javac.source=1.6
+javac.source=1.8
 
 javadoc.arch=${basedir}/arch.xml
 javadoc.apichanges=${basedir}/apichanges.xml


-
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] 01/01: Hacktoberfest opt-in

2020-10-04 Thread hectorespert
This is an automated email from the ASF dual-hosted git repository.

hectorespert pushed a commit to branch hectorespert-patch-2
in repository https://gitbox.apache.org/repos/asf/netbeans.git

commit df1173f3ded161e13cce3783a2a27d10bc7fc279
Author: Hector Espert 
AuthorDate: Sun Oct 4 11:01:40 2020 +0200

Hacktoberfest opt-in

The rules for participating in the hacktoberfest have changed this year
---
 .asf.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.asf.yaml b/.asf.yaml
index 8573b40..cc9c65c 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -19,6 +19,7 @@ github:
   homepage: https://netbeans.apache.org/
   labels:
 - netbeans
+- hacktoberfest # Hacktoberfest topic
   features:
 wiki: false
 issues: false


-
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 hectorespert-patch-2 created (now df1173f)

2020-10-04 Thread hectorespert
This is an automated email from the ASF dual-hosted git repository.

hectorespert pushed a change to branch hectorespert-patch-2
in repository https://gitbox.apache.org/repos/asf/netbeans.git.


  at df1173f  Hacktoberfest opt-in

This branch includes the following new commits:

 new df1173f  Hacktoberfest opt-in

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



-
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