You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2020/02/23 12:26:36 UTC

[GitHub] [netbeans] sbrbot commented on a change in pull request #1963: [NETBEANS-1603] I can't see MySQL stored procedures in NetBeans

sbrbot commented on a change in pull request #1963: [NETBEANS-1603] I can't see MySQL stored procedures in NetBeans
URL: https://github.com/apache/netbeans/pull/1963#discussion_r382999673
 
 

 ##########
 File path: ide/db/src/org/netbeans/modules/db/explorer/dlg/Bundle.properties
 ##########
 @@ -300,7 +300,7 @@ ConnectionProgress_Established=Connection established.
 ConnectionProgress_Failed=Connection failed.
 ViewProcedureDialog.lName.text=&Name:
 ViewProcedureDialog.lParams.text=&Parameters:
-ViewProcedureDialog.lBody.text=&Source:
+ViewProcedureDialog.lBody.text=&Body:
 
 Review comment:
   The reason for this is that source code of database routines consist of header (definition of parameters and attributes) and routine body. Analogy like in html structure. NetBeans in this dialog box field shows only body part of routine while header (parameters) part is shown in another field. So it would be more suitable to call this source part - "body". The same terminology for this part of routine is used in db documentation. Finally, not big deal with this but now with this commit it was good opportunity to change this and I did it.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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

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