Symbian OS | Pocket PC | Smartphone | Android | BlackBerry | Apple iPhone OS | Java | Mobile Gaming | Linux | Palm | Win CE | Tablet  
     

Free Mobile Software, Themes, Games, Apps for PDA and Smartphones

     
Search by Device
My Device

  
Last Viewed Apps
SQLite Generator
Learn Operating System v2
Learn JSF
Learn LISP
JavaScript Tutorial
DataEditor.NET
Learn Csharp Interview Q A
Basic Programs App
Android Web Editor PRO
Real Color V2
Search by Category
Business & Profession
Databases
Dictionary & Translator
Entertainment
Finance
Games
Healthcare & Medicine
Internet & Communications
Multimedia & Graphics
Organisation & Productivity
Programming & Development
Reading
Science & Education
System Utilities
Themes & Wallpapers & Skins
Travel & Navigation
Search by Platform
Android
Apple iPhone OS
iPad
iPhone
iPod Touch
BlackBerry
Java
Linux
Maemo Nokia Internet Tablet
MeeGO
Sharp Zaurus
Mobile Gaming
Nintendo DS
Playstation 3
Playstation Portable
Wii
Xbox 360
Palm OS
Symbian OS
Series 60
Series 80
Series 90
UIQ
Tablet PC
Windows CE.NET
Windows Mobile Pocket PC
Windows Mobile Smartphone
     


Achivx Partner
 
 
LuaDevKit




LuaDevKit
Version: R2 (final beta)

Platforms: PSP, Mobile Gaming


Categories: Programming & Development

Upload date: 5 Dec 11

Developer:

License: Freeware

Downloads: 7

File Size: 2576 Kb
Download Free LuaDevKit 



Rating: 0.0/5 (Total votes: 0)




  LuaDevKit

 Here's the latest build, and the final beta if we may add, for LuaDevKit R2 from homebrew developer Glynnder. In a nut shell, this easy-to-use application is capable of helping both experienced and inexperienced coders create Lua programs. Since the last version was released a couple of weeks ago, a lot of improvements were added to the program:

