[Tutorial] Shortcut Keys - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Tutorials (
https://sampforum.blast.hk/forumdisplay.php?fid=70)
+---- Thread: [Tutorial] Shortcut Keys (
/showthread.php?tid=348988)
Shortcut Keys -
Gaetic - 07.06.2012
Hello guys, these are some shortcut keys for pawno. I don't know if something like this has ever posted before. I just thought of sharing this with you guys and for those who just started with pawn and pawno.
Код:
CTRL + A = Selects all
CTRL + V = Paste
CTRL + G = Search a line number
CTRL + H = Replace
CTRL + M / ENTER = Creates a new line
F5 = Compile
Delete = Deletes the selected path
CTRL + Space = While writing any function, it gives you options to correct/resemble them.
CTRL + SHIFT + [1-9] = Saves a line.
CTRL + [1-9] = Teleports to the saved line.
CTRL + S = Save
CTRL + Z = Undo
CTRL + X = Cut
CTRL + C = Copy
CTRL + F = Search words and numbers
CTRL + Y = Delete a line
CTRL + N = Closes all the current opened docs and opens a new one.
CTRL + O = Create/Open another document
TAB = Increases the indentation
SHIFT + TAB = Works as an antonym for TAB
CTRL + Left/Right (Also ><) = Helps in using special characters
I can't remember some of these , so i would like to apologize for this. Feel free to correct my mistakes as this is my first thread and second post :P
I'm new to pawno and pawn so please don't get on me and I apologize for my marred english.
Re: Shortcut Keys -
Vince - 07.06.2012
Never knew about the CTRL-Space one. That's certainly going to come in handy.
Re: Shortcut Keys -
MadeMan - 07.06.2012
Quote:
Originally Posted by Vince
Never knew about the CTRL-Space one. That's certainly going to come in handy.
|
Me neither. This makes it possible to implement a kind of auto-complete in pawno (using pseudo-natives in .inc files, you can add your own words to auto-complete).
You should add one thing that some people might not know, but can be useful: you can increase the indentation of your code with TAB, decrease it with SHIFT + TAB and use it even when multiple lines are selected.
Anyway, thanks for sharing, but the topic title should be 'Pawno Shortcut Keys' to make it more clear
Re: Shortcut Keys -
Gaetic - 07.06.2012
Quote:
Originally Posted by MadeMan
Me neither. This makes it possible to implement a kind of auto-complete in pawno (using pseudo-natives in .inc files, you can add your own words to auto-complete).
You should add one thing that some people might not know, but can be useful: you can increase the indentation of your code with TAB, decrease it with SHIFT + TAB and use it even when multiple lines are selected.
Anyway, thanks for sharing, but the topic title should be 'Pawno Shortcut Keys' to make it more clear 
|
Oh crap! how can i forget about TAB and TAB + SHIFT?!?!?!?
Thanks for reminding,
- Gaetic
EDIT: A new one added! (the last)
Re: Shortcut Keys -
rbN. - 07.06.2012
Didn't knew CTRL+SPACE, CTRL+SHIFT. :P
+8 rep for ya :P
Re: Shortcut Keys -
Gaetic - 07.06.2012
Thank you, i'll try to make more usefull posts..
Re: Shortcut Keys -
royal_king - 07.06.2012
CTRL + Space is handy! For making people know about it you need to have + rep
Re: Shortcut Keys -
DartakousLien - 07.06.2012
Quote:
Originally Posted by Vince
Never knew about the CTRL-Space one. That's certainly going to come in handy.
|
thanks! this is useful for all certainty.
and
CTRL + Up/Down - up or down the page
Re: Shortcut Keys -
ReneG - 07.06.2012
Damn, already knew about Ctrl + Space.
never knew about the ctrl + left/right though
Re: Shortcut Keys -
System64 - 08.06.2012
Quote:
Originally Posted by Vince
Never knew about the CTRL-Space one. That's certainly going to come in handy.
|
Yeah, me too! Interesting, good job man