I am new to linux and gedit.
I downloaded some plugins from the gedit-plugins and I am looking for plugin like "go to defenition".
Already tried to search on google but nothing work.
I have gedit version 3.
I am new to linux and gedit.
I downloaded some plugins from the gedit-plugins and I am looking for plugin like "go to defenition".
Already tried to search on google but nothing work.
I have gedit version 3.
You can use other people plugins or.. you can CREATE your own plugins writing a BASH SCRIPT inside the MANAGE EXTERNAL TOOLS window (install seahorse plugin first then enable EXTERNAL TOOLS option in the plugins tab of GEDIT preferences)
EXAMPLE: using the abvove method you can ENCRYPT some SELECTED LINES in an open document with GEDIT, look my publication at https://superuser.com/questions/1781454/how-to-encrypt-lines-or-document-with-gedit
If you are new to LINUX: a BASH script is a sequence of CLI (aka SHELL, aka TERMINAL) commands that looks like an good old MICROSOFT BATCH FILE or "file.bat"