Search asset exact (SearchAssetExact.bsh v0.1 by Shlomy Reinstein)
Submitted by
shlomy on
Saturday, 24 October, 2009 - 14:32
Searches the current SideKick asset (e.g. C function) for the selected word (exact match).
Jump to end of current function (JumpToEndOfFunction.bsh v0.1 by Shlomy Reinstein)
Submitted by
shlomy on
Thursday, 22 October, 2009 - 14:38
Using a SideKick tree where the functions in the current buffer are shown, jumps to the end of the function where the caret is located by finding the last '}' in the current asset.
Jump to beginning of current function (JumpToBeginningOfFunction.bsh v0.1 by Shlomy Reinstein)
Submitted by
shlomy on
Thursday, 22 October, 2009 - 14:37
Using a SideKick tree where the functions in the current buffer are shown, jumps to the beginning of the function where the caret is located by finding the first '{' in the current asset.
C++ fonction declaration to definition (declarationToImplementation.bsh v0.1 by clement)
Submitted by
clement on
Friday, 17 March, 2006 - 13:33
Macro that transform a C++ fonction declaration into a fonction definition. The class name is added according to filename of current buffer. To use, copy the fonction declaration into the .cpp file you want to define the fonction and apply the macro. The semi-colon at end of declaration is expected to be copied and is removed.
Happy coding,
Clément.
ToggleHeaderSource.bsh 0.4 (Toggle_Header_Source.bsh v0.4 by Alan Ezust)
Submitted by
AlanEzust on
Wednesday, 9 November, 2005 - 15:09
A jedit beanshell macro that toggles your current buffer
between the header file (.h) and the source file (.cpp).
Enables you to switch the current text
buffer between c++ header and sourcecode
file. If the file does not already exist, it opens a buffer
of that name for you (!).
Version 0.4 also works with other filename extensions (.c, .cxx).
ToggleHeaderSource.bsh v1 by Vladimir Avdonin
Submitted by
vldmr on
Tuesday, 24 February, 2004 - 03:09
Toggles current buffer between header and source. Both files should have same file name. Header extensions are .h*, sources are .c*
Both files has to be currently open for magic to work. Otherwise nothing will happen.
Serving suggestion: A+BACK_QUOTE
Enjoy