Quick verdict
- What it is
- Store information collected; independent summary not yet available.
- At a glance
-
- Free to download
- In-app purchases
Categories and search queries
Official categories
- Developer Tools
- Productivity
AppCorpus categories
Key functions
| Function | Availability | Access | Scope | Evidence |
|---|---|---|---|---|
| Free app | Yes | Free | — | Store published |
| In-app purchases | Yes | Limited free | — | Store published |
Screens
No screenshots collected yet.
Pricing & paywalls
App Store
- Free to download
- In-app purchases
Ratings & reviews
App Store
-
4/5Great text editor but horrible flaws.
Closing the app without saving removes all progress and recently saving files crashes the app and loses all progress. I spent at least 4 and a half hours working on a project and when I tried saving it. It crashed and I lost everything
Nobody5231 · 31 Jul 2026
-
5/5Amazing app
Absolutely loved the app. Have a few suggestions for improvements. It will be nice to have a view only mode and disable the keyboard. Also please bring full screen mode. Finally the ability to click on a function and the app gives the definition or hints would make this app a killer!
😃Y😃F😃 · 31 Jul 2026
-
4/5Wish I knew about this sooner
Super awesome text editing app. Syntax highlight! Capable of opening any files! And there's theme list. I love any of the darkish purple, blue, and green text editor themes and then there's Solarized Dark. Jackpot!! Beyond text editor, I tend to think that the simple choice between white and dark themes to be boring. Too boring. A white theme with blue accent is terribly boring. I'm glad this app at least offers other accent colors. The dark theme with purple accent looks nice. I've uninstalled Documents 6 for this. That app used to be awesome until Files app introduced in iOS 11 and this app is the last missing puzzle piece I need to read and edit text files. I had to drop one star for the following reasons: ꊱ1 No alternative language keyboards. I use Japanese Romaji and Emoji. ꊱ2 The Text Replacement isn't working very well. ꊱ3 The height spacing looks weird (in Courier Regular) when there's unicode characters. ꊱ4 Following text after pasted (unicode?) text can sometime be in different font other than Courier Regular. I'd sacrifice syntax highlights, height spacing, or so in favor of keyboard honestly, if that's the root of problems. Quality text editor should be able to read and edit .txt and other text-based files without issues.
LucarioAura9001 · 31 Jul 2026
-
3/5File extension/types
The app is full of potential. However, it has one major flaw. I tried editing a .tex file — great, it can do that. But my Tex compiler has .aux, .log and various other files in the same directory with the same name but a different extension. This app fails to show the file extensions. So I would have 5 different “file1” in a folder, but I can’t see the extension until I try to open the file and fail like 4 times. Really takes the fun out of using this app, so I just deleted it.
lightboozer · 31 Jul 2026
-
2/5Ongoing Stability Issues
To provide as much system information as possible, these experiences are from a user using a 2018 iPad Pro 12.9 with a Bluetooth keyboard. The Bluetooth keyboard is a Logitech K811. I have used this application for about 9 months exclusively via an external keyboard. I have observed some instances of crashing while holding down the backspace key, but these instances have drastically increased with iPadOS. Either much less time holding down the backspace key is needed for a crash or some other keystroke-related action is causing a crash. Beyond that, this is a very intuitive editor which has the syntaxes, character formatting, etc. for my needs, and a lot of the features have transitioned successfully to iPadOS.
TryingToDevSeriously · 31 Jul 2026
Privacy & accessibility
App Store
Privacy
- Data Not Collected Developer declared
Accessibility
No accessibility labels collected yet.
Versions
App Store
- 1.0
-
1.0.1
Fixes crash when adding extra caret on empty file. Fixes editor scroll indicators color and position. Fixes expanding selection to next subword when an extra caret is in the last line. Fixes extra whitespace being inserted when inserting new line while caret was in the middle of the tabulation (whitespace characters before the first text character). Fixes typo in Settings view. New Icon!
-
1.1
New features: * Editor minimap: Kodex now features a minimap, which displays the contents of the file you're editing, and allows you to quickly scrub over its contents. * Two new editor themes! * Allow All File Types: Kodex will allow any file to be opened if this setting is enabled. Just be careful as opening binary files might cause unexpected behavior. Kodex will alert you if it thinks you are opening a binary file. Bugfixes: * Fixes a glitch which would cause the search bar to show under the title bar after rearranging the editor tabs. * Fixes issue where tapping "new file" would do nothing if "cancel" had been tapped on the file creation popup. * Fixes a number of corner case crashes. * Fixes missing "delete to start of line" action when using more than one caret. * Fixes glitches where the caret would not move vertically in a predictable manner. * Fixes typos.
-
1.1.1
Improved file handling: Open or draw-and-drop several files at once into Kodex. Drop a file onto the app's title bar to open it on a new tab. Fixes dropping a file into the text buffer not being undoable. Updated icon.
-
1.1.2
New features: – Adds "select next occurrence" item to the carets toolbar button in the editor. – On the key bindings configuration list, hitting a certain key combination will highlight it in the list if it is set to any binding. – The tab key is now available to be used for custom key combo bindings. Bug fixes: – Improved stability of the syntax highlighting engine. (There are still some known corner case issues which should be addressed in a future update). – Fix for issue where the code would scroll horizontally even though it was being properly laid-out in a container that fit the screen entirely. – Kodex now displays a larger version of the files browser, so that the sidebar is displayed on screens where it fits. – Fixes minimap "visible region" color on editor themes with a light background. – Slightly improved performance on large files (on the 1-10MB range). Work is being done to support even larger files. – Fixes an issue where the file could be saved even if "close discarding changes" was selected. – General polishing of many features, and fixes of small visual glitches.
-
1.2
This major release includes many new features and also fixes several bugs. It is also the first release to use the new Icon that was designed to change colors with the tinting you choose in the app preferences (read more below). New features: – Temporary files: You don't have to create a file in the Files browser before you start writing. You can create new temporary files from the main screen and start working right away. When you're done just hit save, pick a file name, and a new location for your file. Just as usual this location can be anywhere that's accessible from the Files app. On top of that, temporary files are preserved between launches, so you can keep working on them for as long as you wish before finally saving them somewhere. - QuickEdit extension: From any app that exposes a share sheet for files, you can now pick "Kodex QuickEdit" which will launch a lite version of the Kodex editor so that you can make quick changes without launching Kodex (be aware this functionality depends on the host app implementing the sharing activity properly). - Tints: You can now pick a different tint color for the app, in case you prefer a color different from red. This will also change the App icon to match. Fixed bugs: – Crash when looking up occurrences at the text buffer end. – Crash related to the highlighting engine when the text contents were changed very quickly. – Add support for expanding multiple selections above or below using Shift+Up/Down. – Increasing indentation on last line when it is empty (default binding Command+]) now works. – Increasing tabulation with multiple carets when using spaces for tabs now works. – Forward delete when using multiple carets now works. – Other corner case crashes/glitches related to editing have been fixed.
-
1.2.1
This release fixes several bugs: * Glitch when closing a temporary file that was in a broken state (move dialog was canceled). * Fix glitch where inserting text on a file composed of only whitespaces produced black text with the default font. * Fix glitch that could cause a temporary file to not be saved when requested. * Refactor how text is inserted into text buffer for improved reliability (fixes several crashes when typing). * Improved bound checks that fixes several off-by-one and out-of-bounds text glitches. UI Changes: * Tab bar is now hidden when no files are open. * Empty temporary files can be closed without going through a confirmation dialog.
-
1.2.2
This update fixes a glicth that would happen on compact layouts when showing the language picker or other full-screen modal views. That glitch would break the text editor and prevent a bunch of behaviors from working properly, including layout updates, scrolling, and many more.
-
1.2.3
This update brings support for the new iPad display sizes and improved highlighting/editing performance by rewriting more string handling-related code from Swift to Objective-C and by refactoring existing algorithms. It also fixes some bugs, including the following: * Fix issue where temporary files could be reloaded with a line count of zero or a negative value. * Improve support for insertion of provisional text (such as when an accent key is pressed on an external keyboard followed by a letter key to insert a single accented letter). * Improve highlighting support for multi-line elements (such as JavaScript templates) and for block comments. * Improve stability of highlighting engine by fixing some off-by-one buffer access crashes. Please notice: I'm aware of a crash when opening files. However the crash logs do not provide enough data to help me fix that, and I'm not even sure if it's a bug on Kodex or on UIKit. If you are experiencing or have experienced crashes when opening files, please contact me with details via [email protected]. Thanks!
-
1.2.4
This version brings small fixes to the indentation engine and other bug fixes in the code editor.
-
1.2.5
This release fixes issues loading documents from third-party providers. Opening and closing documents should be faster now as well.
-
1.3
This update brings some fixes: * Minimap now works reliably on iOS 13 * Fix theming issues on iOS 13 * Fix search bar changing to a broken size and placement when switching apps After many requests by several users, a Tip Jar has been added to Kodex. Tipping is not mandatory for continued usage of Kodex and will not unlock any new features.
-
1.3.1
Fixed crash that would sometimes happen when deleting several lines using multi-caret mode. Fix editor automatically replacing quotes and dashes with "prettier" versions that break code. Improves highlighter engine to be more reliable, which should solve many crashes that happened during editing.
-
1.3.2
This patch update is packed with bug fixes and new features, some that have been requested for a while. As always, thank you for using Kodex and for your positive feedback. Happy coding! New features: - When multiple selected ranges are present, you can now drag on the drag handle of the main selection range to adjust the length of all selected text ranges. - When multiple selected ranges are present, you can now tap on one of the selected ranges to make it the main selected range, and thus move the drag handles to that selected range. - Added "Save Document As…" feature to allow saving the changed document to a new location without touching the existing file. This feature is most useful if used with autosave turned off. - Added "Replace All" option to the search-replace feature. - Added option to turn off displaying line numbers on the left side of the editor. - Added "plain text" language in the syntax highlight picker to force disabling syntax highlighting. - When using Control+Shift+Up/Down to add a new selection, or the "Add Caret Above/Below" navigation bar buttons, if the current cursor is a non-zero length selection, the new selection will attempt to match the length of that range Fixes: - Fixed bug that caused visual glitches on editor after changing line height - Fixed bug that caused the selection ranges to be displayed at incorrect locations after changing font, font size, or line height - Fixed bug that caused the wrong font size to be applied to the source code after changing editor themes - Fix drawing highlighted text when searching - Fix alignment of navbar items in the editor view - Improved performance when handling very large files. - Fix selection behavior when to using Command+Shift+Left/Right to expand selections to include the rest of the line, which would produce unexpected results depending on the previous movement of the selection cursor
-
1.4
Kodex version 1.4 brings many big improvements and bugfixes. As always, thank you for using Kodex and feel free to reach out with comments and questions. Happy coding! New features and improvements: * Support for multiple windows: Drag a document tab out of the app in iPad OS to create a new window. * Seamlessly drag tabs between open windows to transfer documents between them. * State preservation: Your open documents are now preserved between launches, included position inside the document and text selections. * Added support for external pointing devices (trackpads and mice), including UI hints when moving the pointer over text and buttons. * Drag or scroll over the minimap to quickly scroll through the document, tap or click on the minimap to scroll to that location in the document. * The landing screen (the screen displayed when no documents are open) now displays your recently opened documents (this info is not available retroactively, but after you open one or more files they will be listed in the landing screen). * Improved extra tools buttons in toolbar, that now use a system context menu when right-clicked or long-pressed. * Opening documents from the recents list will also restore the text selections and the scroll position. * Temporary documents that aren't open are now displayed under the recent documents in the landing screen. * New built-in font: JetBrainsMono Bug fixes: * Fix bug where document could be autosaved when closing the app even though autosave was disabled. * Fixes a crash that would happen when clicking certain UI controls that changed the editor text using a trackpad or mouse.
-
1.4.1
This patch update fixes an issue where users couldn’t open files from the document picker in devices running iOS 11 and iOS 12, and introduces another workaround for a system crash involving trackpad pointers when hovering some buttons. These are the changes for version 1.4: Kodex version 1.4 brings many big improvements and bugfixes. As always, thank you for using Kodex and feel free to reach out with comments and questions. Happy coding! New features and improvements: * Support for multiple windows: Drag a document tab out of the app in iPad OS to create a new window. * Seamlessly drag tabs between open windows to transfer documents between them. * State preservation: Your open documents are now preserved between launches, included position inside the document and text selections. * Added support for external pointing devices (trackpads and mice), including UI hints when moving the pointer over text and buttons. * Drag or scroll over the minimap to quickly scroll through the document, tap or click on the minimap to scroll to that location in the document. * The landing screen (the screen displayed when no documents are open) now displays your recently opened documents (this info is not available retroactively, but after you open one or more files they will be listed in the landing screen). * Improved extra tools buttons in toolbar, that now use a system context menu when right-clicked or long-pressed. * Opening documents from the recents list will also restore the text selections and the scroll position. * Temporary documents that aren't open are now displayed under the recent documents in the landing screen. * New built-in font: JetBrainsMono Bug fixes: * Fix bug where document could be autosaved when closing the app even though autosave was disabled. * Fixes a crash that would happen when clicking certain UI controls that changed the editor text using a trackpad or mouse.
-
1.4.2
· 1 Apr 2024
Fixes crash on launch.
Alternatives
- Runestone Text Editor — Same category + similar ratings
- a-Shell — Same category + similar ratings
Availability by market
- US
Data quality & evidence
- Page completeness
- Live store listing
- Last verified
- 31 Jul 2026
- Sources
- App Store
- Independent summary has not been published yet.
- Screenshots: not yet collected