Showing posts with label Gedit. Show all posts
Showing posts with label Gedit. Show all posts

Wednesday, September 17, 2014

005 Geany Portable for linux OS users like Ubuntu

005 Geany Portable for linux OS users like Ubuntu
005 జీని పోర్టబుల్ --ఉబుంటు వంటి లైనక్స్ ఓ.ఎస్. లు వాడే వారి కొరకు
००५ जीनी पोर्टबुल -- उबुंटु आदी लैनक्स ओ.ऎस. उपयोग करने वालों के लिये.


The main benefit of using portables, is they need no installation. పోర్టబుల్ సాఫ్టవేర్ ను వాడటం లో ముఖ్య లాభం ఏమిటంటే వాటిని ఇన్స్టాల్ చేయనవసరం లేదు. पोर्टबुल साफ्टवेर उपयोग करने से मुख्य फाईदा यह है कि: उन को इनस्टाल करने का जरूरत नहीँ है।

I find that we may not be able to get GEDIT portable, but we can get Geany portable for Linux OS. నేను గమనించింది ఏమిటంటే, మనకు జీ ఎడిట్ పోర్టబుల్ లైనక్స్ లభించక పోవచ్చు కానీ, జీనీ పోర్టబుల్ లైనక్సు అప్లికేషన్ లభిస్తుంది. मै देखा हुँ कि: हमारे के लिये जीऎडिट पोर्टबुल लैनक्स नहीँ मिल् रहा है, परन्तु, जीनी पोरटबुल लैनक्स मिल रहा है।

Link for downloading. డౌన్ లోడ్ చేసుకోటానికి లింకు. डौनलोड करने के लिये लिंक: Click.

We can at present get get portable geany version 0.19.1. It is just 3.8 mb size. మనం ప్రస్తుతం జీనీ పోర్టబుల్ 0.19.1 ని మనం ఇక్కడ డౌన్ లోడ్ చేసుకోవచ్చు. वर्तमान में आज हम जीनी पोर्टबुल वॆर्षन 0.19.1 को डौनलोड कर सकते।

When they upload newer versions in this page, you can download them also. వాళ్ళు ఈ పేజీ లో ఇంకా కొత్త వెర్షన్ లను అప్ లోడ్ చేసినపుడు, మీరు ఈపేజీలో వాటిని డౌన్ లోడ్ చేసుకోవచ్చు. जब वे नये वॆर्षन अपलोड करेगे, तब आप नये वॆर्षन को भी डौन लोड कर सकते हैं।

One important strength of the above Geany Portable is we can make a Regex based search and replace, while in Gedit for Regex search, we need a separate plugin. జీనీ పోర్టబుల్ లో గొప్ప సుగుణం ఏమిటంటే మనం రెజెక్స్ ఆధారిత వెతకటం, మార్పిడీలు చేయటం తేలిక. అదే జీ ఎడిట్ లో అయితే మనం ప్రత్యేక ప్లగ్ ఇన్ ను డౌన్ లోడ్ చేసుకోవాలి. जीनी में एक सुगुण यह है कि: हम रॆजॆक्स आधारित खोज और स्थानभ्रंश (बदला) कर सकते। जीऎडिट मॆं हम अतिरिक्त प्लगिन डौनलोड करना आवस्य होता है।

In Geany, if we want, we can carry out find and replacement in the selected portion of the documents, instead of Replace All in the entire document, whereas in Gedit we cannot do it without special plugins. జీనీ లో మనకు కావాలంటే, దస్తావేజ్ లో , ఎన్నిక చేసిన ప్రదేశంలో మాత్రం అన్వేషణ-మార్పులను పూర్తిచేసుకోవచ్చు. జీఎడిట్ లో రీప్లేస్ ఆల్ మొత్తం డాక్యుమెంటుకు చేస్తానంటుంది. जीनी में, हम चाहे तो, खोज और भ्रंश सिर्फ चुना हुआ जगहों में कर सकते। जीऎडिट में रीप्लेस आल पूरे डाक्युमॆंट मॆं करना होगा।

Friday, February 15, 2013

003 Geany or Gedit which is better?



Question: Geany or Gedit, which is better?


Latest answer added on 29.8.2018, after using both Geany and Gedit for about ten years:


In my pesonal view, the greatest merit of Geany over Gedit is, Geany's convenient and nearly unlimited additions to the Snippets.conf file. This Snippets file is something similar to 'Auto-complete' in MS Word. But Geany Snippets are more flexible and convenient than the Autocomplete in MS Word.

The Snippets file in Gedit requires identification of a hotkey for each snippet. As the availability of hotkeys will be limited, soon we get exhausted of the hotkeys. Adding snippets and hotkeys in Gedit is more complicated.
Previous answer given by me some years back: Gedit is the default text editor which we get with Ubuntu.
It is an excellent text editor, particularly for regex based searches and replacements.
But, I feel that, it is slow in saving large files.
It may, sometimes, hang on.
For editing codes such as html, javascript and php,  gedit has good color combinations.

Geany on the other hand needs download.
sudo add-apt-repository ppa:geany-dev/ppa
sudo apt-get update
sudo apt-get update sudo apt-get install geany
sudo apt-get intall geany-plugins.

Geany is particularly convenient for handling very large-files. It saves almost instantly.

summary: For editing short-files, I prefer gedit. For editing-long-files, I prefer geany.   For editing codes, I suggest gedit.  For editing texts, I suggest geany.
How to avoid sudo every-time?
At the command-line, we have to type the following: sudo -i and press enter key. We have to give super-user password, when the system prompts. The terminal line will change from $ to #. User name will change to root.

Incomplete. More content will be added shortly.