Distribution | File | GPG Signature | GPG Key |
---|---|---|---|
Source (tar.gz) | geany-1.38.tar.gz | geany-1.38.tar.gz.sig (Instructions) | colombanw-pubkey.txt |
Source (tar.bz2) | geany-1.38.tar.bz2 | geany-1.38.tar.bz2.sig (Instructions) | colombanw-pubkey.txt |
Windows (64-bit1) | geany-1.38_setup.exe | geany-1.38_setup.exe.sig (Instructions) | eht16-pubkey.txt |
macOS | geany-1.38_osx-4.dmg geany-1.38_osx_arm64.dmg |
— | — |
Release notes for Geany 1.38.0
For instructions on installing GTK themes on Windows and macOS see the corresponding FAQ entry.
Geany-Plugins Releases
Geany has a few plugins included (Classbuilder, Export, Filebrowser, HTML Characters, Save Actions and Split Window)
but many more plugins are available in the Geany-Plugins project:
Distribution | File | GPG Signature | GPG Key |
---|---|---|---|
Source (tar.gz) | geany-plugins-1.38.tar.gz | geany-plugins-1.38.tar.gz.sig (Instructions) | frlan-pubkey.txt |
Source (tar.bz2) | geany-plugins-1.38.tar.bz2 | geany-plugins-1.38.tar.bz2.sig (Instructions) | frlan-pubkey.txt |
Windows (64-bit1) | geany-plugins-1.38_setup.exe | geany-plugins-1.38_setup.exe.sig (Instructions) | frlan-pubkey.txt |
macOS | (included in geany-1.38_osx-4.dmg above) |
— | — |
Release notes for Geany-Plugins 1.38.0
For more details, see the plugin page.
Older versions
For older versions, please see https://download.geany.org/.
- Note: Tarballs before 1.34 used another GPG Key: https://download.geany.org/eht16-pubkey_old.txt
- Note: Tarballs before 1.32 used another GPG Key: https://download.geany.org/colombanw-pubkey.txt
- Note: Tarballs before 1.25 used another GPG Key: https://download.geany.org/colombanw-pubkey-pre-1.25.txt
- Note: Tarballs before 0.21 used another GPG Key: https://download.geany.org/ntrel-pubkey.txt
- Note: Tarballs before 0.20 used another GPG Key: https://download.geany.org/eht16-pubkey_old.txt
- Note: Geany-Plugins downloads use the following GPG Key: https://download.geany.org/frlan-pubkey.txt
-
The Windows installers require a 64-bit system. Older releases work also on 32-bit Windows systems. ↩↩
Geany (рус. Джини) – это кроссплатформенный текстовый редактор для программистов и веб-разработчиков. Программа распространяется бесплатно согласно лицензии GNU GPL для операционных систем Windows, macOS, Linux, BSD, Solaris.
Джини не просто текстовый редактор, а полноценная среда разработки программного обеспечения, написанная с использованием библиотеки GTK+.
Некоторые особенности и возможности Geany для Windows
- Подсветка исходного кода в зависимости от синтаксиса используемого языка программирования (определяется автоматически по расширению файла);
- Высокая производительность;
- Менеджер проектов;
- Поддержка плагинов, расширяющих базовые возможности;
- Автоподстановка закрывающих тегов HTML / XML;
- Поддержка большого числа языков программирования и разметки: C++, CSS, HTML, Java, PHP, PHP, Python, SQL и многих других;
- Простой и удобный пользовательский интерфейс;
- Управление с помощью «горячих клавиш»;
- Различные темы оформления;
- Требуется GTK+ Runtime Environment для Windows (идёт в комплекте с установщиком программы);
- Мультиязычная локализация – русский, английский и др. (всего свыше 30-ти).
Geany можно сравнить с текстовым редактором Notepad++ (Notepad plus plus) – интерфейс программ во многом схож. Однако, в отличии от Notepad++, Geany работает не только в среде Windows, но и на других платформах. Так, например, Geany можно с уверенностью рекомендовать пользователям, которые привыкли работать с Notepad++ в Windows и хотели бы найти альтернативный текстовый редактор для работы в Linux.
Скачать Geany для Windows
На этой странице для загрузки доступна последняя версия Geany для ОС Windows 32 и 64-бит.
Скачать
Версия: 1.36
Размер: 15.3 МБ
Операционная система: Windows 7, 8, 10
Язык: русский
Дата релиза: 28 сентября 2019
Статус программы:
Бесплатная
Разработчик: Geany AUTHORS
Официальный сайт: www.geany.org
Что нового в версии: список изменений
Рейтинг: (16 оценок, среднее: 4,88 из 5)
Geany 1.38
General
- Increase speed when opening documents, especially on startup
(Justin Blanchard, Issue#2883, Issue#2649, Issue#2791, PR#2884, PR#2747). - Synchronize Geany’s Ctags implementation with Universal Ctags, this
leads to updated symbol parsers (Jiří Techet, PR#2666). - Remove GTK+2 Support (PR#2602).
- Geany needs a C++17 compiler to build (PR#2862).
Bug fixes
- Workaround crashes when pasting into VTE without having focus
(Issue#2813, PR#2843).
Interface
- Add keybinding to reload all open documents (David Yang, PR#2859).
Filetypes
- Add Julia filetype (getzze, Issue#434, PR#2584).
- Add Meson filetype (Andy Alt, PR#2850).
Plugins
- SaveActions: add configurable target directory for instantly saved files
(Issue#640, PR#2769).
Windows
- Fix message window height after restart (Issue#2591, PR#2892).
- Switch Windows builds to GTK3 and x86_64 (PR#2590).
Internationalization
- Updated translations: da, de, el, es, et, fr, it, ja, nl pt, pt BR, sk, tr, uk, zh_CN
Geany 1.37.1
Geany 1.37
General
- Build with GTK3 by default.
- Add an option (enabled by default) to save main and project configuration whenever documents are opened/closed to reduce accidental loss of current session in the event of a crash.
- List Geany in the category TextEditor (Dominic Hopf, Issue#2460).
Bug Fixes
- Fix main window name as seen by accessibility tools (Issue#2421).
- Add missing include (Pino Toscano, PR#2402).
- Fix a possible crash when quitting (Hodong & Guido Falsi, Issue#2457, PR#2634).
Interface
- Allow to cancel Open Project and New Project dialogs without closing the current project.
- Don’t ask whether to close current project when opening a recent project.
- Disable some items when they are not available.
- Provide a CSS name for most widgets (PR#2469).
- Adapt margins width to font size and zoom (Issue#1733, PR#1738).
- Show OS info in debug messages.
- Persist color picker palette (Issue#2595).
- Fix color of selected text in search entries with no match (foresto, Issue#2332, PR#2333)
Editor
- Update Scintilla to version 3.21.1 (PR#2506).
Filetypes
- Add BibTeX filetype (Mirco Schoenfeld, PR#2212).
- Update JavaScript keywords (dmitryunruh, PR#2486).
- Update Lua block comment end (Filip Szymański, PR#2566).
- Update FreeBasic keywords (Issue#2583).
- Add Smalltalk filetype (Snowflake the Pony, PR#2399).
- Add a configuration option to select the default Python command.
Documentation
- Improve Build-related settings documentation.
- Added documentation for the Color Chooser (LarsGit223).
Windows
- Bundle the GLib GSpawn helper binaries with the installer for plugin that use the related GLib API.
- Make IPC port number configurable, and move the default outside the dynamic range used by Hyper-V (Issue#2101, PR#2585).
- Use the
py
launcher for Python filetype (Issue#2211). - Support programming ligatures (like Fira Code font) (Issue#2535).
Internationalization
- New translations: ie
- Updated translations: da, de, el, es, fr, id, it, ja, lv, nl, pl, pt, ru, sk, sv, zh_CN
Geany 1.36
General
- Give precedence to user-defined filetype extension mappings over default ones (PR#2166).
- Give precedence to the longest matching filetype pattern (Issue#1499, Issue#1921, PR#2167).
- Place the socket file in
$XDG_RUNTIME_DIR
when available (Thomas Martitz, PR#2222).
Bug fixes
- Improve path ellipsising in Go To Tag filetype popup (Thomas Martitz, PR#2262).
Interface
- Show group prefix for the Various preferences (PR#2176).
- Show the GTK/GLib versions in about dialog (PR#2163).
Editor
- Update Scintilla to version 3.10.4 (PR#2138).
- Add support for fractional font sizes (Pedro Henrique Antunes de Oliveira, Issue#703, PR#2250).
Filetypes
- Add Apple Swift filetype (Ankit Pati, PR#1323).
- Add Nim filetype (Simon Krauter, Issue#1772, PR#2085).
- Update NSIS keywords (PR#2181).
- Update error matching for the CUDA filetype (Rajesh Pandian M, Issue#2213, PR#2218).
- Add Kotlin custom filetype (Issue#1581, PR#2186).
- Add Groovy custom filetype (PR#2188).
- Add TypeScript custom filetype (Issue#1449, PR#2187).
- Small update of Django keywords (PR#2315).
- Don’t suggest to override all settings through Tools->Configuration Files (Issue#1552, PR#2168).
Windows
- Migrate the installer to NSIS 3 (Issue#1302, PR#2181).
- Fix build on recent MSYS2 (Issue#2261, PR#2263).
Internationalization
- New translations: ku
- Updated translations: da, de, es, fr, it, ja, lv, pt, sk, sv, zh_CN
Geany 1.35
General
- Start synchronization with Universal-CTags (Jiří Techet, PR#1263, PR#2018).
Bug fixes
- Improve IPC socket handling (Issue#641, PR#2111).
- Fix loading the default open encoding option (PR#1326).
- Fix VTE path following after reset (Issue#352, PR#2116).
Interface
- Show variable type in a tooltip in symbol tree (Jiří Techet, PR#2036).
Editor
- Update Scintilla to version 3.10.2 (Issue#971, Issue#1947, Issue#2076, PR#2045).
- Drastically speed up huge bulk replacements (Issue#2092, PR#2097).
- Fix accessibility information reported upon deletion.
- Fix garbage data insertion when moving lines up or down (Issue#2066).
- Don’t perform line breaking in rectangular selection mode (Issue#2051, PR#2135).
Filetypes
- Allow stripping trailing spaces from custom filetypes based on the Diff lexer (Cristian Ciocaltea, Issue#2041, PR#2043).
- Improve JavaScript symbols parsing (Issue#1329, Issue#1891, Issue#1933, part of PR#2018).
- Improve HTML symbols parsing (part of PR#2018).
- Improve COBOL symbols parsing (PR#2128).
- Improve ActionScript symbols parsing (PR#2134).
Windows
- Installer: only install GTK translations if selected (Issue#2090).
Internationalization
- Updated translations: da, de, es, fr, ja, lv, pt, ru, sk, zh_CN
Geany 1.34.1
Bug fixes
- Fix line breaking on existing lines (PR#2027).
- Fix displaying filenames containing XML control characters inside infobars (Issue#2033).
Windows
- Fix rectangular selection modifier (PR#2032).
Internationalization
- Updated translations: uk
Geany 1.34
General
- Auto-select GTK2 or GTK3 at build time depending on availability (PR#1182).
- Process files in the order they appear on the command line when generating tags files (Issue#1989, PR#1991).
Bug fixes
- Fix high CPU usage with the Scope plugin (Dimitar Zhekov, Issue#1461).
- Fix loading some tags files with format specifier (Issue#1814, PR#1817).
- Fix Plugin Manager buttons sometimes getting out of sync, possibly leading to a crash (Issue#1781, PR#1799).
- Fix horizontal and page scrolling under GTK3 (PR#1843).
Interface
- Show part of the file path to show unique elements in the go to symbol popup (Thomas Martitz, PR#1445, Issue#1069).
- Always show icons in the go to symbol popup (PR#1997).
- Add a keybinding for «Strip Trailing Spaces» (LarsGit223, Issue#395,
PR#1806). - Add some missing label relations.
Editor
- Update Scintilla to version 3.10.0 (Issue#1421, PR#1914).
- Fix line breaking with multi-byte characters (Issue#1958, PR#1960).
- Don’t beep when trying to go to the next cursor location in a snippet and there is none (see Issue#1554).
Filetypes
- Markdown: Display bold and italics as such (FMuro, PR#1837).
- Python: Update keywords to Python 3.7 (Miro Hrončok, Issue#1351, PR#1894).
- PHP: Update tags for PHP 7.2 (Dominic Hopf, PR#1970).
- Batch: Use REM as single-line comment marker (Issue#1912, PR#1932).
- VHDL: Classify string styles as such (PR#1402).
Windows
- Fix display issues on HiDPI displays (Issue#692, PR#1992).
API
- Add
msgwin_compiler_add_string()
,msgwin_msg_add_string()
,msgwin_status_add_string()
(Thomas Martitz, PR#1748). - Add
GeanyObject::key-press
signal allowing plugins to intercept key presses before Geany (Jiří Techet, PR#1829). - Add
utils_strv_shorten_file_list()
(Thomas Martitz, PR#1445). - Fix value of GeanyDocument::changed when quitting (Jason Cumbie, PR#1857).
Internationalization
- Add translation: da
- Updated translations: de, es, fr, hu, it, ja, pt, sv, sk, uk, ru, zh_CN, zh_TW
Geany 1.33
Bug fixes
- Fix the symbols tree hierarchy when several tags have the same name
(PR#1598).
Interface
- Add a tooltip showing the full path on menu items representing documents
(PR#1706). - Add a note for applying the indent settings in the project preferences
(PR#1650). - Enable popup menu on sidebar and message window notebooks (PR#1726).
- Show status message on attempt to execute empty context action
(Lars Paulsen, PR#1642). - GTK3 theming improvements and documentation (PR#1382).
Filetypes
- CSS: Update Grid properties (Issue#1705).
Internationalization
- Updated translations: de, el, es, fr, it, lv, pl, pt, tr, ru, zh_CN
Geany 1.32
General
- Improve CLI argument help (PR#1644).
- Keep the current tab when closing documents to the right of another tab.
- Re-enable SIGTERM handling (PR#1255).
- Create correct path for filetype config files (Jiří Techet, PR#1482).
- Add an option to enable IME’s candidate window display inline
(Sinpo Wei, PR#1514). - Add an option to automatically reload files changed on disk
(Mark O’Donovan, PR#1246).
Bug fixes
- Fix backward compatibility of the geometry saving setting.
- Close «Deleted from Disk» Infobar on Reload (Lars Paulsen, PR#1628).
- Make sure GDK_MOD2_MASK is cleared when getting modifiers
(Jiří Techet, PR#1636). - Use non-symlinked VTE libraries on MacOS X (Jiří Techet, PR#1625).
- Fix crash if plugin manager is opened more than once (PR#1564).
- Fix incorrect variable reference (Thomas Martitz, PR#1561).
Interface
- Add «Close Documents to the Right» feature (PR#1362).
- Add an option to save/reload either window position or size,
but optionally not both (delt01, PR#1456).
Editor
- Update Scintilla to version 3.7.5 (PR#1503).
- Improve snippet support (visual indicators and more)
(Thomas Martitz, PR#1470). - Push current position to navqueue before navigating back
(Vasiliy Faronov, PR#1537).
Filetypes
- Add GNU assembler filetype extensions (Issue#904).
- Make Python comment hash space (PR#1682).
- Add missing string and comment styles for various lexers (PR#1502).
- Add missing PHP keywords, especially for PHP 7.x (1547, PR#1547).
- Python: Don’t highlight sub-identifiers as keywords (PR#1544).
Plugins
- FileBrowser: don’t change directory on project save
(Jiří Techet, PR#1400).
Windows
- Fix Execute button on Windows when using HTML files and
«builtin» command (Issue#1018, PR#1667).
API
- Add
utils_get_real_path()
and deprecatetm_get_real_path()
(PR#1224). - Add
geany_plugin_get_data()
(PR#1234). - Add
keybindings_load_keyfile()
(Jiří Techet, PR#1430). - Add
tm_tag_get_type()
(Thomas Martitz, PR#1465).
HACKING
- Add note about data types and update for best practices (PR#1282).
Internationalization
- Updated translations: ca, de, el, es, fr, it, lt, lv, nl, pt, ru,
sk, sv, zh_CN
Geany 1.31
Bug fixes
- Update statusbar after applying indentation detection.
- Fix converting color to hex for insertion in the Color Chooser
dialog (Vasiliy Faronov, PR#1536).
Filetypes
- Add
parfor
to the Matlab keyword list (A. Tombs, PR#1021). - C: fix line continuation handling (PR#1370).
- Add
require_relative
to the Ruby keyword list (Jacob H. Pratt,
PR#1472). - Update Haxe keywords (PR#1216).
- Fix Arduino comment toggling (Giorgioggì, PR#1510).
- Update CMake keywords (Yan Pashkovsky, PR#1315).
- Update C# keywords (Yan Pashkovsky, PR#1315).
- Update HTML keywords (Vasiliy Faronov, PR#1530).
Internationalization
- Updated translations: ca, id, ja, kk, lt, ru
API
- Fix crash when calling plugin_set_key_group() more than once
(Jiří Techet, PR#1426).
Поставить оценку
Средний рейтинг 3.8, всего оценок — 6
- Скачать программу
- Описание и функции
- Скриншоты интерфейса
- Комментарии пользователей
Название→ | Geany |
---|---|
Версия→ | 1.38 |
Лицензия→ | Бесплатно |
Поддержка→ | Windows 10, 8, 7, Vista, XP |
Размер файла→ | 26.5 Мб |
Разработчик→ | Enrico Tröger |
Обновлено→ | 02 февраля 2023 |
Geany — продвинутый текстовый редактор, который подойдет для повседневного использования как рядовым пользователям, так и программистам, а также веб-разработчикам.
Скачать для Windows
Скачайте последнюю версию Geany 1.38 по прямой ссылке. Программа совместима с операционными системами Windows 10, 8, 7, Vista, XP разрядностью 32/64-bit, размер установочного файла — 26.5 Мб. Данный программный продукт разработан Enrico Tröger и распространяется бесплатно. Также вы можете скачать программу с официального сайта.
Описание программы
Программу можно использовать как замену стандартному «Блокноту». В ее интерфейсе быстро разберется даже новичок. В отличие от стандартного редактора, этот предлагает такие функции, как работа с несколькими документами одновременно, настраиваемые горячие клавиши, проверка орфографии.
Между тем Geany — это полноценная среда для работы с кодом. На текущий момент редактор дает возможность работать со всеми известными языками программирования. Даже если нет поддержки какого-либо языка, получить ее можно, установив один из плагинов.
В редакторе имеется подсветка кода, при этом он на автомате определяет язык программирования. Также реализована поддержка HTML, CSS и SQL. Geany отлично подойдет пользователям, которые привыкли к Notepad++, но нуждаются в расширенном функционале.
Преимущества и недостатки
- Тонкие настройки и дополнительные модули
- Множество функций для работы с кодом
- Несколько цветовых схем
- Удобный менеджер проектов
- Устаревший дизайн интерфейса
- Редкие обновления
Скриншоты интерфейса
Комментарии пользователей
Geany для Windows 10 – программная среда, предназначенная для разработки. ПО использует GTK 2. Предусмотрена возможность использования открытого исходного кода.
В наличии редактор, с помощью которого быстро пишется код, а подсветка синтаксиса учитывает используемый язык программирования, указывая на ошибки. Комфорту способствует автозавершение и закрытие HTML-тегов. Допускается расширять возможности функционала (совместимость с плагинами). Приложение способно эмулировать терминал. Рекомендуем скачать Geany для Windows 10 на русском языке без регистрации и смс с официального сайта.
Информация о программеСКАЧАТЬ БЕСПЛАТНО
- Лицензия: Бесплатная
- Разработчик: Enrico Troger
- Языки: русский, украинский, английский
- Устройства: пк, нетбук, ноутбук (Acer, ASUS, DELL, Lenovo, Samsung, Toshiba, HP, MSI)
- ОС: Windows 10 Домашняя, Профессиональная, Корпоративная, PRO, Enterprise, Education, Home Edition (обновления 1507, 1511, 1607, 1703, 1709, 1803, 1809)
- Разрядность: 32 bit, 64 bit, x86
- Версия: последняя 2023, без вирусов
Аналоги Geany
- MAGIX Music Maker
- AntiDust
- PDF-XChange Viewer
- Microsoft Visual Studio
- Macromedia Dreamweaver
- PhotoMix Collage
Отзывы пользователей
Категории программ
- Программы для Windows 10
- Создание коллажей
- Ускорение компьютера
- Восстановление флешки
- Очистка компьютера
- Прослушивание музыки
- Обновление драйверов
- Раздача WiFi с ноутбука
- Создание музыки
- Веб камера
- Переводчики