Author Archives: wpadmin

2. CodeInsight – Jump to symbol definition

Jumping to symbol definition will help code reader very much to understand the relationship below functions and code snippet.  Note: To jump to symbol definition, you must index the source code first.  

There are two ways to jump to symbol definition: 1) Tap the symbol one time, it will be highlighted in green. Once it is highlighted, tap the symbol again, it will pop up the popover menu as showed above. Then you can choose to tap [Find symbol definition] button. 2) Tap the search icon on the navigation bar and choose [Find symbol definition].

1. CodeInsight – How to Generate Index

when the source code is downloaded, for the first time you  access the content of the source code, you may be asked to generate index first, see figure below.

Choosing [Continue & Index] will redirect to the view on the right. You can just touch [Index] button to start indexing. Although you can leave this page while indexing, but it is highly suggested that you stay on this page til the index is done. 

Choosing [Continue & Remember] is almost the same as [Continue & Index] except that it will remember your choice and won’t ask you again.  

Choosing [Continue without index] will not direct you to the index page, but just start to view the source code structure. You can even read the source code without indexing, but you will not be able to jump to the symbols

RFCReader Plus Introduction

Latest Version: v1.2 In-App Purchase version of RFCReader Pro

RFCReader Plus is exactly the same as RFCReader Pro except that it needs to be purchased in app. User can either buy RFCReader Pro or in-app purchase RFCReader. Both App will be updated once there’s new updates

Requests for Comments (RFC) document series contain technical and organizational notes about the Internet. RFC Reader plus is a tool which can provide user a more efficient way to read the RFC documents. 
Difference between trial version and full functional version:
Features for RFC Reader plus trial version and full functional version are almost the same, except that some advance feature in trial version can be used with limitation.
All features below are available for try with limited times with trial version and are fully supported by full functional version if user purchased the product in the app.1. List all RFC documents
2. Search RFC File by Keywords or RFC number
3. Add to favorite for the interested RFC
4. Support marking text with color when reading in text format
5. Support adding Bold, Itatic and Underline styles to RFC text when reading in text format
6. Support changing default Font name and Font size for RFC text reading
7. Support fast navigating to last reading position and can go back and forward several times
8. Support fast navigating with Table Of Contents (TOC)
9. Offline RFC reading: Once you read it once, it will be cached locally 10. Save your changes to the document in Document folder
11.Support both Landscape and Portrait reading mode on all supported devices.
12. Support cleaning up cached files
13. Support search by keywords in Text format RFC page and navigate to the found results
14. Support read RFC in PDF format
15. Support searching RFC content when reading in PDF format
16. Support navigate RFC content through Table Of Content when reading in PDF format
17. Support navigate RFC content through PDF thumbnail
18. Support view RFC content in thumbnail grid view
19. Support read RFC in HTML format
20. Support navigate back and forth when reading in HTML format
21.Support navigate through Table Of Content when reading in HTML format for some RFCs
22. Support add to favorite RFC list when reading both in PDF format and HTML format

RFCReader Pro Introduction

Latest Version: v3.2.2 (The same as RFCReader Plush v1.2.0)

RFCReader Pro is a RFC text/html/PDF reader which provided user with the most friend reading experience. User can choose to reading in Text/HTML/PDF depending on user’s preference.

Requests for Comments (RFC) document series contain technical and organizational notes about the Internet. RFC Reader plus is a tool which can provide user a more efficient way to read the RFC documents. 
Difference between trial version and full functional version:
Features for RFC Reader plus trial version and full functional version are almost the same, except that some advance feature in trial version can be used with limitation.
All features below are available for try with limited times with trial version and are fully supported by full functional version if user purchased the product in the app.1. List all RFC documents
2. Search RFC File by Keywords or RFC number
3. Add to favorite for the interested RFC
4. Support marking text with color when reading in text format
5. Support adding Bold, Itatic and Underline styles to RFC text when reading in text format
6. Support changing default Font name and Font size for RFC text reading
7. Support fast navigating to last reading position and can go back and forward several times
8. Support fast navigating with Table Of Contents (TOC)
9. Offline RFC reading: Once you read it once, it will be cached locally 10. Save your changes to the document in Document folder
11.Support both Landscape and Portrait reading mode on all supported devices.
12. Support cleaning up cached files
13. Support search by keywords in Text format RFC page and navigate to the found results
14. Support read RFC in PDF format
15. Support searching RFC content when reading in PDF format
16. Support navigate RFC content through Table Of

CodeInsight Production Introduction

Latest Version: v1.6.0 (Nov 19, 2021)

CoCodeInsight aimed to be the best and most powerful source code reader on mobile phone device. Currently it only supports iOS, but there’s a plan to support Android and Huawei OS.

This app is aimed to provide a solution for user to reading programming code on mobile devices like phone and pad. The app provides rich features to make code reading a really easy thing with mobile devices, which makes you really don’t need a PC for code reading.
1. Supported reading codes written in languages in: C, C++, Java, Python, ObjectiveC, C#, Basic, JavaScript, PHP, Perl, Bash, Zsh, Csh, Ruby, Assembly Language, Go, Rust, R, Tcl and a lot of other languages like: Ada, Ant, Asp, Awk, CMake, CSS, Diff, DTD, Bat, Powershell, Eiffel, Erlang, Falcon, Flex, Fortran, HTML, JSON, Lisp, Lua, Matlab, OCalm, Pascal, REXX, SQL, VHDL, Vim, SVG, XML
2. Support programming language syntax highlight for programming languages below: C, C++, C#, Java, Objective C, Eiffel, Fortran, Html, Header files, Asp, Bat, Asm(x86) only, Lua, Perl, Pascal, Php, Python, R, Ruby, Shell script, Tcl/Tk, Vhdl etc
3. Support Github. You can search/browse Github pages and download source code zip archive directly from Github
4. Support search symbols in the whole source code tree, this works like a “grep” command
5. Support jumping from symbol(function, class, global variable, struct, enum etc) to its definition and declaration
6. Support search in single source code file for any keywords.
7. Support list all the symbols in current file.
8. Support find functions who called current functions (C, C++only), similar to Cscope
9. Support find all the functions called by current functions (C, C++ only), similar to Cscope
10. Support find the class inheritance relationship (C++ and Java only)
11. Support download and reading Linux kernel sources
12. Support upload source codes directly from Wifi connections
13. Support download source codes from given URL.
14. Support iTunes to upload source codes
15. Support directly read sources code packaged in Tar, Tar.Gz and zip file format.
16. Support change Font Size and Font Family Name
17. Support no-wrap reading so that a line won’t be break down to multiple lines due to small screen.