2015/2016 Wich advice for editor?

Game development with Board Game Arena Studio
User avatar
Coin-coin le Canapin
Posts: 163
Joined: 31 January 2013, 19:00

Re: 2015/2016 Wich advice for editor?

Post by Coin-coin le Canapin »

Some useful shortcuts I use (and I'm pretty sure there is a bunch of other shortcuts as usefuls I don't know yet) :

one line comment : ctrl /
multiline comment : ctrl maj /
select next occurtence of the selected text : ctrl d
duplicate line : ctrl shift d
replace text : ctrl h
all the regular selection shorcuts : ctrl shift left or ctrl shift right
delete the current line : ctrl x without having any text selected
add a tabulation for current selection : tab
remove a tabulation from current selection : ctrl )
set selection to uppercase : ctrl k + u
set selection to lowercase : ctrl k + l

http://sublime-text-unofficial-document ... s_win.html
User avatar
Rudolf
Posts: 566
Joined: 24 December 2011, 23:04

Re: 2015/2016 Wich advice for editor?

Post by Rudolf »

yes I saw yesterday.. I forgot to change the post :)
But I saw also that Sublime is not freeware...
User avatar
Coin-coin le Canapin
Posts: 163
Joined: 31 January 2013, 19:00

Re: 2015/2016 Wich advice for editor?

Post by Coin-coin le Canapin »

Unfortunately. If the reminder pop-up annoys you, Atom is a reliable (and maybe better) alternative.
User avatar
pikiou
Posts: 389
Joined: 03 October 2011, 05:36

Re: 2015/2016 Wich advice for editor?

Post by pikiou »

I use NetBeans 8.
It's free, supports all formats, uploads files whenever they are changed (internally or externally).
Copy/paste history, refactoring, jump to definition and auto-completion are the features I use the most.
It also does what you guys talked about above.
NetBeans 7 was really slow sometimes but NetBeans 8 seems to have fixed that. Make sure you have the Oracle release of Java otherwise you'll face issues.

Useful shortcuts
alt left/right: jumps to previous/next places we were at
ctrl q: jump to previous places we modified
ctrl b: jump to declaration
ctrl g: go to line
ctrl p: show function parameter declaration from a function call
ctrl shift space: show php library function full documentation
ctrl shift d: show last 9 copied text even if the text was copied from outside NetBeans. click or type 0..9 to paste
ctrl f: search for selection; F3 for next, shift F3 for previous; +shift = whole project
ctrl h: replace selection; +shift = whole project
ctrl /: comment one or more lines; +shift = opposite effect
tab: add a tabulation to all selected lines; +shift = opposite effect
ctrl shift v: paste and format so it's well indented
ctrl shift s: save all project files
User avatar
Rudolf
Posts: 566
Joined: 24 December 2011, 23:04

Re: 2015/2016 Wich advice for editor?

Post by Rudolf »

Thanks I will try also netbeans... and atom
Post Reply

Return to “Developers”