Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Last revisionBoth sides next revision
config:gnuplot [2013/04/05 16:09] – created sigmunconfig:gnuplot [2013/11/25 06:07] – Added "logscale" 12345ieee
Line 9: Line 9:
 Script=Gnuplot; Script=Gnuplot;
 </file> </file>
- 
  
 Save the configuration file below in your Geany filetype definition files config directory, e.g. //~/.config/geany/filedefs/filetypes.Gnuplot.conf// Save the configuration file below in your Geany filetype definition files config directory, e.g. //~/.config/geany/filedefs/filetypes.Gnuplot.conf//
 +
 +NB: Note that this filetype definition file is in version 0.1, meaning it can be used but needs improvement.
  
 <file properties filetypes.Gnuplot.conf> <file properties filetypes.Gnuplot.conf>
 # For complete documentation of this file, please see Geany's main documentation # For complete documentation of this file, please see Geany's main documentation
-# Geany Color Syntax support for Euphoria 4.1+ 
 +# Geany Color Syntax support for Gnuplot 4.2+
 # version 0.1 # version 0.1
 # April 5, 2013 # April 5, 2013
Line 46: Line 48:
 [keywords] [keywords]
 # all items must be in one line # all items must be in one line
-variables=using with title linecolor lc linetype lt linewidth lw linestyle ls line at cos sin tan sum +variables=using with linecolor lc linetype lt linewidth lw linestyle ls line at cos sin tan sum via errorbars xerrorbars yerrorbars xyerrorbars pointtype pointsize  
-functions=plot set unset reset  +functions=plot replot print set unset reset fit 
-lables=terminal output style label xlabel ylabel grid border datafile multiplot origin size key  +lables=terminal output title samples style label xlabel ylabel xrange yrange grid border datafile multiplot origin size key  
-userdefined=rgb postscript eps lines+userdefined=rgb postscript eps lines logscale
  
 [lexer_properties] [lexer_properties]
Line 74: Line 76:
 # lexer filetype should be an existing lexer that does not use lexer_filetype itself # lexer filetype should be an existing lexer that does not use lexer_filetype itself
 lexer_filetype=NSIS lexer_filetype=NSIS
- 
-[build_settings] 
-# %f will be replaced by the complete filename 
-# %e will be replaced by the filename without extension 
-# (use only one of it at one time) 
-compiler=makensis "%f" 
-run_cmd="./%e" 
  
 [build-menu] [build-menu]
Line 91: Line 86:
 </file> </file>
  
-{{tag>configure gnuplot filetype snippets tags}}+{{tag>configure gnuplot filetype}}
Print/export