![]() |
| Forums | Gaming News | Videos | Downloads | Today's Posts | Mark Forums Read | Chat | FAQ | Members List | Contact |
| ||||||
This is a discussion on POLL: LDK- To Highlight or not to Highlight! within the PSP Development Forum forums, part of the PSP Development, Hacks, and Homebrew category; I have a slight dilema, so it's up to you guys to decide. Basically, I can leave most of LuaDevKit ...
| View Poll Results: Should I remove or keep syntax highlghting? | |||
| Remove it and add new features |
|
11 | 45.83% |
| Keep it and not add new features |
|
13 | 54.17% |
| Voters: 24. You may not vote on this poll | |||
![]() |
|
|
LinkBack | Thread Tools |
|
|
#1 | |
![]() ![]() is not posting very often
|
I have a slight dilema, so it's up to you guys to decide. Basically, I can leave most of LuaDevKit as it is, with small fixes etc.. but never any undo redo, inserting text at the cursor, custom formatting etc...
OR Remove syntax highlighting, maybe only temporarily, maybe permanently, and add all these new features. It's your choice. Alex
__________________
Quote:
|
|
|
|
|
|
|
#2 |
![]() ![]() ![]() Retired PSP Developer
|
syntax highlighting is the best. (even though i NEVER program in LUA, KEEP IT!)
__________________
|
|
|
|
|
|
#3 |
![]() ![]() total-Z
|
Syntax highlighting is an absolute must. If someone doesnt like it, have an option to disable it.
__________________
牧来栠摩琠敨映汩獥PSN: youresam From Earth the Frozen Ipaqs shall rise and be silenced and all will live free.
--Mike Hollingsworth |
|
|
|
|
|
#4 | |
![]() ![]() is not posting very often
|
It's not people liking it or not, its that it limits what features I can add in the future
__________________
Quote:
|
|
|
|
|
|
|
#6 |
![]() |
i love syntax highlighting, but in my opinion, it is just as important as undo/redo, especially since ldk prompts a save at an interval. If i save already messed up code and can't figure out what i did wrong, then i can't undo the changes and i'm screwed (and believe me, i make plenty of mistakes).
I say find the best way to include syntax highlighting and undo/redo in the next release. If syntax highlighting was taken out, it is possible, yet inconvenient, to write the lua script in Notpad++ (which has lua syntax coloring), and then open and test it in LDK. Actually, now that i think about it, if it isnt too much work, you could make two builds - one with syntax coloring, the other with new features, and make them both available. That way, there doesn't have to be a dilemma, users can choose which one they want, and you can see which features are the most used and important. |
|
|
|
|
|
#7 |
![]() ![]() ![]() Retired PSP Developer
|
quick question; y can't you have both (xtra features & highlighting)? Sorry, just don't get it
__________________
|
|
|
|
|
|
#8 | |
![]() ![]() total-Z
|
Quote:
__________________
牧来栠摩琠敨映汩獥PSN: youresam From Earth the Frozen Ipaqs shall rise and be silenced and all will live free.
--Mike Hollingsworth |
|
|
|
|
|
|
#9 |
![]() ![]() Developer
|
syntax is a most like they said although i don't use lua i would say remove it add in your feutures and reinsert it of course i'm with maniac y do u need to take it out? did you tie it in somewhere that a small variable check couldn't solve?
__________________
1. Failed....again... 2. http://slicer.gibbocool.com/ stay updated on all my projects |
|
|
|
|
|
#10 | |
![]() ![]() total-Z
|
Quote:
__________________
牧来栠摩琠敨映汩獥PSN: youresam From Earth the Frozen Ipaqs shall rise and be silenced and all will live free.
--Mike Hollingsworth |
|
|
|
|
|
|
#11 |
![]() ![]() ...in a dream...
|
If you cant implement undo,redo,insert text at cursor, etc. Than develope this in something else. Those, in my opinion, are a must. Else, Ill just use Dev-C++ with lua syntax highlighting.
__________________
...you'll never know what it's like... spending your whole life in a dream...
Launch a Kitten out of a Cannon and win real cash! Checkout my newly updated site for all my projects (Kitten Cannon, BOXHEAD, Light Cycle 3D) |
|
|
|
|
|
#12 |
![]() ![]() total-Z
|
Eww, Dev-C++ for lua....eww.
Notepad2 ftw. http://www.flos-freeware.ch/notepad2.html
__________________
牧来栠摩琠敨映汩獥PSN: youresam From Earth the Frozen Ipaqs shall rise and be silenced and all will live free.
--Mike Hollingsworth |
|
|
|
|
|
#13 |
![]() ![]() Developer
|
ewww,2 both of them use context=-)
__________________
1. Failed....again... 2. http://slicer.gibbocool.com/ stay updated on all my projects |
|
|
|
|
|
#14 |
![]() ![]() ![]() Retired PSP Developer
|
yoursam, i have always used notepad2...BUT Y TAKE OUT SYNTAX?!?!?! ISN'T IT ALREADY THERE?? I mean, something is there already, u want to add more features; y take highlighting out?!?!
__________________
|
|
|
|
|
|
#15 | |
![]() ![]() is not posting very often
|
No, its not too much time to have both, its more because what happens is the syntax highlighting reads the contents of the text window and repaints it in a different colour etc... always.
It means having it and adding other text box related thing impossible
__________________
Quote:
|
|
|
|
|
|
|
#17 | |
![]() ![]() |
Wow, if you can't make a program for editing that does both syntax highlighting and common editing features at a decent speed, then you just suck at programming. I advise you go off and become a pornstar. At least you will get paid for sucking!</flame>
Seriously, what are you doing this in, Lua? -= Double Post =- Quote:
[action=Zettablade]<3 Gentoo+Kde[/action]
__________________
Current Project: Citrus Last edited by Zettablade; 03-20-2007 at 10:40 PM.. Reason: Automerged Doublepost |
|
|
|
|
|
|
#18 | |
![]() ![]() is not posting very often
|
iMockPod is a WIP and is not for here.
Zetta, I can do both, and will do both, it's just at the moment do you want me to implement undo etc... and release that or keep it as it is till I find a way to sort it. Its a lot more complicated than you think, especially in Java, but I'll sort it.
__________________
Quote:
|
|
|
|
|
|
|
#20 | |
![]() ![]() is not posting very often
|
Yeah, you've said, I need to work everything out, basically everything is stopped for a month, as I'm goin on holiday as of Sat. This will be locked while i aint here.
Alex
__________________
Quote:
|
|
|
|
|
|
|
#21 | |
![]() |
Quote:
Unless you were talking to someone else, and it just looked like you were talking to me.
__________________
-=Images are for Premium members only=- |
|
|
|
|
|
|
#22 | |
![]() ![]() is not posting very often
|
Was it not you that said in the help thread about it not working in Linux?
My apologies. What doesn't work about it? By the way, there's a slight bug how sometimes the splash screen will display for ages and then will have an error, I need to change that, because it's just timing out when really LDK's just taking forever to load, I'll make a proper loading screen soon to speed it up tenfold. If you're getting the error though, just ignore it and let LDK load, it is a lot quicker the second time
__________________
Quote:
|
|
|
|
|
|
|
#23 |
![]() |
I click the icon, and a command prompt window flashes up and closes straight away. Windows XP btw.
Never used Linux in my life either, I think you just have me confused with someone
__________________
-=Images are for Premium members only=- |
|
|
|
|
|
#24 | |
![]() ![]() |
Quote:
You should keep it in there atm moment, and sort it out. Once you get them both working, make a new release unless you have new features that people are just dying to have.
__________________
Current Project: Citrus |
|
|
|
|
|
|
#25 | |
![]() ![]() is not posting very often
|
Yeah, that's pretty much what I thought.
Also, I wasn't going to use Java due to its speed until i asked a java professional who said it wasn't that slow, naively I believed him and its slow as hell! Limewire is written in Java though and its not *that* slow. Also, siouxsie I haven't had that with anyone else, is there anything different from usual about your PC
__________________
Quote:
|
|
|
|
|
|
|
#26 |
![]() |
syntax highlighting is very important feature, keep it
__________________
[CENTER][SIZE="1"][1 Year QJ Member] [COLOR="Sienna"][LUA Coder and C Learner][/COLOR] [URL="http://dl.qj.net/Ball-Revamped-Clone-v.1-PSP-Homebrew-Games/pg/12/fid/15231/catid/195"] [COLOR="SlateGray"][Ball Revamped Clone v0.1][/COLOR] [/URL] [URL="http://dl.qj.net/Phil-s-Shooting-Range-v0.3-PSP-Homebrew-Games/pg/12/fid/11542/catid/194"] [COLOR="SlateGray"][Phil's Shooting Range v0.3][/COLOR] [/URL] [URL="http://dl.qj.net/Organization-Apps/pg/12/fid/14248/catid/190"][COLOR="SlateGray"][HideFile PRX v2][/COLOR][/URL] [URL="http://dl.qj.net/SSR-PRX-v1.1-PSP-Homebrew-Applications/pg/12/fid/14725/catid/151"][COLOR="SlateGray"][SSR PRX v1.1][/COLOR][/URL] [/SIZE][/CENTER] |
|
|
|
|
|
#27 | |
![]() |
Quote:
I'm running XP MCE. I'm not bad with computers, so if it was anything obvious, I'd have got it... In fact, it's probably something stupid. Like I'm clicking it wrong. I dunno. I'll just wait a few days, that usually helps.
__________________
-=Images are for Premium members only=- |
|
|
|
|
![]() |
| Tags |
| highlight , ldk , poll |
| Thread Tools | |
|
|