Archive

Archive for the ‘Tip’ Category

[Link] Posting Source Code in WordPress

October 15, 2011 Leave a comment

Posting Source Code

[ sourcecode language=”css” ]
your code here
[ /sourcecode ]

The language parameter controls how the code is syntax highlighted. The following languages are supported:

actionscript3
bash
coldfusion
cpp
csharp
css
delphi
erlang
fsharp
diff
groovy
html
javascript
java
javafx
matlab (keywords only)
objc
perl
php
text
powershell
python
r
ruby
scala
sql
vb
xml
If the language parameter is not set, it will default to “text” (no syntax highlighting).

Categories: Tip Tags: , , , ,

[How to] Revert to a previous reversion.

October 6, 2011 Leave a comment

$ svn update -r [REVERSION NUMBER] .

$ svn update -r [REVERSION NUMBER] [FILENAME]

Exactly, It’s “UPDATE to older revision”.


$ svn merge -r [REVERSION NUMBER] .

$ svn merge -r [REVERSION NUMBER] [FILENAME]

Categories: Tip Tags: , ,

[How to] Make Subversion ignore files and folders

June 1, 2011 Leave a comment
 
To ignore for eample a folder “bin”:
 
$ svn propset svn:ignore bin . 
 
 
To ignore for multiple a file and/or folder to ignore:
 
Create a text file, for example 
 
File : ignore.txt
obj
bin
 
$ svn propset svn:ignore -F ignore.txt .
 
 
can also edit ignore list
 
$ svn propedit svn:ignore . 
 
Categories: Tip

Two NetBeans Keyboard Shortcuts That Will Change Your Life (Forever)

January 28, 2011 1 comment

ctrl + ;
ctrl + shift + ;

That’s all.

Detail – Two NetBeans Keyboard Shortcuts That Will Change Your Life (Forever)

try also “shift + enter”.

Categories: JAVA, Tip Tags: , ,

Double integration between Chrome and Delicious

January 26, 2011 Leave a comment

Right click on the address bar and select edit search engines. Click on add to create a new engine and add the following values, obviously replacing USERNAME with your Delicious username.

Click on ok and you’re done!

http://blog.andreaolivato.net/open-source/double-integration-between-chrome-and-delicious.html

Categories: Tip Tags: , ,
Design a site like this with WordPress.com
Get started