Squircle CE - Code Editor

3.6
321 reviews
10K+
Downloads
Content rating
Everyone
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image

About this app

Squircle CE currently supports coding in the following programming languages: ActionScript, C, C++, C#, CSS, Fortran, Go, Groovy, HTML, Java, JavaScript, Json, Julia, Kotlin, LaTeX, Lisp, Lua, Markdown, PHP, Python, Ruby, Rust, Shell, Smali, SQL, Toml, TypeScript, Visual Basic, XML and YAML.

Here is a list of features that will help you work with more productivity:

Syntax Highlighting
Beautiful syntax highlighting provides you a better way to understand your code at a glance

Code Completion
The code editor provides basic completion based on a file content, it suggests names of functions, fields, and keywords within your file scope

File Manager
A built-in file manager with SFTP/FTP(S) integration provides a convenient way to transfer files between mobile phone and computer

Cross-session Editing
All your changes automatically will be saved in cache, you don't need to save file every time you exit app

Unlimited Undo/Redo
If you made a mistake or you want to fall back to the source code you edited yesterday, simply use «Undo» button

Highlight Matching Delimiters
When you work with code in the editor, it can help you quickly understand code structure by highlighting the opening or closing delimiter ((), [], and {}) when you set the caret at its pair

Code Style
Squircle CE provides a better way to write your code, the editor will automatically indent lines, close open brackets, braces and quotes

Select, Delete, and Duplicate Line
You can easily delete or clone a part of code using handsome options in «Edit» menu

Color Schemes
Different color schemes defines syntax highlighting for reserved words and other symbols in your source code: operators, keywords, suggestions, string literals, and so on

OPEN SOURCE CODE
https://github.com/massivemadness/Squircle-CE
Updated on
Nov 12, 2023

Data safety

Safety starts with understanding how developers collect and share your data. Data privacy and security practices may vary based on your use, region, and age. The developer provided this information and may update it over time.
No data shared with third parties
Learn more about how developers declare sharing
No data collected
Learn more about how developers declare collection

Ratings and reviews

3.5
289 reviews
Smelya Layter
May 27, 2023
Looks good, but there's one, singular thing that makes this editor unusable for me. There is no planning feature. Usually, you can drag around on empty space in editors to pan over to other parts (most importantly, panning to the right to check/work on very long lines). This editor is only able to navigate by dragging the cursor around, i.e. all the way to the edge of the screen, but only on a line that has text off screen. If you move lines, the view changes. And no, I will not use word wrap
3 people found this review helpful
Did you find this helpful?
Gargamel M
July 9, 2023
Nice enough look. REALLY WISH there was code folding, like in Notepad++. Panning around can be a little cumbersome. The app's file browser on the left-hand side, under the 3 bars: cannot navigate to or see my SD card; only my 'Local Storage.' I have to use a different file browser to select my file and then select 'Open with' and choose to open it with Squircle.
2 people found this review helpful
Did you find this helpful?
kianoosh Azarvandi
March 6, 2024
The app is great and It would be great if there was a "reading mode" which we can turn on and off to prevent keyboard and text edition option from popping up, each time I touch the screen while reviewing the code I wrote.
1 person found this review helpful
Did you find this helpful?

What's new

- Added: Support for Ini language
- Fixed: Recent files will appear higher in list when sorted by date
- Improved performance for HTML and XML languages
- Bugfixes and minor improvements