* Added Settings File!
* Defaults and what all settings do:
o #Add another bracket if you type one in.
o #Automatically save the file
o #Automatically save-as the file
o #Highlight Syntax (turning off enables Undo/Redo and Style menu)
o #Characters between which the file autosaves
o #The 45 characters are not included in the number below. E.g. 100 would mean you type 100 + CharstoAutoSave before it autosaves
o #The colour of the line painter
o #Text Colour
o #Background Colour
* Dynamicised Window Creation and skin setting (Meaning cleaner code and *slightly* faster load times for changing skins and creating windows.)
* Bound Undo and Redo to CTRL + Z and CTRL + Y
* Lots of code optimisations and general cleanup
* Switched open,save and load project explorer (in Text Editor) from buttons to toolbar (now *that* took longer than it should've!)
* Added style menu, gives formatting options for text if syntax highlighting is turned off.
* Added fancy titling- makes the title show the filename (or untitled if there isnt one) and puts an asterisk next to it if it has changed since it was last saved.
* Fixed major bug in loading files from File Explorer code
* Fixed bug where you had a 300 character limit for pasting text into one line if you had syntax highlighting switched off and got set menus to work without syntax highlighting turned on.
* Added office look-and-feel (not a fantastic one, if anybody sends me a legal good-looking look-and-feel (in .jar form please) I'll see how it looks and potentially include it.
* Added do-you-want-to-save popup when you close the window if you haven't saved your code.
* Completed settings menu!
* Made settings menu update saved properties file when the click the new button "Save"
* Bound CTRL+Left to delete previous word and CTRL+Right to delete next word
* Made settings menu update colour settings when "Save" is pressed, though this is a little bit dodgey!
* Made ALT + S open settings menu.
* UPDATED SYNTAX HIGHLIGHTING!
* I decided against adding the XML highlighting, as this would be very memory heavy and would not have many benefits worth the time it would take to add in, especially when the RAM and cpu usage factors are taken into account, instead I had a coding slog to update the current one as much as possible, undo and redo now work perfectly with it!
* Changed the text editor GUI to be a tabbed layout, this is mainly for when you can have more than one file open at the same time, though it does look good!
* Made many menu items have shortcut keys, each menu items shortcut is shown next to its name
* Improved find/replace ability, you now have the option of Find (CTRL + F), Replace (CTRL + H) and Find Next (F3)
* Added nice bordered Xs to all the tabs but "new..." click these to close the tab!
* Added internal window listener and tab listener, so if you try and close a tab or the text frame window and haven't saved your file (or have edited it since), you'll get the normal "Do you want to save?" popup
* Make Release. I have created a nice wizard (not the conventional Windows sort, but a system of different sorts of popups) that helps take a lot of the time out of making a release of you program, you can choose out of luaplayer 0.16, 0.17DK2 and 0.20MOD4.
* First you click make release (CTRL + R), then next, the input the name of your program (e.g. LuaProgram), then select the luaplayer version, then you just have to select the folder containing all of your programs resource files, other lua scripts, images etc... *Sub-folders are supported!*, press Go and everything is done for you. Then, when you press the finish button, a folder appears, created in the same directory as your current script (which is copied into the release directory and renamed into index.lua) called *YourProgram* release; containing __SCE__*YourProgram* and %__SCE__*YourProgram*. Take a quick look in __SCE__*YourProgram* to see all of your resources along with you main script

That sure is a lot of changes. Despite that, Glynnder gave word that there are still portions of LuaDevKit R2 that still needs to be updated. The developer promised cpntinued support for thre program.
 
Like it? Share with your friends!

If you got an error while installing Themes, Software or Games, please, read FAQ.
 
Similar Software:

Daedalus Pre R5Daedalus Pre R5
Daedalus Pre R5  CoderX was kind enough to tip us about StrmnNrmn's new compiled Daedalus source code done by PSdonkey. He has compiled all the updated source code by StrmnNrmn as he had been getting a lot of messages from people who wanted to try them out but couldn't because - you guessed right - they couldn't compile the source code on their own
Devkit PSP r4Devkit PSP r4
DevkitPro have updated devkitPSP to release 4
Easy3DcppEasy3Dcpp
Easy3Dcpp Mootjeuh has released a handy library for those who prefer using C/C++ to code their PSP homebrew projects. This library, called Easy3Dccp, is a collection of functions that makes it easier for devs to use the PSP's 3D engine. The dev notes that all of the functions were originally created in Lua by masterlau. Mootjeuh says he just ported them
ssLibssLib
ssLib  Continuing his range of homebrew updates, Glynnder from our forums has given something useful to not only homebrew players with his latest PSP project, ssLib v0.2 beta. As you've probably guessed by the title, ssLib is a Lua library that allows Lua coders to add screensaver to any Lua application using just one line of code
Velocity Library (vLib)Velocity Library (vLib)
Velocity Library (vLib)  Zettablade from the QJ.NET Forums (forums.qj.net) has updated Velocity Library (vLib), a "general purpose library" for quickly making simple 2D games (although some limited 3D features are included in the library). Earlier this month, we reported on vLib v1.0 and vLib v1.1. Velocity Library v1
X5 DeveloperX5 Developer
X5 Developer KaotiK DesignZ and PSP3D have announced the release of a Developer version of the popular X5 PSP web browser portal. Since modability was requested by many for the next version, Kaotik DesignZ have added an all-new section in X5 especially for any applications you have made and want to include in the next version of the X5 browser portal
Stackless Python for PSPStackless Python for PSP
After a few months of being silent, homebrew developer carlosedp finally announced a new build for the PlayStation Portable port of programming language Stackless Python, bumping the program up to version 2
ObjLoader Source CodeObjLoader Source Code
ObjLoader Source Code  from spimort: Hello all, I provides the source code for my. Obj loader (3D model). The code is not optimal in depth (in part for lack of time) but I think it's a good start. I will try to continue to optimize it and you know
OpenBoROpenBoR
OpenBoR Changelog: * Moved DebugInfo Option from video options to system options * Added new option in System Options to Disable File Logging. Which improves load times if you are not concerned about log files and in-gameplay logging slowdown. Default Enabled
LUA VLF libLUA VLF lib
LUA VLF lib LUA VSH Look & Feel v0.3* by LXD Library for the easy creation of VSH / XMB similar designs/applications for the PGE luaplayer. the complete documentation is included in the dl instead of a sample i included a tutorial which explains the most important functions and a simple VLF project
 

Comments on LuaDevKit:

Comments not found

Name:


Comment:


Enter text from image below:

Turn on images!

 
 

If you noted an error or download link is broken, please, report it via this page or use comments.
 

Please, select device to check if LuaDevKit supports it
 
 
© Pantich 2009 - 2025 All rights reserved.