The Following 26 Users Say Thank You to trx For This Useful Post: | ||
![]() |
2012-04-30
, 12:04
|
Posts: 17 |
Thanked: 30 times |
Joined on Apr 2012
@ Perth, Australia
|
#2
|
The Following User Says Thank You to jkingok For This Useful Post: | ||
![]() |
2012-05-06
, 06:49
|
Posts: 87 |
Thanked: 66 times |
Joined on Jan 2010
@ Australia
|
#3
|
The Following User Says Thank You to et3rnal For This Useful Post: | ||
![]() |
2012-05-07
, 20:31
|
|
Posts: 80 |
Thanked: 237 times |
Joined on Dec 2010
@ Serbia
|
#4
|
- Sort File Dialogs alfabetically - File Dialogs can open files without extensions - Fixed font size in file dialogs - Added TAB to helper bar - Fixed orientation of menus - Fixed scrolling in menus - Fixed touch event propagation in menus - Added JavaScript highlighting - Added ability to choose highlighter
I would love to see "ideone" supportas I tried to do this as a separate app myself few weeks ago but using WSDL for their APIs was a really pain to deal with for such a beginner like me
http://ideone.com
The Following 2 Users Say Thank You to trx For This Useful Post: | ||
![]() |
2012-05-08
, 14:18
|
|
Posts: 5,339 |
Thanked: 4,133 times |
Joined on Jan 2010
@ Israel
|
#6
|
The Following User Says Thank You to Schturman For This Useful Post: | ||
![]() |
2012-05-08
, 14:48
|
|
Posts: 80 |
Thanked: 237 times |
Joined on Dec 2010
@ Serbia
|
#7
|
Thank you! Started using your app
Can you add two buttons to the white line: copy and paste ?
Please.
![]() |
2012-05-12
, 13:16
|
|
Posts: 1,348 |
Thanked: 1,863 times |
Joined on Jan 2009
@ fr/35/rennes
|
#10
|
The Following User Says Thank You to www.rzr.online.fr For This Useful Post: | ||
After another total rewrite, (this time combining FPC, Lazarus(LCL), C++, Qt and QML) i am pleased to announce TxPad(QML) version 0.1.0.
I have decided to publish version 0.1.0 which isn't yet completed (not all features of the Fremantle version of TxPad are implemented) because i wanted to finally publish something after a *lot* of work and in order to receive some feedback before i proceed with development.
This version of TxPad was made and tested on N950 so i would appreciate input from those of you with N9's on how the interaction with the app is, what can be improved so it can be easier to use.. For example in the next version i want to add arrow buttons on the right side of the screen over the editor when the proximity sensor is closed..
EDIT : Version 0.5.5 is now available!
Currently, the following works:
* Ability to open and save multiple files
* Code syntax highlighting
* Code folding (pascal only for now, but you can fold custom selections with any)
* Search and replace (with RegEx)
* Kinetic scrolling/Pinch to zoom
* Ability to change colors of the editor
* A helper bar with additional characters commonly used that you can customize
* When you cover the proximity sensor, scrolling/pinching gets disabled and selection mode is enabled. Also Home/End and PgUp/PgDown buttons are shown
* Send all/selection to paste bin
* Export with code highlighted to HTML
* Recent Files menu
* Ability to change highlighter manually
* Bookmarks
* Macros
* Custom selection handles (select text by covering the proximity sensor, refine it using the handles)
I intend to add those features that are in also Fremantle version such as:
* Open & Save from/to FTP
* Scripts (run sh scripts from TxPad)
Syntax highlighting is currently available for:
Delphi, FPC, C, Java, Perl, HTML, XML, Python, lfm, sh, CSS, PHP, TeX, SQL, VB, Ini, Bat and JavaScript so far...
TxPad is currently in apps.formeego.com *testing* repo, in order to install it do the following:
* On the application grid in your device, click on the 'Settings' icon. Click on 'Applications', 'Installations' and make sure the slider is set to on for 'Allow installations from non-Store sources.
* With your phone browser download http://apps.formeego.org/n9client (this will install apps.formeego.com client app)
* Open Apps For Meego application, and go to settings, and click Enable Review Mode.
* Now you can find and install "TxPadQML" from the client.
Edit(2013-06-20):
As MeeGo COBS is down now i have moved the files to my server for now.
Link to the .deb file :
http://txpad.devbin.org/files/txpadqml_0.5.5_armel.deb
Link to the .dsc file :
http://txpad.devbin.org/files/txpadqml_0.5.5.dsc
Link to the .tar.gz file :
http://txpad.devbin.org/files/txpadqml_0.5.5.tar.gz
TxPad QML is now in OpenRepos : https://openrepos.net/content/trx/txpad-qml
You can download and install the .deb file or add the repository and then as root do "apt-get install txpadqml"
As i have no way to set up donations, i have uploaded TxPad QML to Nokia Store where it costs 5 euros. So if anyone wishes to contribute to the project in this way, it would be welcome. Of course, TxPad will remain free here and in AppsForMeego & OpenRepos always, and its sources available.
I hope it will be usefull for you.
TRX.
Last edited by trx; 2013-10-18 at 08:50.