gtksourceview4 3.2.9-x64-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/COPYING.LIB +502 -0
- data/README.md +24 -0
- data/Rakefile +61 -0
- data/dependency-check/Rakefile +43 -0
- data/gtksourceview4.gemspec +45 -0
- data/lib/gtksourceview4.rb +56 -0
- data/lib/gtksourceview4/deprecated.rb +49 -0
- data/lib/gtksourceview4/loader.rb +49 -0
- data/lib/gtksourceview4/mark-attributes.rb +29 -0
- data/test/run-test.rb +62 -0
- data/test/test-mark-attributes.rb +26 -0
- data/test/test-source-gutter-renderer.rb +33 -0
- data/test/test-source-language-manager.rb +46 -0
- data/test/test-source-view.rb +55 -0
- data/vendor/local/bin/libgtksourceview-4-0.dll +0 -0
- data/vendor/local/include/gtksourceview-4/gtksourceview/completion-providers/words/gtksourcecompletionwords.h +72 -0
- data/vendor/local/include/gtksourceview-4/gtksourceview/gtksource-enumtypes.h +107 -0
- data/vendor/local/include/gtksourceview-4/gtksourceview/gtksource.h +67 -0
- data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourceautocleanups.h +63 -0
- data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourcebuffer.h +279 -0
- data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourcecompletion.h +156 -0
- data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourcecompletioncontext.h +102 -0
- data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourcecompletioninfo.h +77 -0
- data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourcecompletionitem.h +92 -0
- data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourcecompletionproposal.h +126 -0
- data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourcecompletionprovider.h +166 -0
- data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourceencoding.h +74 -0
- data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourcefile.h +195 -0
- data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourcefileloader.h +140 -0
- data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourcefilesaver.h +168 -0
- data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourcegutter.h +93 -0
- data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourcegutterrenderer.h +272 -0
- data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourcegutterrendererpixbuf.h +91 -0
- data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourcegutterrenderertext.h +92 -0
- data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourceinit.h +40 -0
- data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourcelanguage.h +98 -0
- data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourcelanguagemanager.h +92 -0
- data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourcemap.h +70 -0
- data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourcemark.h +79 -0
- data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourcemarkattributes.h +112 -0
- data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourceprintcompositor.h +223 -0
- data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourceregion.h +127 -0
- data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourcesearchcontext.h +161 -0
- data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourcesearchsettings.h +100 -0
- data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourcespacedrawer.h +144 -0
- data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourcestyle.h +54 -0
- data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourcestylescheme.h +119 -0
- data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourcestyleschemechooser.h +66 -0
- data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourcestyleschemechooserbutton.h +64 -0
- data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourcestyleschemechooserwidget.h +64 -0
- data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourcestyleschememanager.h +100 -0
- data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourcetag.h +54 -0
- data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourcetypes.h +73 -0
- data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourceundomanager.h +90 -0
- data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourceutils.h +41 -0
- data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourceversion.h +578 -0
- data/vendor/local/include/gtksourceview-4/gtksourceview/gtksourceview.h +266 -0
- data/vendor/local/lib/girepository-1.0/GtkSource-4.typelib +0 -0
- data/vendor/local/lib/libgtksourceview-4.dll.a +0 -0
- data/vendor/local/lib/libgtksourceview-4.la +41 -0
- data/vendor/local/lib/pkgconfig/gtksourceview-4.pc +12 -0
- data/vendor/local/share/gir-1.0/GtkSource-4.gir +12999 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceBuffer.html +2421 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceCompletion.html +1087 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceCompletionContext.html +402 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceCompletionInfo.html +207 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceCompletionItem.html +497 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceCompletionProposal.html +668 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceCompletionProvider.html +837 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceCompletionWords.html +343 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceEncoding.html +391 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceFile.html +769 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceFileLoader.html +780 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceFileSaver.html +965 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceGutter.html +438 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceGutterRenderer.html +1708 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceGutterRendererPixbuf.html +369 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceGutterRendererText.html +299 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceLanguage.html +579 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceLanguageManager.html +473 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceMap.html +254 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceMark.html +307 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceMarkAttributes.html +788 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourcePrintCompositor.html +2121 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceRegion.html +870 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceSearchContext.html +1216 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceSearchSettings.html +603 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceSpaceDrawer.html +671 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceStyle.html +433 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceStyleScheme.html +396 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceStyleSchemeChooser.html +214 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceStyleSchemeChooserButton.html +127 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceStyleSchemeChooserWidget.html +127 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceStyleSchemeManager.html +460 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceTag.html +179 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceUndoManager.html +460 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/GtkSourceView.html +2369 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/annexes.html +55 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/annotation-glossary.html +74 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/api-index-2-0.html +62 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/api-index-2-10.html +86 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/api-index-2-12.html +34 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/api-index-2-2.html +270 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/api-index-2-4.html +34 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/api-index-2-8.html +46 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/api-index-3-0.html +42 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/api-index-3-10.html +170 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/api-index-3-12.html +38 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/api-index-3-14.html +298 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/api-index-3-16.html +106 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/api-index-3-18.html +114 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/api-index-3-20.html +130 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/api-index-3-22.html +106 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/api-index-3-24.html +126 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/api-index-3-4.html +34 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/api-index-4-0.html +65 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/api-index-deprecated.html +30 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/api-index-full.html +2586 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/api-reference.html +174 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/completion.html +52 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/file-loading-and-saving.html +43 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/general.html +32 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/gtksourceview-4.0-GtkSourceUtils.html +151 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/gtksourceview-4.0-GtkSourceView-Initialization-and-Finalization.html +100 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/gtksourceview-4.0-Version-Information.html +511 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/gtksourceview-4.0.devhelp2 +819 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/gutter.html +49 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/home.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/index.html +215 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/intro.html +56 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/lang-reference.html +946 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/lang-tutorial.html +652 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/left-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/left.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/main-classes.html +37 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/misc.html +52 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/object-tree.html +98 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/porting-guide-3-to-4.html +152 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/porting-guide.html +33 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/printing.html +32 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/right-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/right.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/search-and-replace.html +37 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/style-reference.html +305 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/style.css +483 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/styling.html +49 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/syntax-highlighting-reference.html +49 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/syntax-highlighting.html +37 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/up-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtksourceview-4.0/up.png +0 -0
- data/vendor/local/share/gtksourceview-4/language-specs/R.lang +2198 -0
- data/vendor/local/share/gtksourceview-4/language-specs/abnf.lang +109 -0
- data/vendor/local/share/gtksourceview-4/language-specs/actionscript.lang +267 -0
- data/vendor/local/share/gtksourceview-4/language-specs/ada.lang +220 -0
- data/vendor/local/share/gtksourceview-4/language-specs/ansforth94.lang +728 -0
- data/vendor/local/share/gtksourceview-4/language-specs/asp.lang +1096 -0
- data/vendor/local/share/gtksourceview-4/language-specs/automake.lang +329 -0
- data/vendor/local/share/gtksourceview-4/language-specs/awk.lang +137 -0
- data/vendor/local/share/gtksourceview-4/language-specs/bennugd.lang +266 -0
- data/vendor/local/share/gtksourceview-4/language-specs/bibtex.lang +120 -0
- data/vendor/local/share/gtksourceview-4/language-specs/bluespec.lang +187 -0
- data/vendor/local/share/gtksourceview-4/language-specs/boo.lang +256 -0
- data/vendor/local/share/gtksourceview-4/language-specs/c.lang +343 -0
- data/vendor/local/share/gtksourceview-4/language-specs/cg.lang +231 -0
- data/vendor/local/share/gtksourceview-4/language-specs/changelog.lang +91 -0
- data/vendor/local/share/gtksourceview-4/language-specs/chdr.lang +50 -0
- data/vendor/local/share/gtksourceview-4/language-specs/cmake.lang +817 -0
- data/vendor/local/share/gtksourceview-4/language-specs/cobol.lang +646 -0
- data/vendor/local/share/gtksourceview-4/language-specs/cpp.lang +119 -0
- data/vendor/local/share/gtksourceview-4/language-specs/cpphdr.lang +41 -0
- data/vendor/local/share/gtksourceview-4/language-specs/csharp.lang +285 -0
- data/vendor/local/share/gtksourceview-4/language-specs/css.lang +2411 -0
- data/vendor/local/share/gtksourceview-4/language-specs/csv.lang +73 -0
- data/vendor/local/share/gtksourceview-4/language-specs/cuda.lang +281 -0
- data/vendor/local/share/gtksourceview-4/language-specs/d.lang +317 -0
- data/vendor/local/share/gtksourceview-4/language-specs/def.lang +261 -0
- data/vendor/local/share/gtksourceview-4/language-specs/desktop.lang +297 -0
- data/vendor/local/share/gtksourceview-4/language-specs/diff.lang +84 -0
- data/vendor/local/share/gtksourceview-4/language-specs/docbook.lang +475 -0
- data/vendor/local/share/gtksourceview-4/language-specs/dosbatch.lang +166 -0
- data/vendor/local/share/gtksourceview-4/language-specs/dot.lang +139 -0
- data/vendor/local/share/gtksourceview-4/language-specs/dpatch.lang +47 -0
- data/vendor/local/share/gtksourceview-4/language-specs/dtd.lang +139 -0
- data/vendor/local/share/gtksourceview-4/language-specs/dtl.lang +297 -0
- data/vendor/local/share/gtksourceview-4/language-specs/eiffel.lang +238 -0
- data/vendor/local/share/gtksourceview-4/language-specs/erlang.lang +262 -0
- data/vendor/local/share/gtksourceview-4/language-specs/fcl.lang +113 -0
- data/vendor/local/share/gtksourceview-4/language-specs/forth.lang +234 -0
- data/vendor/local/share/gtksourceview-4/language-specs/fortran.lang +710 -0
- data/vendor/local/share/gtksourceview-4/language-specs/fsharp.lang +324 -0
- data/vendor/local/share/gtksourceview-4/language-specs/gap.lang +84 -0
- data/vendor/local/share/gtksourceview-4/language-specs/gdb-log.lang +151 -0
- data/vendor/local/share/gtksourceview-4/language-specs/genie.lang +237 -0
- data/vendor/local/share/gtksourceview-4/language-specs/glsl.lang +482 -0
- data/vendor/local/share/gtksourceview-4/language-specs/go.lang +274 -0
- data/vendor/local/share/gtksourceview-4/language-specs/groovy.lang +330 -0
- data/vendor/local/share/gtksourceview-4/language-specs/gtk-doc.lang +90 -0
- data/vendor/local/share/gtksourceview-4/language-specs/gtkrc.lang +115 -0
- data/vendor/local/share/gtksourceview-4/language-specs/haddock.lang +161 -0
- data/vendor/local/share/gtksourceview-4/language-specs/haskell-literate.lang +58 -0
- data/vendor/local/share/gtksourceview-4/language-specs/haskell.lang +227 -0
- data/vendor/local/share/gtksourceview-4/language-specs/haxe.lang +237 -0
- data/vendor/local/share/gtksourceview-4/language-specs/html.lang +286 -0
- data/vendor/local/share/gtksourceview-4/language-specs/idl-exelis.lang +619 -0
- data/vendor/local/share/gtksourceview-4/language-specs/idl.lang +153 -0
- data/vendor/local/share/gtksourceview-4/language-specs/imagej.lang +783 -0
- data/vendor/local/share/gtksourceview-4/language-specs/ini.lang +94 -0
- data/vendor/local/share/gtksourceview-4/language-specs/j.lang +239 -0
- data/vendor/local/share/gtksourceview-4/language-specs/jade.lang +248 -0
- data/vendor/local/share/gtksourceview-4/language-specs/java.lang +188 -0
- data/vendor/local/share/gtksourceview-4/language-specs/javascript.lang +354 -0
- data/vendor/local/share/gtksourceview-4/language-specs/json.lang +124 -0
- data/vendor/local/share/gtksourceview-4/language-specs/julia.lang +376 -0
- data/vendor/local/share/gtksourceview-4/language-specs/kotlin.lang +389 -0
- data/vendor/local/share/gtksourceview-4/language-specs/language.dtd +72 -0
- data/vendor/local/share/gtksourceview-4/language-specs/language.rng +372 -0
- data/vendor/local/share/gtksourceview-4/language-specs/language2.rng +481 -0
- data/vendor/local/share/gtksourceview-4/language-specs/latex.lang +636 -0
- data/vendor/local/share/gtksourceview-4/language-specs/less.lang +793 -0
- data/vendor/local/share/gtksourceview-4/language-specs/lex.lang +208 -0
- data/vendor/local/share/gtksourceview-4/language-specs/libtool.lang +55 -0
- data/vendor/local/share/gtksourceview-4/language-specs/llvm.lang +314 -0
- data/vendor/local/share/gtksourceview-4/language-specs/logcat.lang +107 -0
- data/vendor/local/share/gtksourceview-4/language-specs/lua.lang +301 -0
- data/vendor/local/share/gtksourceview-4/language-specs/m4.lang +1374 -0
- data/vendor/local/share/gtksourceview-4/language-specs/makefile.lang +190 -0
- data/vendor/local/share/gtksourceview-4/language-specs/mallard.lang +123 -0
- data/vendor/local/share/gtksourceview-4/language-specs/markdown.lang +401 -0
- data/vendor/local/share/gtksourceview-4/language-specs/matlab.lang +148 -0
- data/vendor/local/share/gtksourceview-4/language-specs/maxima.lang +1864 -0
- data/vendor/local/share/gtksourceview-4/language-specs/mediawiki.lang +326 -0
- data/vendor/local/share/gtksourceview-4/language-specs/meson.lang +132 -0
- data/vendor/local/share/gtksourceview-4/language-specs/modelica.lang +261 -0
- data/vendor/local/share/gtksourceview-4/language-specs/mxml.lang +64 -0
- data/vendor/local/share/gtksourceview-4/language-specs/nemerle.lang +262 -0
- data/vendor/local/share/gtksourceview-4/language-specs/netrexx.lang +318 -0
- data/vendor/local/share/gtksourceview-4/language-specs/nsis.lang +87 -0
- data/vendor/local/share/gtksourceview-4/language-specs/objc.lang +119 -0
- data/vendor/local/share/gtksourceview-4/language-specs/objj.lang +127 -0
- data/vendor/local/share/gtksourceview-4/language-specs/ocaml.lang +301 -0
- data/vendor/local/share/gtksourceview-4/language-specs/ocl.lang +138 -0
- data/vendor/local/share/gtksourceview-4/language-specs/octave.lang +1757 -0
- data/vendor/local/share/gtksourceview-4/language-specs/ooc.lang +264 -0
- data/vendor/local/share/gtksourceview-4/language-specs/opal.lang +342 -0
- data/vendor/local/share/gtksourceview-4/language-specs/opencl.lang +599 -0
- data/vendor/local/share/gtksourceview-4/language-specs/pascal.lang +267 -0
- data/vendor/local/share/gtksourceview-4/language-specs/perl.lang +1044 -0
- data/vendor/local/share/gtksourceview-4/language-specs/php.lang +362 -0
- data/vendor/local/share/gtksourceview-4/language-specs/pig.lang +292 -0
- data/vendor/local/share/gtksourceview-4/language-specs/pkgconfig.lang +61 -0
- data/vendor/local/share/gtksourceview-4/language-specs/po.lang +93 -0
- data/vendor/local/share/gtksourceview-4/language-specs/prolog.lang +248 -0
- data/vendor/local/share/gtksourceview-4/language-specs/protobuf.lang +134 -0
- data/vendor/local/share/gtksourceview-4/language-specs/puppet.lang +696 -0
- data/vendor/local/share/gtksourceview-4/language-specs/python.lang +475 -0
- data/vendor/local/share/gtksourceview-4/language-specs/python3.lang +198 -0
- data/vendor/local/share/gtksourceview-4/language-specs/rpmspec.lang +215 -0
- data/vendor/local/share/gtksourceview-4/language-specs/rst.lang +141 -0
- data/vendor/local/share/gtksourceview-4/language-specs/ruby.lang +748 -0
- data/vendor/local/share/gtksourceview-4/language-specs/rust.lang +334 -0
- data/vendor/local/share/gtksourceview-4/language-specs/scala.lang +383 -0
- data/vendor/local/share/gtksourceview-4/language-specs/scheme.lang +301 -0
- data/vendor/local/share/gtksourceview-4/language-specs/scilab.lang +208 -0
- data/vendor/local/share/gtksourceview-4/language-specs/scss.lang +878 -0
- data/vendor/local/share/gtksourceview-4/language-specs/sh.lang +516 -0
- data/vendor/local/share/gtksourceview-4/language-specs/sml.lang +200 -0
- data/vendor/local/share/gtksourceview-4/language-specs/sparql.lang +451 -0
- data/vendor/local/share/gtksourceview-4/language-specs/sql.lang +617 -0
- data/vendor/local/share/gtksourceview-4/language-specs/sweave.lang +66 -0
- data/vendor/local/share/gtksourceview-4/language-specs/swift.lang +440 -0
- data/vendor/local/share/gtksourceview-4/language-specs/systemverilog.lang +262 -0
- data/vendor/local/share/gtksourceview-4/language-specs/t2t.lang +149 -0
- data/vendor/local/share/gtksourceview-4/language-specs/tcl.lang +145 -0
- data/vendor/local/share/gtksourceview-4/language-specs/tera.lang +142 -0
- data/vendor/local/share/gtksourceview-4/language-specs/texinfo.lang +447 -0
- data/vendor/local/share/gtksourceview-4/language-specs/thrift.lang +266 -0
- data/vendor/local/share/gtksourceview-4/language-specs/toml.lang +282 -0
- data/vendor/local/share/gtksourceview-4/language-specs/vala.lang +411 -0
- data/vendor/local/share/gtksourceview-4/language-specs/vbnet.lang +247 -0
- data/vendor/local/share/gtksourceview-4/language-specs/verilog.lang +475 -0
- data/vendor/local/share/gtksourceview-4/language-specs/vhdl.lang +247 -0
- data/vendor/local/share/gtksourceview-4/language-specs/xml.lang +219 -0
- data/vendor/local/share/gtksourceview-4/language-specs/xslt.lang +120 -0
- data/vendor/local/share/gtksourceview-4/language-specs/yacc.lang +176 -0
- data/vendor/local/share/gtksourceview-4/language-specs/yaml.lang +213 -0
- data/vendor/local/share/gtksourceview-4/styles/classic.xml +122 -0
- data/vendor/local/share/gtksourceview-4/styles/cobalt.xml +150 -0
- data/vendor/local/share/gtksourceview-4/styles/kate.xml +171 -0
- data/vendor/local/share/gtksourceview-4/styles/oblivion.xml +133 -0
- data/vendor/local/share/gtksourceview-4/styles/solarized-dark.xml +103 -0
- data/vendor/local/share/gtksourceview-4/styles/solarized-light.xml +102 -0
- data/vendor/local/share/gtksourceview-4/styles/styles.rng +139 -0
- data/vendor/local/share/gtksourceview-4/styles/tango.xml +130 -0
- data/vendor/local/share/license/gtksourceview/AUTHORS +15 -0
- data/vendor/local/share/license/gtksourceview/COPYING +504 -0
- data/vendor/local/share/locale/ar/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/as/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/ast/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/az/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/be/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/bg/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/bn/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/bn_IN/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/bs/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/cy/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/dz/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/en@shaw/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/en_CA/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/eo/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/et/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/eu/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/fa/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/fi/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/fur/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/ga/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/gu/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/he/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/hi/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/hr/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/ja/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/kk/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/kn/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/ko/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/lv/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/mai/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/mg/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/mk/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/ml/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/mn/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/mr/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/ms/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/ne/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/nl/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/nn/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/oc/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/or/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/pa/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/pt/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/ro/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/rw/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/si/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/sq/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/sr@latin/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/ta/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/te/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/tg/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/th/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/tr/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/ug/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/uk/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/vi/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/xh/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/zh_HK/LC_MESSAGES/gtksourceview-4.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/gtksourceview-4.mo +0 -0
- metadata +437 -0
@@ -0,0 +1,305 @@
|
|
1
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
2
|
+
<html>
|
3
|
+
<head>
|
4
|
+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
|
+
<title>Style Scheme Definition Reference: GtkSourceView 4 Reference Manual</title>
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
|
7
|
+
<link rel="home" href="index.html" title="GtkSourceView 4 Reference Manual">
|
8
|
+
<link rel="up" href="syntax-highlighting-reference.html" title="Part III. Syntax highlighting reference">
|
9
|
+
<link rel="prev" href="lang-reference.html" title="Language Definition v2.0 Reference">
|
10
|
+
<link rel="next" href="porting-guide.html" title="Part IV. Porting Guide">
|
11
|
+
<meta name="generator" content="GTK-Doc V1.28.1 (XML mode)">
|
12
|
+
<link rel="stylesheet" href="style.css" type="text/css">
|
13
|
+
</head>
|
14
|
+
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
15
|
+
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
|
16
|
+
<td width="100%" align="left" class="shortcuts"></td>
|
17
|
+
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
|
18
|
+
<td><a accesskey="u" href="syntax-highlighting-reference.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
|
19
|
+
<td><a accesskey="p" href="lang-reference.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
20
|
+
<td><a accesskey="n" href="porting-guide.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
|
21
|
+
</tr></table>
|
22
|
+
<div class="refentry">
|
23
|
+
<a name="style-reference"></a><div class="titlepage"></div>
|
24
|
+
<div class="refnamediv"><table width="100%"><tr>
|
25
|
+
<td valign="top">
|
26
|
+
<h2><span class="refentrytitle">Style Scheme Definition Reference</span></h2>
|
27
|
+
<p>Style Scheme Definition Reference —
|
28
|
+
Reference to the GtkSourceView style scheme definition file format
|
29
|
+
</p>
|
30
|
+
</td>
|
31
|
+
<td class="gallery_image" valign="top" align="right"></td>
|
32
|
+
</tr></table></div>
|
33
|
+
<div class="refsect1">
|
34
|
+
<a name="id-1.4.4.3"></a><h2>Overview</h2>
|
35
|
+
<p>
|
36
|
+
This is an overview of the Style Scheme Definition XML format, describing the
|
37
|
+
meaning and usage of every element and attribute. The formal definition is
|
38
|
+
stored in the RelaxNG schema file <code class="filename">style.rng</code> which
|
39
|
+
should be installed on your system in the directory
|
40
|
+
<code class="filename">${PREFIX}/share/gtksourceview-4/</code> (where
|
41
|
+
<code class="filename">${PREFIX}</code> can be <code class="filename">/usr/</code> or
|
42
|
+
<code class="filename">/usr/local/</code> if you have installed from source).
|
43
|
+
</p>
|
44
|
+
</div>
|
45
|
+
<p>
|
46
|
+
The toplevel tag in a style scheme file is <code class="code"><style-scheme></code>.
|
47
|
+
It has the following attributes:
|
48
|
+
</p>
|
49
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
50
|
+
<colgroup>
|
51
|
+
<col align="left" valign="top">
|
52
|
+
<col>
|
53
|
+
</colgroup>
|
54
|
+
<tbody>
|
55
|
+
<tr>
|
56
|
+
<td><p><span class="term"><code class="code">id</code> (mandatory)</span></p></td>
|
57
|
+
<td><p>
|
58
|
+
Identifier for the style scheme. This is must be unique among style schemes.
|
59
|
+
</p></td>
|
60
|
+
</tr>
|
61
|
+
<tr>
|
62
|
+
<td><p><span class="term"><code class="code">name</code> (mandatory)</span></p></td>
|
63
|
+
<td><p>
|
64
|
+
Name of the style scheme. This is the name of the scheme to display to user, e.g.
|
65
|
+
in a preferences dialog.
|
66
|
+
</p></td>
|
67
|
+
</tr>
|
68
|
+
<tr>
|
69
|
+
<td><p><span class="term"><code class="code">_name</code></span></p></td>
|
70
|
+
<td><p>
|
71
|
+
This is the same as <code class="code">name</code> attribute, except it will be translated.
|
72
|
+
<code class="code">name</code> and <code class="code">_name</code> may not be used simultaneously.
|
73
|
+
</p></td>
|
74
|
+
</tr>
|
75
|
+
<tr>
|
76
|
+
<td><p><span class="term"><code class="code">parent-scheme</code> (optional)</span></p></td>
|
77
|
+
<td><p>
|
78
|
+
Style schemes may have <span class="emphasis"><em>parent</em></span> schemes: all styles but those specified
|
79
|
+
in the scheme will be taken from the parent scheme. In this way a scheme may
|
80
|
+
be customized without copying all its content.
|
81
|
+
</p></td>
|
82
|
+
</tr>
|
83
|
+
<tr>
|
84
|
+
<td><p><span class="term"><code class="code">version</code> (mandatory)</span></p></td>
|
85
|
+
<td><p>
|
86
|
+
Style scheme format identifier. At the moment it must be "1.0".
|
87
|
+
</p></td>
|
88
|
+
</tr>
|
89
|
+
</tbody>
|
90
|
+
</table></div>
|
91
|
+
<p>
|
92
|
+
</p>
|
93
|
+
<p>
|
94
|
+
<code class="code">style-scheme</code> tag may contain the following tags:
|
95
|
+
</p>
|
96
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
97
|
+
<colgroup>
|
98
|
+
<col align="left" valign="top">
|
99
|
+
<col>
|
100
|
+
</colgroup>
|
101
|
+
<tbody>
|
102
|
+
<tr>
|
103
|
+
<td><p><span class="term"><code class="code">author</code></span></p></td>
|
104
|
+
<td><p>
|
105
|
+
Name of the style scheme author.
|
106
|
+
</p></td>
|
107
|
+
</tr>
|
108
|
+
<tr>
|
109
|
+
<td><p><span class="term"><code class="code">description</code></span></p></td>
|
110
|
+
<td><p>
|
111
|
+
Description of the style scheme.
|
112
|
+
</p></td>
|
113
|
+
</tr>
|
114
|
+
<tr>
|
115
|
+
<td><p><span class="term"><code class="code">_description</code></span></p></td>
|
116
|
+
<td><p>
|
117
|
+
Same as <code class="code">description</code> except it will be localized.
|
118
|
+
</p></td>
|
119
|
+
</tr>
|
120
|
+
<tr>
|
121
|
+
<td><p><span class="term"><code class="code">color</code> tags</span></p></td>
|
122
|
+
<td><p>
|
123
|
+
These define color names to be used in <code class="code">style</code> tags.
|
124
|
+
It has two attributes: <code class="code">name</code> and <code class="code">value</code>.
|
125
|
+
<code class="code">value</code> is the hexadecimal color specification like
|
126
|
+
"#000000" or named color understood by Gdk prefixed with "#",
|
127
|
+
e.g. "#beige".
|
128
|
+
</p></td>
|
129
|
+
</tr>
|
130
|
+
<tr>
|
131
|
+
<td><p><span class="term"><code class="code">style</code> tags</span></p></td>
|
132
|
+
<td><p>
|
133
|
+
See below for their format description.
|
134
|
+
</p></td>
|
135
|
+
</tr>
|
136
|
+
</tbody>
|
137
|
+
</table></div>
|
138
|
+
<p>
|
139
|
+
</p>
|
140
|
+
<p>
|
141
|
+
Each <code class="code">style</code> tag describes a single element of style scheme (it corresponds
|
142
|
+
to #GtkSourceStyle object). It has the following attributes:
|
143
|
+
</p>
|
144
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
145
|
+
<colgroup>
|
146
|
+
<col align="left" valign="top">
|
147
|
+
<col>
|
148
|
+
</colgroup>
|
149
|
+
<tbody>
|
150
|
+
<tr>
|
151
|
+
<td><p><span class="term"><code class="code">name</code> (mandatory)</span></p></td>
|
152
|
+
<td><p>
|
153
|
+
Name of the style. It can be anything, syntax highlighting uses <span class="emphasis"><em>lang-id:style-id</em></span>,
|
154
|
+
and there are few special styles which are used to control general appearance
|
155
|
+
of the text. Style scheme may contain other names to be used in an application. For instance,
|
156
|
+
it may define color to highlight compilation errors in a build log or a color for
|
157
|
+
bookmarks.
|
158
|
+
</p></td>
|
159
|
+
</tr>
|
160
|
+
<tr>
|
161
|
+
<td><p><span class="term"><code class="code">foreground</code></span></p></td>
|
162
|
+
<td><p>
|
163
|
+
Foreground color. It may be name defined in one of <code class="code">color</code> tags, or value in
|
164
|
+
hexadecimal format, e.g. "#000000", or symbolic name understood
|
165
|
+
by Gdk, prefixed with "#", e.g. "#magenta" or "#darkred".
|
166
|
+
</p></td>
|
167
|
+
</tr>
|
168
|
+
<tr>
|
169
|
+
<td><p><span class="term"><code class="code">background</code></span></p></td>
|
170
|
+
<td><p>
|
171
|
+
Background color.
|
172
|
+
</p></td>
|
173
|
+
</tr>
|
174
|
+
<tr>
|
175
|
+
<td><p><span class="term"><code class="code">italic</code></span></p></td>
|
176
|
+
<td><p>"true" or "false"</p></td>
|
177
|
+
</tr>
|
178
|
+
<tr>
|
179
|
+
<td><p><span class="term"><code class="code">bold</code></span></p></td>
|
180
|
+
<td><p>"true" or "false"</p></td>
|
181
|
+
</tr>
|
182
|
+
<tr>
|
183
|
+
<td><p><span class="term"><code class="code">underline</code></span></p></td>
|
184
|
+
<td><p>
|
185
|
+
Accepts the values supported by PangoUnderline ("none", "single",
|
186
|
+
"double", "low", "error"). GtkSourceView versions <= 3.16 only
|
187
|
+
supported "true" or "false" and such value are still accepted
|
188
|
+
for backward compatibility.
|
189
|
+
</p></td>
|
190
|
+
</tr>
|
191
|
+
<tr>
|
192
|
+
<td><p><span class="term"><code class="code">underline-color</code></span></p></td>
|
193
|
+
<td><p>
|
194
|
+
Underline color.
|
195
|
+
</p></td>
|
196
|
+
</tr>
|
197
|
+
<tr>
|
198
|
+
<td><p><span class="term"><code class="code">strikethrough</code></span></p></td>
|
199
|
+
<td><p>"true" or "false"</p></td>
|
200
|
+
</tr>
|
201
|
+
<tr>
|
202
|
+
<td><p><span class="term"><code class="code">scale</code></span></p></td>
|
203
|
+
<td><p>
|
204
|
+
Scale the matched text block. Possible values are a float number as factor
|
205
|
+
(e.g. <code class="code">"1.75"</code>) or one of the values <code class="code">"xx-small"</code>,
|
206
|
+
<code class="code">"x-small"</code>, <code class="code">"small"</code>, <code class="code">"medium"</code>,
|
207
|
+
<code class="code">"large"</code>,<code class="code">"x-large"</code>,<code class="code">"xx-large"</code>.
|
208
|
+
</p></td>
|
209
|
+
</tr>
|
210
|
+
</tbody>
|
211
|
+
</table></div>
|
212
|
+
<p>
|
213
|
+
</p>
|
214
|
+
<p>
|
215
|
+
The following are names of styles which control GtkSourceView appearance:
|
216
|
+
</p>
|
217
|
+
<div class="variablelist"><table border="0" class="variablelist">
|
218
|
+
<colgroup>
|
219
|
+
<col align="left" valign="top">
|
220
|
+
<col>
|
221
|
+
</colgroup>
|
222
|
+
<tbody>
|
223
|
+
<tr>
|
224
|
+
<td><p><span class="term"><code class="code">text</code></span></p></td>
|
225
|
+
<td><p>Default style of text.</p></td>
|
226
|
+
</tr>
|
227
|
+
<tr>
|
228
|
+
<td><p><span class="term"><code class="code">selection</code></span></p></td>
|
229
|
+
<td><p>Style of selected text.</p></td>
|
230
|
+
</tr>
|
231
|
+
<tr>
|
232
|
+
<td><p><span class="term"><code class="code">selection-unfocused</code></span></p></td>
|
233
|
+
<td><p>Style of selected text when the widget doesn't have input focus.</p></td>
|
234
|
+
</tr>
|
235
|
+
<tr>
|
236
|
+
<td><p><span class="term"><code class="code">cursor</code></span></p></td>
|
237
|
+
<td><p>Text cursor style. Only the <code class="code">foreground</code> attribute is used
|
238
|
+
for this style.</p></td>
|
239
|
+
</tr>
|
240
|
+
<tr>
|
241
|
+
<td><p><span class="term"><code class="code">secondary-cursor</code></span></p></td>
|
242
|
+
<td><p>Secondary cursor style (used in bidirectional text). Only the
|
243
|
+
<code class="code">foreground</code> attribute is used for this style. If this is not set
|
244
|
+
while "cursor" is, then a color between text background and cursor colors is
|
245
|
+
chosen, so it is enough to use "cursor" style only.</p></td>
|
246
|
+
</tr>
|
247
|
+
<tr>
|
248
|
+
<td><p><span class="term"><code class="code">current-line</code></span></p></td>
|
249
|
+
<td><p>Current line style. Only the <code class="code">background</code> attribute
|
250
|
+
is used.</p></td>
|
251
|
+
</tr>
|
252
|
+
<tr>
|
253
|
+
<td><p><span class="term"><code class="code">line-numbers</code></span></p></td>
|
254
|
+
<td><p>Text and background colors for the left margin, on which line
|
255
|
+
numbers are drawn.</p></td>
|
256
|
+
</tr>
|
257
|
+
<tr>
|
258
|
+
<td><p><span class="term"><code class="code">current-line-number</code></span></p></td>
|
259
|
+
<td><p>Current line style for the left margin, on which the current
|
260
|
+
line number is drawn. Only the <code class="code">background</code> attribute is used.</p></td>
|
261
|
+
</tr>
|
262
|
+
<tr>
|
263
|
+
<td><p><span class="term"><code class="code">bracket-match</code></span></p></td>
|
264
|
+
<td><p>Style to use for matching brackets.</p></td>
|
265
|
+
</tr>
|
266
|
+
<tr>
|
267
|
+
<td><p><span class="term"><code class="code">bracket-mismatch</code></span></p></td>
|
268
|
+
<td><p>Style to use for mismatching brackets.</p></td>
|
269
|
+
</tr>
|
270
|
+
<tr>
|
271
|
+
<td><p><span class="term"><code class="code">right-margin</code></span></p></td>
|
272
|
+
<td><p>Style to use for the right margin. The <code class="code">foreground</code> attribute is used for
|
273
|
+
drawing the vertical line. And the <code class="code">background</code> attribute is used for the background on
|
274
|
+
the right side of the margin. An alpha channel is applied to the two colors. For a light style
|
275
|
+
scheme, a good color for both attributes is black. For a dark style scheme, white is a good
|
276
|
+
choice.</p></td>
|
277
|
+
</tr>
|
278
|
+
<tr>
|
279
|
+
<td><p><span class="term"><code class="code">draw-spaces</code></span></p></td>
|
280
|
+
<td><p>Style to use for drawing spaces (special symbols for a space, a tabulation, etc).
|
281
|
+
Only the <code class="code">foreground</code> attribute is used.</p></td>
|
282
|
+
</tr>
|
283
|
+
<tr>
|
284
|
+
<td><p><span class="term"><code class="code">background-pattern</code></span></p></td>
|
285
|
+
<td><p>Style to use for drawing a background pattern, for example a
|
286
|
+
grid. Only the <code class="code">background</code> attribute is used.</p></td>
|
287
|
+
</tr>
|
288
|
+
</tbody>
|
289
|
+
</table></div>
|
290
|
+
<p>
|
291
|
+
</p>
|
292
|
+
<div class="refsect1">
|
293
|
+
<a name="id-1.4.4.8"></a><h2>Default style schemes</h2>
|
294
|
+
<p>
|
295
|
+
The GtkSourceView team prefers to just keep a small number of style schemes
|
296
|
+
distributed with the library. To add a new style scheme in GtkSourceView
|
297
|
+
itself, the style scheme must be very popular, and ideally a
|
298
|
+
GtkSourceView-based application must use it by default.
|
299
|
+
</p>
|
300
|
+
</div>
|
301
|
+
</div>
|
302
|
+
<div class="footer">
|
303
|
+
<hr>Generated by GTK-Doc V1.28.1</div>
|
304
|
+
</body>
|
305
|
+
</html>
|
@@ -0,0 +1,483 @@
|
|
1
|
+
body
|
2
|
+
{
|
3
|
+
font-family: cantarell, sans-serif;
|
4
|
+
}
|
5
|
+
.synopsis, .classsynopsis
|
6
|
+
{
|
7
|
+
/* tango:aluminium 1/2 */
|
8
|
+
background: #eeeeec;
|
9
|
+
background: rgba(238, 238, 236, 0.5);
|
10
|
+
border: solid 1px rgb(238, 238, 236);
|
11
|
+
padding: 0.5em;
|
12
|
+
}
|
13
|
+
.programlisting
|
14
|
+
{
|
15
|
+
/* tango:sky blue 0/1 */
|
16
|
+
/* fallback for no rgba support */
|
17
|
+
background: #e6f3ff;
|
18
|
+
border: solid 1px #729fcf;
|
19
|
+
background: rgba(114, 159, 207, 0.1);
|
20
|
+
border: solid 1px rgba(114, 159, 207, 0.2);
|
21
|
+
padding: 0.5em;
|
22
|
+
}
|
23
|
+
.variablelist
|
24
|
+
{
|
25
|
+
padding: 4px;
|
26
|
+
margin-left: 3em;
|
27
|
+
}
|
28
|
+
.variablelist td:first-child
|
29
|
+
{
|
30
|
+
vertical-align: top;
|
31
|
+
}
|
32
|
+
|
33
|
+
span.nowrap {
|
34
|
+
white-space: nowrap;
|
35
|
+
}
|
36
|
+
|
37
|
+
div.gallery-float
|
38
|
+
{
|
39
|
+
float: left;
|
40
|
+
padding: 10px;
|
41
|
+
}
|
42
|
+
div.gallery-float img
|
43
|
+
{
|
44
|
+
border-style: none;
|
45
|
+
}
|
46
|
+
div.gallery-spacer
|
47
|
+
{
|
48
|
+
clear: both;
|
49
|
+
}
|
50
|
+
|
51
|
+
a, a:visited
|
52
|
+
{
|
53
|
+
text-decoration: none;
|
54
|
+
/* tango:sky blue 2 */
|
55
|
+
color: #3465a4;
|
56
|
+
}
|
57
|
+
a:hover
|
58
|
+
{
|
59
|
+
text-decoration: underline;
|
60
|
+
/* tango:sky blue 1 */
|
61
|
+
color: #729fcf;
|
62
|
+
}
|
63
|
+
|
64
|
+
div.informaltable table
|
65
|
+
{
|
66
|
+
border-collapse: separate;
|
67
|
+
border-spacing: 1em 0.3em;
|
68
|
+
border: none;
|
69
|
+
}
|
70
|
+
|
71
|
+
div.informaltable table td, div.informaltable table th
|
72
|
+
{
|
73
|
+
vertical-align: top;
|
74
|
+
}
|
75
|
+
|
76
|
+
.function_type,
|
77
|
+
.variable_type,
|
78
|
+
.property_type,
|
79
|
+
.signal_type,
|
80
|
+
.parameter_name,
|
81
|
+
.struct_member_name,
|
82
|
+
.union_member_name,
|
83
|
+
.define_keyword,
|
84
|
+
.datatype_keyword,
|
85
|
+
.typedef_keyword
|
86
|
+
{
|
87
|
+
text-align: right;
|
88
|
+
}
|
89
|
+
|
90
|
+
/* dim non-primary columns */
|
91
|
+
.c_punctuation,
|
92
|
+
.function_type,
|
93
|
+
.variable_type,
|
94
|
+
.property_type,
|
95
|
+
.signal_type,
|
96
|
+
.define_keyword,
|
97
|
+
.datatype_keyword,
|
98
|
+
.typedef_keyword,
|
99
|
+
.property_flags,
|
100
|
+
.signal_flags,
|
101
|
+
.parameter_annotations,
|
102
|
+
.enum_member_annotations,
|
103
|
+
.struct_member_annotations,
|
104
|
+
.union_member_annotations
|
105
|
+
{
|
106
|
+
color: #888a85;
|
107
|
+
}
|
108
|
+
|
109
|
+
.function_type a,
|
110
|
+
.function_type a:visited,
|
111
|
+
.function_type a:hover,
|
112
|
+
.property_type a,
|
113
|
+
.property_type a:visited,
|
114
|
+
.property_type a:hover,
|
115
|
+
.signal_type a,
|
116
|
+
.signal_type a:visited,
|
117
|
+
.signal_type a:hover,
|
118
|
+
.signal_flags a,
|
119
|
+
.signal_flags a:visited,
|
120
|
+
.signal_flags a:hover
|
121
|
+
{
|
122
|
+
color: #729fcf;
|
123
|
+
}
|
124
|
+
|
125
|
+
td p
|
126
|
+
{
|
127
|
+
margin: 0.25em;
|
128
|
+
}
|
129
|
+
|
130
|
+
div.table table
|
131
|
+
{
|
132
|
+
border-collapse: collapse;
|
133
|
+
border-spacing: 0px;
|
134
|
+
/* tango:aluminium 3 */
|
135
|
+
border: solid 1px #babdb6;
|
136
|
+
}
|
137
|
+
|
138
|
+
div.table table td, div.table table th
|
139
|
+
{
|
140
|
+
/* tango:aluminium 3 */
|
141
|
+
border: solid 1px #babdb6;
|
142
|
+
padding: 3px;
|
143
|
+
vertical-align: top;
|
144
|
+
}
|
145
|
+
|
146
|
+
div.table table th
|
147
|
+
{
|
148
|
+
/* tango:aluminium 2 */
|
149
|
+
background-color: #d3d7cf;
|
150
|
+
}
|
151
|
+
|
152
|
+
h4
|
153
|
+
{
|
154
|
+
color: #555753;
|
155
|
+
margin-top: 1em;
|
156
|
+
margin-bottom: 1em;
|
157
|
+
}
|
158
|
+
|
159
|
+
hr
|
160
|
+
{
|
161
|
+
/* tango:aluminium 1 */
|
162
|
+
color: #d3d7cf;
|
163
|
+
background: #d3d7cf;
|
164
|
+
border: none 0px;
|
165
|
+
height: 1px;
|
166
|
+
clear: both;
|
167
|
+
margin: 2.0em 0em 2.0em 0em;
|
168
|
+
}
|
169
|
+
|
170
|
+
dl.toc dt
|
171
|
+
{
|
172
|
+
padding-bottom: 0.25em;
|
173
|
+
}
|
174
|
+
|
175
|
+
dl.toc > dt
|
176
|
+
{
|
177
|
+
padding-top: 0.25em;
|
178
|
+
padding-bottom: 0.25em;
|
179
|
+
font-weight: bold;
|
180
|
+
}
|
181
|
+
|
182
|
+
dl.toc > dl
|
183
|
+
{
|
184
|
+
padding-bottom: 0.5em;
|
185
|
+
}
|
186
|
+
|
187
|
+
.parameter
|
188
|
+
{
|
189
|
+
font-style: normal;
|
190
|
+
}
|
191
|
+
|
192
|
+
.footer
|
193
|
+
{
|
194
|
+
padding-top: 3.5em;
|
195
|
+
/* tango:aluminium 3 */
|
196
|
+
color: #babdb6;
|
197
|
+
text-align: center;
|
198
|
+
font-size: 80%;
|
199
|
+
}
|
200
|
+
|
201
|
+
.informalfigure,
|
202
|
+
.figure
|
203
|
+
{
|
204
|
+
margin: 1em;
|
205
|
+
}
|
206
|
+
|
207
|
+
.informalexample,
|
208
|
+
.example
|
209
|
+
{
|
210
|
+
margin-top: 1em;
|
211
|
+
margin-bottom: 1em;
|
212
|
+
}
|
213
|
+
|
214
|
+
.warning
|
215
|
+
{
|
216
|
+
/* tango:orange 0/1 */
|
217
|
+
background: #ffeed9;
|
218
|
+
background: rgba(252, 175, 62, 0.1);
|
219
|
+
border-color: #ffb04f;
|
220
|
+
border-color: rgba(252, 175, 62, 0.2);
|
221
|
+
}
|
222
|
+
.note
|
223
|
+
{
|
224
|
+
/* tango:chameleon 0/0.5 */
|
225
|
+
background: #d8ffb2;
|
226
|
+
background: rgba(138, 226, 52, 0.1);
|
227
|
+
border-color: #abf562;
|
228
|
+
border-color: rgba(138, 226, 52, 0.2);
|
229
|
+
}
|
230
|
+
div.blockquote
|
231
|
+
{
|
232
|
+
border-color: #eeeeec;
|
233
|
+
}
|
234
|
+
.note, .warning, div.blockquote
|
235
|
+
{
|
236
|
+
padding: 0.5em;
|
237
|
+
border-width: 1px;
|
238
|
+
border-style: solid;
|
239
|
+
margin: 2em;
|
240
|
+
}
|
241
|
+
.note p, .warning p
|
242
|
+
{
|
243
|
+
margin: 0;
|
244
|
+
}
|
245
|
+
|
246
|
+
div.warning h3.title,
|
247
|
+
div.note h3.title
|
248
|
+
{
|
249
|
+
display: none;
|
250
|
+
}
|
251
|
+
|
252
|
+
p + div.section
|
253
|
+
{
|
254
|
+
margin-top: 1em;
|
255
|
+
}
|
256
|
+
|
257
|
+
div.refnamediv,
|
258
|
+
div.refsynopsisdiv,
|
259
|
+
div.refsect1,
|
260
|
+
div.refsect2,
|
261
|
+
div.toc,
|
262
|
+
div.section
|
263
|
+
{
|
264
|
+
margin-bottom: 1em;
|
265
|
+
}
|
266
|
+
|
267
|
+
/* blob links */
|
268
|
+
h2 .extralinks, h3 .extralinks
|
269
|
+
{
|
270
|
+
float: right;
|
271
|
+
/* tango:aluminium 3 */
|
272
|
+
color: #babdb6;
|
273
|
+
font-size: 80%;
|
274
|
+
font-weight: normal;
|
275
|
+
}
|
276
|
+
|
277
|
+
.lineart
|
278
|
+
{
|
279
|
+
color: #d3d7cf;
|
280
|
+
font-weight: normal;
|
281
|
+
}
|
282
|
+
|
283
|
+
.annotation
|
284
|
+
{
|
285
|
+
/* tango:aluminium 5 */
|
286
|
+
color: #555753;
|
287
|
+
font-weight: normal;
|
288
|
+
}
|
289
|
+
|
290
|
+
.structfield
|
291
|
+
{
|
292
|
+
font-style: normal;
|
293
|
+
font-weight: normal;
|
294
|
+
}
|
295
|
+
|
296
|
+
acronym,abbr
|
297
|
+
{
|
298
|
+
border-bottom: 1px dotted gray;
|
299
|
+
}
|
300
|
+
|
301
|
+
/* code listings */
|
302
|
+
|
303
|
+
.listing_code .programlisting .normal,
|
304
|
+
.listing_code .programlisting .normal a,
|
305
|
+
.listing_code .programlisting .number,
|
306
|
+
.listing_code .programlisting .cbracket,
|
307
|
+
.listing_code .programlisting .symbol { color: #555753; }
|
308
|
+
.listing_code .programlisting .comment,
|
309
|
+
.listing_code .programlisting .linenum { color: #babdb6; } /* tango: aluminium 3 */
|
310
|
+
.listing_code .programlisting .function,
|
311
|
+
.listing_code .programlisting .function a,
|
312
|
+
.listing_code .programlisting .preproc { color: #204a87; } /* tango: sky blue 3 */
|
313
|
+
.listing_code .programlisting .string { color: #ad7fa8; } /* tango: plum */
|
314
|
+
.listing_code .programlisting .keyword,
|
315
|
+
.listing_code .programlisting .usertype,
|
316
|
+
.listing_code .programlisting .type,
|
317
|
+
.listing_code .programlisting .type a { color: #4e9a06; } /* tango: chameleon 3 */
|
318
|
+
|
319
|
+
.listing_frame {
|
320
|
+
/* tango:sky blue 1 */
|
321
|
+
border: solid 1px #729fcf;
|
322
|
+
border: solid 1px rgba(114, 159, 207, 0.2);
|
323
|
+
padding: 0px;
|
324
|
+
}
|
325
|
+
|
326
|
+
.listing_lines, .listing_code {
|
327
|
+
margin-top: 0px;
|
328
|
+
margin-bottom: 0px;
|
329
|
+
padding: 0.5em;
|
330
|
+
}
|
331
|
+
.listing_lines {
|
332
|
+
/* tango:sky blue 0.5 */
|
333
|
+
background: #a6c5e3;
|
334
|
+
background: rgba(114, 159, 207, 0.2);
|
335
|
+
/* tango:aluminium 6 */
|
336
|
+
color: #2e3436;
|
337
|
+
}
|
338
|
+
.listing_code {
|
339
|
+
/* tango:sky blue 0 */
|
340
|
+
background: #e6f3ff;
|
341
|
+
background: rgba(114, 159, 207, 0.1);
|
342
|
+
}
|
343
|
+
.listing_code .programlisting {
|
344
|
+
/* override from previous */
|
345
|
+
border: none 0px;
|
346
|
+
padding: 0px;
|
347
|
+
background: none;
|
348
|
+
}
|
349
|
+
.listing_lines pre, .listing_code pre {
|
350
|
+
margin: 0px;
|
351
|
+
}
|
352
|
+
|
353
|
+
@media screen {
|
354
|
+
/* these have a <sup> as a first child, but since there are no parent selectors
|
355
|
+
* we can't use that. */
|
356
|
+
a.footnote
|
357
|
+
{
|
358
|
+
position: relative;
|
359
|
+
top: 0em ! important;
|
360
|
+
}
|
361
|
+
/* this is needed so that the local anchors are displayed below the naviagtion */
|
362
|
+
div.footnote a[name], div.refnamediv a[name], div.refsect1 a[name], div.refsect2 a[name], div.index a[name], div.glossary a[name], div.sect1 a[name]
|
363
|
+
{
|
364
|
+
display: inline-block;
|
365
|
+
position: relative;
|
366
|
+
top:-5em;
|
367
|
+
}
|
368
|
+
/* this seems to be a bug in the xsl style sheets when generating indexes */
|
369
|
+
div.index div.index
|
370
|
+
{
|
371
|
+
top: 0em;
|
372
|
+
}
|
373
|
+
/* make space for the fixed navigation bar and add space at the bottom so that
|
374
|
+
* link targets appear somewhat close to top
|
375
|
+
*/
|
376
|
+
body
|
377
|
+
{
|
378
|
+
padding-top: 2.5em;
|
379
|
+
padding-bottom: 500px;
|
380
|
+
max-width: 60em;
|
381
|
+
}
|
382
|
+
p
|
383
|
+
{
|
384
|
+
max-width: 60em;
|
385
|
+
}
|
386
|
+
/* style and size the navigation bar */
|
387
|
+
table.navigation#top
|
388
|
+
{
|
389
|
+
position: fixed;
|
390
|
+
background: #e2e2e2;
|
391
|
+
border-bottom: solid 1px #babdb6;
|
392
|
+
border-spacing: 5px;
|
393
|
+
margin-top: 0;
|
394
|
+
margin-bottom: 0;
|
395
|
+
top: 0;
|
396
|
+
left: 0;
|
397
|
+
z-index: 10;
|
398
|
+
}
|
399
|
+
table.navigation#top td
|
400
|
+
{
|
401
|
+
padding-left: 6px;
|
402
|
+
padding-right: 6px;
|
403
|
+
}
|
404
|
+
.navigation a, .navigation a:visited
|
405
|
+
{
|
406
|
+
/* tango:sky blue 3 */
|
407
|
+
color: #204a87;
|
408
|
+
}
|
409
|
+
.navigation a:hover
|
410
|
+
{
|
411
|
+
/* tango:sky blue 2 */
|
412
|
+
color: #3465a4;
|
413
|
+
}
|
414
|
+
td.shortcuts
|
415
|
+
{
|
416
|
+
/* tango:sky blue 2 */
|
417
|
+
color: #3465a4;
|
418
|
+
font-size: 80%;
|
419
|
+
white-space: nowrap;
|
420
|
+
}
|
421
|
+
td.shortcuts .dim
|
422
|
+
{
|
423
|
+
color: #babdb6;
|
424
|
+
}
|
425
|
+
.navigation .title
|
426
|
+
{
|
427
|
+
font-size: 80%;
|
428
|
+
max-width: none;
|
429
|
+
margin: 0px;
|
430
|
+
font-weight: normal;
|
431
|
+
}
|
432
|
+
}
|
433
|
+
@media screen and (min-width: 60em) {
|
434
|
+
/* screen larger than 60em */
|
435
|
+
body { margin: auto; }
|
436
|
+
}
|
437
|
+
@media screen and (max-width: 60em) {
|
438
|
+
/* screen less than 60em */
|
439
|
+
#nav_hierarchy { display: none; }
|
440
|
+
#nav_interfaces { display: none; }
|
441
|
+
#nav_prerequisites { display: none; }
|
442
|
+
#nav_derived_interfaces { display: none; }
|
443
|
+
#nav_implementations { display: none; }
|
444
|
+
#nav_child_properties { display: none; }
|
445
|
+
#nav_style_properties { display: none; }
|
446
|
+
#nav_index { display: none; }
|
447
|
+
#nav_glossary { display: none; }
|
448
|
+
.gallery_image { display: none; }
|
449
|
+
.property_flags { display: none; }
|
450
|
+
.signal_flags { display: none; }
|
451
|
+
.parameter_annotations { display: none; }
|
452
|
+
.enum_member_annotations { display: none; }
|
453
|
+
.struct_member_annotations { display: none; }
|
454
|
+
.union_member_annotations { display: none; }
|
455
|
+
/* now that a column is hidden, optimize space */
|
456
|
+
col.parameters_name { width: auto; }
|
457
|
+
col.parameters_description { width: auto; }
|
458
|
+
col.struct_members_name { width: auto; }
|
459
|
+
col.struct_members_description { width: auto; }
|
460
|
+
col.enum_members_name { width: auto; }
|
461
|
+
col.enum_members_description { width: auto; }
|
462
|
+
col.union_members_name { width: auto; }
|
463
|
+
col.union_members_description { width: auto; }
|
464
|
+
.listing_lines { display: none; }
|
465
|
+
}
|
466
|
+
@media print {
|
467
|
+
table.navigation {
|
468
|
+
visibility: collapse;
|
469
|
+
display: none;
|
470
|
+
}
|
471
|
+
div.titlepage table.navigation {
|
472
|
+
visibility: visible;
|
473
|
+
display: table;
|
474
|
+
background: #e2e2e2;
|
475
|
+
border: solid 1px #babdb6;
|
476
|
+
margin-top: 0;
|
477
|
+
margin-bottom: 0;
|
478
|
+
top: 0;
|
479
|
+
left: 0;
|
480
|
+
height: 3em;
|
481
|
+
}
|
482
|
+
}
|
483
|
+
|