mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
Merge pull request #4707 from rzats/feature-4668
PDEX: Add 'Jump to Declaration' to right-click menu (#4668)
This commit is contained in:
@@ -314,6 +314,7 @@ editor.header.delete.warning.title = Yeah, no.
|
||||
editor.header.delete.warning.text = You cannot delete the main tab of the only open sketch.
|
||||
|
||||
# PopUp menu
|
||||
editor.popup.jump_to_declaration = Jump to Declaration
|
||||
editor.popup.show_usage = Show Usage...
|
||||
editor.popup.rename = Rename...
|
||||
|
||||
|
||||
@@ -316,6 +316,7 @@ editor.header.delete.warning.title = Хех, ні.
|
||||
editor.header.delete.warning.text = Не можна видалити головну вкладку єдиного відкритого ескізу.
|
||||
|
||||
# PopUp menu
|
||||
editor.popup.jump_to_declaration = Перейти до визначення
|
||||
editor.popup.show_usage = Показати використання...
|
||||
editor.popup.rename = Перейменувати...
|
||||
|
||||
|
||||
Reference in New Issue
Block a user