##// END OF EJS Templates
Add two new commands to ibrowse: hideattr (mapped to "h")...
Add two new commands to ibrowse: hideattr (mapped to "h") hides the attribute under the cursor. "unhiderattrs" (mapped to "H") reveals all hidden attributes again. Remapped the help command to "?".

File last commit:

r0:6f629fcc
r332:9494a50c
Show More
update_version.sh
3 lines | 84 B | application/x-sh | BashLexer
#!/bin/sh
ver=`ipython -V`
sed "s/__version__/${ver}/" manual_base.lyx > manual.lyx