Raised This Month: $32 Target: $400
 8% 

Notepad++ Tips and Tricks


Post New Thread Reply   
 
Thread Tools Display Modes
Kreation
Veteran Member
Join Date: Jan 2010
Location: Illinois
Old 02-07-2010 , 22:53   Re: Notepad++ Tips and Tricks
Reply With Quote #11

Alright I got it, thanks fysiks.
__________________
Hi.
Kreation is offline
drekes
Veteran Member
Join Date: Jul 2009
Location: Vault 11
Old 05-15-2010 , 15:47   Re: Notepad++ Tips and Tricks
Reply With Quote #12

i recently found some usefull tricks:

1. When you have to tab alot of lines at once, select them and press tab. They will all move 1 tab to the right.

2. When you have to tab alot of lines to the left, select them and press shift and tab. They will all move 1 tab to the left.

I find these usefull when you are fixing some indentions.
__________________

Quote:
Originally Posted by nikhilgupta345 View Post
You're retarded.
drekes is offline
Send a message via MSN to drekes
fysiks
Veteran Member
Join Date: Sep 2007
Location: Flatland, USA
Old 05-15-2010 , 15:50   Re: Notepad++ Tips and Tricks
Reply With Quote #13

Quote:
Originally Posted by drekes View Post
i recently found some usefull tricks:

1. When you have to tab alot of lines at once, select them and press tab. They will all move 1 tab to the right.

2. When you have to tab alot of lines to the left, select them and press shift and tab. They will all move 1 tab to the left.

I find these usefull when you are fixing some indentions.
I've used this feature from day 1. You can also comment lines also with Ctrl+Q (toggles) of Ctrl+K (comments only).
__________________
fysiks is offline
Exolent[jNr]
Veteran Member
Join Date: Feb 2007
Location: Tennessee
Old 05-15-2010 , 16:18   Re: Notepad++ Tips and Tricks
Reply With Quote #14

Quote:
Originally Posted by drekes View Post
i recently found some usefull tricks:

1. When you have to tab alot of lines at once, select them and press tab. They will all move 1 tab to the right.

2. When you have to tab alot of lines to the left, select them and press shift and tab. They will all move 1 tab to the left.

I find these usefull when you are fixing some indentions.
That's common in a lot of text editors (ones that are more advanced than standard notepad or wordpad).
That feature is in AMXX Studio (and I assume Pawn Studio as well), and some other editors I've used like Komodo Edit.
__________________
No private work or selling mods.
Quote:
Originally Posted by xPaw View Post
I love you exolent!
Exolent[jNr] is offline
drekes
Veteran Member
Join Date: Jul 2009
Location: Vault 11
Old 05-15-2010 , 17:00   Re: Notepad++ Tips and Tricks
Reply With Quote #15

Quote:
Originally Posted by Exolent[jNr] View Post
That's common in a lot of text editors (ones that are more advanced than standard notepad or wordpad).
That feature is in AMXX Studio (and I assume Pawn Studio as well), and some other editors I've used like Komodo Edit.
May sound stupid, but i didn't know that.
__________________

Quote:
Originally Posted by nikhilgupta345 View Post
You're retarded.
drekes is offline
Send a message via MSN to drekes
drekes
Veteran Member
Join Date: Jul 2009
Location: Vault 11
Old 05-25-2010 , 13:20   Re: Notepad++ Tips and Tricks
Reply With Quote #16

Is it possible with the generic compiling command, to make the .amxx file in 2 folders?
__________________

Quote:
Originally Posted by nikhilgupta345 View Post
You're retarded.
drekes is offline
Send a message via MSN to drekes
fysiks
Veteran Member
Join Date: Sep 2007
Location: Flatland, USA
Old 05-25-2010 , 15:37   Re: Notepad++ Tips and Tricks
Reply With Quote #17

Quote:
Originally Posted by drekes View Post
Is it possible with the generic compiling command, to make the .amxx file in 2 folders?
Try this:

Code:
cmd /k ""C:\path\to\compiler\folder\amxxpc.exe" -o"C:\path\to\output\folder\$(NAME_PART).amxx" "$(FULL_CURRENT_PATH)"&&copy "C:\path\to\output\folder\$(NAME_PART).amxx" "C:\path\to\output\folder2\$(NAME_PART).amxx""
__________________
fysiks is offline
drekes
Veteran Member
Join Date: Jul 2009
Location: Vault 11
Old 05-25-2010 , 18:51   Re: Notepad++ Tips and Tricks
Reply With Quote #18

well, i got this one, and it compiles the plugin and outputs in compiled folder, but doesn't copy. The compiler says it copied 1 file though. Did i do something wrong?
Code:
cmd /k ""C:\Users\Drekes\Documents\AMXX\amxxpc.exe" -o"C:\Users\Drekes\Documents\AMXX\compiled\$(NAME_PART).amxx" "$(FULL_CURRENT_PATH)"&&copy "C:\Users\Drekes\Documents\AMXX\compiled\$(NAME_PART).amxx" "D:\games\Steam\steamapps\sven0007\counter-strike\cstrike\addons\amxmodx\plugins\$(NAME_PART).amxx""
__________________

Quote:
Originally Posted by nikhilgupta345 View Post
You're retarded.
drekes is offline
Send a message via MSN to drekes
fysiks
Veteran Member
Join Date: Sep 2007
Location: Flatland, USA
Old 05-25-2010 , 20:13   Re: Notepad++ Tips and Tricks
Reply With Quote #19

I tested it with this:

Code:
cmd /k ""C:\trashme\scripting\amxxpc.exe" -o"C:\trashme\other\$(NAME_PART).amxx" "$(FULL_CURRENT_PATH)" && copy "C:\trashme\other\$(NAME_PART).amxx" "C:\trashme\plugins\$(NAME_PART).amxx""
and this:

Code:
cmd /k ""C:\trashme\scripting\amxxpc.exe" -o"C:\trashme\other\$(NAME_PART).amxx" "$(FULL_CURRENT_PATH)" && copy "C:\trashme\other\$(NAME_PART).amxx" "Y:\test\$(NAME_PART).amxx""
And both work flawlessly.

The only thing that I changed (other than the file paths) was I put spaces around the &&
__________________
fysiks is offline
drekes
Veteran Member
Join Date: Jul 2009
Location: Vault 11
Old 05-25-2010 , 20:22   Re: Notepad++ Tips and Tricks
Reply With Quote #20

Found the problem, the path doesn't fit in the run thing. Any way to fix this?
__________________

Quote:
Originally Posted by nikhilgupta345 View Post
You're retarded.
drekes is offline
Send a message via MSN to drekes
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 14:15.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode