Ubuntu 16.04 安装CodeBlocks
首先将软件源添加进来,就是运行以下命令
sudo add-apt-repository ppa:damien-moore/codeblocks-stable
sudo apt-get update
完成之后,不管是不是已经安装了CodeBocks,使用命令
sudo apt-get install codeblocks
都可以获取最新版本的CodeBlcoks。
获取完成了之后,这个CodeBlocks还是简化版的。
还需运行以下 命令来把常用的插件装上
sudo apt-get install codeblocks-contrib
然后,重启CodeBlocks就行了。
转载注明出处:http://www.cnblogs.com/pk28/p/6391861.html
之后可以配置背景颜色高亮之类的。
到home文件中 Ctrtl+h显示隐藏的文件 找到.codeblocks 文件,如果没有。codeblocks文件那就到.config文件中找找
复制下面代码到 default.conf中
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<CodeBlocksConfig version="">
<!-- application info:
svn_revision:
build_date: Feb , ::
gcc_version: 5.3.
Linux
Unix Unicode -->
<app>
<locale>
<CATALOGNUM int="" />
<DOMAIN1>
<str>
<![CDATA[wxSmithContribItems]]>
</str>
</DOMAIN1>
<DOMAIN2>
<str>
<![CDATA[Profiler]]>
</str>
</DOMAIN2>
<DOMAIN3>
<str>
<![CDATA[SpellChecker]]>
</str>
</DOMAIN3>
<DOMAIN4>
<str>
<![CDATA[OccurrencesHighlighting]]>
</str>
</DOMAIN4>
<DOMAIN5>
<str>
<![CDATA[ReopenEditor]]>
</str>
</DOMAIN5>
<DOMAIN6>
<str>
<![CDATA[cbDragScroll]]>
</str>
</DOMAIN6>
<DOMAIN7>
<str>
<![CDATA[Cscope]]>
</str>
</DOMAIN7>
<DOMAIN8>
<str>
<![CDATA[ThreadSearch]]>
</str>
</DOMAIN8>
<DOMAIN9>
<str>
<![CDATA[EnvVars]]>
</str>
</DOMAIN9>
<DOMAIN10>
<str>
<![CDATA[SmartIndentLua]]>
</str>
</DOMAIN10>
<DOMAIN11>
<str>
<![CDATA[RegExTestbed]]>
</str>
</DOMAIN11>
<DOMAIN12>
<str>
<![CDATA[HexEditor]]>
</str>
</DOMAIN12>
<DOMAIN13>
<str>
<![CDATA[CodeCompletion]]>
</str>
</DOMAIN13>
<DOMAIN14>
<str>
<![CDATA[EditorConfig]]>
</str>
</DOMAIN14>
<DOMAIN15>
<str>
<![CDATA[SmartIndentPython]]>
</str>
</DOMAIN15>
<DOMAIN16>
<str>
<![CDATA[DoxyBlocks]]>
</str>
</DOMAIN16>
<DOMAIN17>
<str>
<![CDATA[NassiShneidermanPlugin]]>
</str>
</DOMAIN17>
<DOMAIN18>
<str>
<![CDATA[IncrementalSearch]]>
</str>
</DOMAIN18>
<DOMAIN19>
<str>
<![CDATA[CodeStat]]>
</str>
</DOMAIN19>
<DOMAIN20>
<str>
<![CDATA[Cccc]]>
</str>
</DOMAIN20>
<DOMAIN21>
<str>
<![CDATA[BrowseTracker]]>
</str>
</DOMAIN21>
<DOMAIN22>
<str>
<![CDATA[wxSmithAui]]>
</str>
</DOMAIN22>
<DOMAIN23>
<str>
<![CDATA[SymTab]]>
</str>
</DOMAIN23>
<DOMAIN24>
<str>
<![CDATA[AutoVersioning]]>
</str>
</DOMAIN24>
<DOMAIN25>
<str>
<![CDATA[ClassWizard]]>
</str>
</DOMAIN25>
<DOMAIN26>
<str>
<![CDATA[Abbreviations]]>
</str>
</DOMAIN26>
<DOMAIN27>
<str>
<![CDATA[AStylePlugin]]>
</str>
</DOMAIN27>
<DOMAIN28>
<str>
<![CDATA[SmartIndentHDL]]>
</str>
</DOMAIN28>
<DOMAIN29>
<str>
<![CDATA[Autosave]]>
</str>
</DOMAIN29>
<DOMAIN30>
<str>
<![CDATA[ToDoList]]>
</str>
</DOMAIN30>
<DOMAIN31>
<str>
<![CDATA[HeaderFixup]]>
</str>
</DOMAIN31>
<DOMAIN32>
<str>
<![CDATA[cbKeyBinder]]>
</str>
</DOMAIN32>
<DOMAIN33>
<str>
<![CDATA[MouseSap]]>
</str>
</DOMAIN33>
<DOMAIN34>
<str>
<![CDATA[ScriptedWizard]]>
</str>
</DOMAIN34>
<DOMAIN35>
<str>
<![CDATA[wxSmith]]>
</str>
</DOMAIN35>
<DOMAIN36>
<str>
<![CDATA[wxSmithMime]]>
</str>
</DOMAIN36>
<DOMAIN37>
<str>
<![CDATA[BYOGames]]>
</str>
</DOMAIN37>
<DOMAIN38>
<str>
<![CDATA[SmartIndentFortran]]>
</str>
</DOMAIN38>
<DOMAIN39>
<str>
<![CDATA[lib_finder]]>
</str>
</DOMAIN39>
<DOMAIN40>
<str>
<![CDATA[FilesExtensionHandler]]>
</str>
</DOMAIN40>
<DOMAIN41>
<str>
<![CDATA[CppCheck]]>
</str>
</DOMAIN41>
<DOMAIN42>
<str>
<![CDATA[FileManager]]>
</str>
</DOMAIN42>
<DOMAIN43>
<str>
<![CDATA[Compiler]]>
</str>
</DOMAIN43>
<DOMAIN44>
<str>
<![CDATA[EditorTweaks]]>
</str>
</DOMAIN44>
<DOMAIN45>
<str>
<![CDATA[CB_Koders]]>
</str>
</DOMAIN45>
<DOMAIN46>
<str>
<![CDATA[SmartIndentXML]]>
</str>
</DOMAIN46>
<DOMAIN47>
<str>
<![CDATA[Debugger]]>
</str>
</DOMAIN47>
<DOMAIN48>
<str>
<![CDATA[CodeSnippets]]>
</str>
</DOMAIN48>
<DOMAIN49>
<str>
<![CDATA[SmartIndentPascal]]>
</str>
</DOMAIN49>
<DOMAIN50>
<str>
<![CDATA[OpenFilesList]]>
</str>
</DOMAIN50>
<DOMAIN51>
<str>
<![CDATA[Exporter]]>
</str>
</DOMAIN51>
<DOMAIN52>
<str>
<![CDATA[copystrings]]>
</str>
</DOMAIN52>
<DOMAIN53>
<str>
<![CDATA[SmartIndentCpp]]>
</str>
</DOMAIN53>
<DOMAIN54>
<str>
<![CDATA[Valgrind]]>
</str>
</DOMAIN54>
<DOMAIN55>
<str>
<![CDATA[ProjectsImporter]]>
</str>
</DOMAIN55>
<DOMAIN56>
<str>
<![CDATA[HelpPlugin]]>
</str>
</DOMAIN56>
<DOMAIN57>
<str>
<![CDATA[ToolsPlus]]>
</str>
</DOMAIN57>
</locale>
<environment>
<aui />
<view />
</environment>
<main_frame>
<layout>
<DEFAULT>
<str>
<![CDATA[Code::Blocks default]]>
</str>
</DEFAULT>
<LEFT_BLOCK_SELECTION int="" />
<BOTTOM_BLOCK_SELECTION int="" />
<DISPLAY int="" />
<LEFT int="" />
<TOP int="" />
<WIDTH int="" />
<HEIGHT int="" />
<MAXIMIZED bool="" />
<view1>
<NAME>
<str>
<![CDATA[Code::Blocks minimal]]>
</str>
</NAME>
<DATA>
<str>
<![CDATA[layout2|name=ManagementPane;caption=Management;state=;dir=;layer=;row=;pos=;prop=;bestw=;besth=;minw=;minh=;maxw=-;maxh=-;floatx=-;floaty=-;floatw=-;floath=-|name=MessagesPane;caption=Logs & others;state=;dir=;layer=;row=;pos=;prop=;bestw=;besth=;minw=-;minh=-;maxw=-;maxh=-;floatx=-;floaty=-;floatw=-;floath=-|name=CallStackPane;caption=Call stack;state=;dir=;layer=;row=;pos=;prop=;bestw=;besth=;minw=;minh=;maxw=-;maxh=-;floatx=;floaty=;floatw=;floath=|name=BreakpointsPane;caption=Breakpoints;state=;dir=;layer=;row=;pos=;prop=;bestw=;besth=;minw=;minh=;maxw=-;maxh=-;floatx=;floaty=;floatw=;floath=|name=CPURegistersPane;caption=CPU Registers;state=;dir=;layer=;row=;pos=;prop=;bestw=;besth=;minw=;minh=;maxw=-;maxh=-;floatx=;floaty=;floatw=;floath=|name=DisassemblyPane;caption=Disassembly;state=;dir=;layer=;row=;pos=;prop=;bestw=;besth=;minw=;minh=;maxw=-;maxh=-;floatx=;floaty=;floatw=;floath=|name=ExamineMemoryPane;caption=Memory;state=;dir=;layer=;row=;pos=;prop=;bestw=;besth=;minw=;minh=;maxw=-;maxh=-;floatx=;floaty=;floatw=;floath=|name=ThreadsPane;caption=Running threads;state=;dir=;layer=;row=;pos=;prop=;bestw=;besth=;minw=;minh=;maxw=-;maxh=-;floatx=;floaty=;floatw=;floath=|name=WatchesPane;caption=Watches (new);state=;dir=;layer=;row=;pos=;prop=;bestw=;besth=;minw=;minh=;maxw=-;maxh=-;floatx=;floaty=;floatw=;floath=|name=MainPane;caption=;state=;dir=;layer=;row=;pos=;prop=;bestw=;besth=;minw=-;minh=-;maxw=-;maxh=-;floatx=-;floaty=-;floatw=-;floath=-|name=ScriptConsole;caption=Scripting console;state=;dir=;layer=;row=;pos=;prop=;bestw=;besth=;minw=;minh=;maxw=-;maxh=-;floatx=;floaty=;floatw=-;floath=-|name=DefMimeHandler_HTMLViewer;caption=HTML viewer;state=;dir=;layer=;row=;pos=;prop=;bestw=;besth=;minw=;minh=;maxw=-;maxh=-;floatx=;floaty=;floatw=;floath=|name=TodoListPanev2.0.0;caption=Todo list;state=;dir=;layer=;row=;pos=;prop=;bestw=;besth=;minw=;minh=;maxw=-;maxh=-;floatx=;floaty=;floatw=;floath=|name=HighlightedOccurrences;caption=Highlighted Occurrences;state=;dir=;layer=;row=;pos=;prop=;bestw=;besth=;minw=;minh=;maxw=-;maxh=-;floatx=;floaty=;floatw=;floath=|name=OpenFilesPane;caption=Open files list;state=;dir=;layer=;row=;pos=;prop=;bestw=;besth=;minw=;minh=;maxw=-;maxh=-;floatx=;floaty=;floatw=;floath=|name=MainToolbar;caption=Main Toolbar;state=;dir=;layer=;row=;pos=;prop=;bestw=;besth=;minw=-;minh=-;maxw=-;maxh=-;floatx=-;floaty=-;floatw=-;floath=-|name=CompilerToolbar;caption=Compiler Toolbar;state=;dir=;layer=;row=;pos=;prop=;bestw=;besth=;minw=-;minh=-;maxw=-;maxh=-;floatx=-;floaty=-;floatw=-;floath=-|name=DebuggerToolbar;caption=Debugger Toolbar;state=;dir=;layer=;row=;pos=;prop=;bestw=;besth=;minw=-;minh=-;maxw=-;maxh=-;floatx=-;floaty=-;floatw=-;floath=-|name=CodeCompletionToolbar;caption=Code completion Toolbar;state=;dir=;layer=;row=;pos=;prop=;bestw=;besth=;minw=-;minh=-;maxw=-;maxh=-;floatx=-;floaty=-;floatw=-;floath=-|dock_size(,,)=|]]>
</str>
</DATA>
<DATAMESSAGEPANE>
<str>
<![CDATA[Code::Blocks=;Search results=;Build log=;Build messages=;Debugger=;|selection=;]]>
</str>
</DATAMESSAGEPANE>
</view1>
<view2>
<NAME>
<str>
<![CDATA[Code::Blocks default]]>
</str>
</NAME>
<DATA>
<str>
<![CDATA[layout2|name=ManagementPane;caption=Management;state=;dir=;layer=;row=;pos=;prop=;bestw=;besth=;minw=;minh=;maxw=-;maxh=-;floatx=-;floaty=-;floatw=-;floath=-|name=MessagesPane;caption=Logs & others;state=;dir=;layer=;row=;pos=;prop=;bestw=;besth=;minw=-;minh=-;maxw=-;maxh=-;floatx=-;floaty=-;floatw=-;floath=-|name=CallStackPane;caption=Call stack;state=;dir=;layer=;row=;pos=;prop=;bestw=;besth=;minw=;minh=;maxw=-;maxh=-;floatx=;floaty=;floatw=;floath=|name=BreakpointsPane;caption=Breakpoints;state=;dir=;layer=;row=;pos=;prop=;bestw=;besth=;minw=;minh=;maxw=-;maxh=-;floatx=;floaty=;floatw=;floath=|name=CPURegistersPane;caption=CPU Registers;state=;dir=;layer=;row=;pos=;prop=;bestw=;besth=;minw=;minh=;maxw=-;maxh=-;floatx=;floaty=;floatw=;floath=|name=DisassemblyPane;caption=Disassembly;state=;dir=;layer=;row=;pos=;prop=;bestw=;besth=;minw=;minh=;maxw=-;maxh=-;floatx=;floaty=;floatw=;floath=|name=ExamineMemoryPane;caption=Memory;state=;dir=;layer=;row=;pos=;prop=;bestw=;besth=;minw=;minh=;maxw=-;maxh=-;floatx=;floaty=;floatw=;floath=|name=ThreadsPane;caption=Running threads;state=;dir=;layer=;row=;pos=;prop=;bestw=;besth=;minw=;minh=;maxw=-;maxh=-;floatx=;floaty=;floatw=;floath=|name=WatchesPane;caption=Watches (new);state=;dir=;layer=;row=;pos=;prop=;bestw=;besth=;minw=;minh=;maxw=-;maxh=-;floatx=;floaty=;floatw=;floath=|name=MainPane;caption=;state=;dir=;layer=;row=;pos=;prop=;bestw=;besth=;minw=-;minh=-;maxw=-;maxh=-;floatx=-;floaty=-;floatw=-;floath=-|name=ScriptConsole;caption=Scripting console;state=;dir=;layer=;row=;pos=;prop=;bestw=;besth=;minw=;minh=;maxw=-;maxh=-;floatx=;floaty=;floatw=-;floath=-|name=DefMimeHandler_HTMLViewer;caption=HTML viewer;state=;dir=;layer=;row=;pos=;prop=;bestw=;besth=;minw=;minh=;maxw=-;maxh=-;floatx=;floaty=;floatw=;floath=|name=TodoListPanev2.0.0;caption=Todo list;state=;dir=;layer=;row=;pos=;prop=;bestw=;besth=;minw=;minh=;maxw=-;maxh=-;floatx=;floaty=;floatw=;floath=|name=HighlightedOccurrences;caption=Highlighted Occurrences;state=;dir=;layer=;row=;pos=;prop=;bestw=;besth=;minw=;minh=;maxw=-;maxh=-;floatx=;floaty=;floatw=;floath=|name=OpenFilesPane;caption=Open files list;state=;dir=;layer=;row=;pos=;prop=;bestw=;besth=;minw=;minh=;maxw=-;maxh=-;floatx=;floaty=;floatw=;floath=|name=MainToolbar;caption=Main Toolbar;state=;dir=;layer=;row=;pos=;prop=;bestw=;besth=;minw=-;minh=-;maxw=-;maxh=-;floatx=-;floaty=-;floatw=-;floath=-|name=CompilerToolbar;caption=Compiler Toolbar;state=;dir=;layer=;row=;pos=;prop=;bestw=;besth=;minw=-;minh=-;maxw=-;maxh=-;floatx=-;floaty=-;floatw=-;floath=-|name=DebuggerToolbar;caption=Debugger Toolbar;state=;dir=;layer=;row=;pos=;prop=;bestw=;besth=;minw=-;minh=-;maxw=-;maxh=-;floatx=-;floaty=-;floatw=-;floath=-|name=CodeCompletionToolbar;caption=Code completion Toolbar;state=;dir=;layer=;row=;pos=;prop=;bestw=;besth=;minw=-;minh=-;maxw=-;maxh=-;floatx=-;floaty=-;floatw=-;floath=-|dock_size(,,)=|]]>
</str>
</DATA>
<DATAMESSAGEPANE>
<str>
<![CDATA[Code::Blocks=;Search results=;Build log=;Build messages=;Debugger=;|selection=;]]>
</str>
</DATAMESSAGEPANE>
</view2>
</layout>
</main_frame>
<dialog_placement />
<VERSION>
<str>
<![CDATA[16.01-r10760]]>
</str>
</VERSION>
<file_dialogs>
<file_new_open>
<FILTER>
<str>
<![CDATA[All files (*)]]>
</str>
</FILTER>
<DIRECTORY>
<str>
<![CDATA[/home/xmx/ACM/study]]>
</str>
</DIRECTORY>
</file_new_open>
</file_dialogs>
<RECENT_FILES>
<astr>
<s>
<![CDATA[/home/guan/catkin_ws/src/lidar_perception_exp/src/object.h]]>
</s>
<s>
<![CDATA[/home/guan/Desktop/lidar_perception_exp/src/lidar_perception.cpp]]>
</s>
<s>
<![CDATA[/home/guan/catkin_ws/src/lidar_perception_exp/src/define.h]]>
</s>
<s>
<![CDATA[/home/guan/catkin_ws/src/lidar_perception_exp/src/detector.h]]>
</s>
<s>
<![CDATA[/home/guan/catkin_ws/src/lidar_perception_exp/src/lidar_perception.cpp]]>
</s>
<s>
<![CDATA[/home/guan/catkin_ws/src/lidar_perception_exp/src/roi_filter.h]]>
</s>
<s>
<![CDATA[/home/guan/catkin_ws/src/lidar_perception_exp/src/common.cpp]]>
</s>
<s>
<![CDATA[/home/guan/Desktop/test.cpp]]>
</s>
<s>
<![CDATA[/home/guan/catkin_ws/src/lidar_perception_exp/src/ground_detection/semantic_segmentation.h]]>
</s>
<s>
<![CDATA[/home/guan/catkin_ws/src/lidar_perception_exp/src/lidar_perception.h]]>
</s>
<s>
<![CDATA[/home/guan/catkin_ws/src/lidar_perception_exp/src/util.h]]>
</s>
<s>
<![CDATA[/home/guan/catkin_ws/src/lidar_perception_exp/src/ground_detection/ssnode.h]]>
</s>
<s>
<![CDATA[/home/guan/catkin_ws/src/lidar_perception_exp/src/ground_detection/ground_detection_postprocess.cpp]]>
</s>
<s>
<![CDATA[/home/guan/catkin_ws/src/lidar_perception_exp/src/ground_detection/du_voxel_structure.h]]>
</s>
<s>
<![CDATA[/home/guan/catkin_ws/src/lidar_perception_exp/src/ground_detection/detect_ground_mrf.cpp]]>
</s>
<s>
<![CDATA[/home/guan/catkin_ws/src/lidar_perception_exp/src/ground_detection/common_ground.h]]>
</s>
</astr>
</RECENT_FILES>
<RECENT_PROJECTS>
<astr />
</RECENT_PROJECTS>
<SHOW_TIPS bool="" />
<NEXT_TIP int="" />
</app>
<security>
<TRUSTED_SCRIPTS>
<ssmap />
</TRUSTED_SCRIPTS>
</security>
<project_manager>
<HIDE_FOLDER_NAME bool="" />
<file_groups>
<group0>
<NAME>
<str>
<![CDATA[Sources]]>
</str>
</NAME>
<MASK>
<str>
<![CDATA[*.c;*.cpp;*.cc;*.cxx;]]>
</str>
</MASK>
</group0>
<group1>
<NAME>
<str>
<![CDATA[D Sources]]>
</str>
</NAME>
<MASK>
<str>
<![CDATA[*.d;]]>
</str>
</MASK>
</group1>
<group2>
<NAME>
<str>
<![CDATA[Fortran Sources]]>
</str>
</NAME>
<MASK>
<str>
<![CDATA[*.f;*.f77;*.for;*.fpp;*.f90;*.f95;*.f03;*.f08;]]>
</str>
</MASK>
</group2>
<group3>
<NAME>
<str>
<![CDATA[Java Sources]]>
</str>
</NAME>
<MASK>
<str>
<![CDATA[*.java;]]>
</str>
</MASK>
</group3>
<group4>
<NAME>
<str>
<![CDATA[Headers]]>
</str>
</NAME>
<MASK>
<str>
<![CDATA[*.h;*.hpp;*.hh;*.hxx;]]>
</str>
</MASK>
</group4>
<group5>
<NAME>
<str>
<![CDATA[ASM Sources]]>
</str>
</NAME>
<MASK>
<str>
<![CDATA[*.asm;*.s;*.ss;*.s62;]]>
</str>
</MASK>
</group5>
<group6>
<NAME>
<str>
<![CDATA[Resources]]>
</str>
</NAME>
<MASK>
<str>
<![CDATA[*.res;*.xrc;*.rc;*.wxs;]]>
</str>
</MASK>
</group6>
<group7>
<NAME>
<str>
<![CDATA[Scripts]]>
</str>
</NAME>
<MASK>
<str>
<![CDATA[*.script;]]>
</str>
</MASK>
</group7>
</file_groups>
</project_manager>
<message_manager />
<debugger_common>
<common />
<sets>
<gdb_debugger>
<conf1>
<NAME>
<str>
<![CDATA[Default]]>
</str>
</NAME>
<values />
</conf1>
</gdb_debugger>
</sets>
<ACTIVE_DEBUGGER>
<str>
<![CDATA[]]>
</str>
</ACTIVE_DEBUGGER>
<ACTIVE_DEBUGGER_CONFIG int="-1" />
</debugger_common>
<editor>
<colour_sets>
<ACTIVE_COLOUR_SET>
<str>
<![CDATA[sublime]]>
</str>
</ACTIVE_COLOUR_SET>
<ACTIVE_LANG>
<str>
<![CDATA[C/C++]]>
</str>
</ACTIVE_LANG>
<bright_yellow>
<NAME>
<str>
<![CDATA[bright yellow]]>
</str>
</NAME>
<cc>
<style0>
<BACK>
<colour r="" g="" b="" />
</BACK>
<NAME>
<str>
<![CDATA[Default]]>
</str>
</NAME>
</style0>
<style1>
<BACK>
<colour r="" g="" b="" />
</BACK>
<NAME>
<str>
<![CDATA[Default]]>
</str>
</NAME>
</style1>
<style5>
<FORE>
<colour r="" g="" b="" />
</FORE>
<NAME>
<str>
<![CDATA[Comment (normal)]]>
</str>
</NAME>
</style5>
<style6>
<FORE>
<colour r="" g="" b="" />
</FORE>
<NAME>
<str>
<![CDATA[Comment (normal)]]>
</str>
</NAME>
</style6>
<style7>
<FORE>
<colour r="" g="" b="" />
</FORE>
<NAME>
<str>
<![CDATA[Comment (normal)]]>
</str>
</NAME>
</style7>
<style8>
<FORE>
<colour r="" g="" b="" />
</FORE>
<NAME>
<str>
<![CDATA[Comment (normal)]]>
</str>
</NAME>
</style8>
<style9>
<FORE>
<colour r="" g="" b="" />
</FORE>
<NAME>
<str>
<![CDATA[Comment line (normal)]]>
</str>
</NAME>
</style9>
<style10>
<FORE>
<colour r="" g="" b="" />
</FORE>
<NAME>
<str>
<![CDATA[Comment line (normal)]]>
</str>
</NAME>
</style10>
<style11>
<FORE>
<colour r="" g="" b="" />
</FORE>
<BOLD bool="" />
<NAME>
<str>
<![CDATA[Comment (documentation)]]>
</str>
</NAME>
</style11>
<style12>
<FORE>
<colour r="" g="" b="" />
</FORE>
<BOLD bool="" />
<NAME>
<str>
<![CDATA[Comment (documentation)]]>
</str>
</NAME>
</style12>
<style13>
<BOLD bool="" />
<NAME>
<str>
<![CDATA[Comment line (documentation)]]>
</str>
</NAME>
</style13>
<style14>
<BOLD bool="" />
<NAME>
<str>
<![CDATA[Comment line (documentation)]]>
</str>
</NAME>
</style14>
<style21>
<BOLD bool="" />
<NAME>
<str>
<![CDATA[Keyword]]>
</str>
</NAME>
</style21>
<style23>
<BOLD bool="" />
<NAME>
<str>
<![CDATA[User keyword]]>
</str>
</NAME>
</style23>
<style39>
<BACK>
<colour r="" g="" b="" />
</BACK>
<NAME>
<str>
<![CDATA[Active line]]>
</str>
</NAME>
</style39>
<NAME>
<str>
<![CDATA[C/C++]]>
</str>
</NAME>
<editor>
<keywords />
</editor>
</cc>
</bright_yellow>
<dark_gray>
<NAME>
<str>
<![CDATA[dark gray]]>
</str>
</NAME>
<cc>
<style0>
<FORE>
<colour r="" g="" b="" />
</FORE>
<BACK>
<colour r="" g="" b="" />
</BACK>
<NAME>
<str>
<![CDATA[Default]]>
</str>
</NAME>
</style0>
<style1>
<FORE>
<colour r="" g="" b="" />
</FORE>
<BACK>
<colour r="" g="" b="" />
</BACK>
<NAME>
<str>
<![CDATA[Default]]>
</str>
</NAME>
</style1>
<style13>
<BOLD bool="" />
<NAME>
<str>
<![CDATA[Comment line (documentation)]]>
</str>
</NAME>
</style13>
<style14>
<BOLD bool="" />
<NAME>
<str>
<![CDATA[Comment line (documentation)]]>
</str>
</NAME>
</style14>
<style19>
<FORE>
<colour r="" g="" b="" />
</FORE>
<NAME>
<str>
<![CDATA[Number]]>
</str>
</NAME>
</style19>
<style21>
<FORE>
<colour r="" g="" b="" />
</FORE>
<BOLD bool="" />
<NAME>
<str>
<![CDATA[Keyword]]>
</str>
</NAME>
</style21>
<style23>
<FORE>
<colour r="" g="" b="" />
</FORE>
<BOLD bool="" />
<NAME>
<str>
<![CDATA[User keyword]]>
</str>
</NAME>
</style23>
<style27>
<FORE>
<colour r="" g="" b="" />
</FORE>
<NAME>
<str>
<![CDATA[String]]>
</str>
</NAME>
</style27>
<style28>
<FORE>
<colour r="" g="" b="" />
</FORE>
<NAME>
<str>
<![CDATA[String]]>
</str>
</NAME>
</style28>
<style34>
<FORE>
<colour r="" g="" b="" />
</FORE>
<NAME>
<str>
<![CDATA[Preprocessor]]>
</str>
</NAME>
</style34>
<style36>
<FORE>
<colour r="" g="" b="" />
</FORE>
<NAME>
<str>
<![CDATA[Operator]]>
</str>
</NAME>
</style36>
<style38>
<BACK>
<colour r="" g="" b="" />
</BACK>
<NAME>
<str>
<![CDATA[Selection]]>
</str>
</NAME>
</style38>
<style39>
<BACK>
<colour r="" g="" b="" />
</BACK>
<NAME>
<str>
<![CDATA[Active line]]>
</str>
</NAME>
</style39>
<NAME>
<str>
<![CDATA[C/C++]]>
</str>
</NAME>
<editor>
<keywords />
</editor>
</cc>
</dark_gray>
<idel>
<NAME>
<str>
<![CDATA[idel]]>
</str>
</NAME>
<cc>
<style0>
<BACK>
<colour r="" g="" b="" />
</BACK>
<NAME>
<str>
<![CDATA[Default]]>
</str>
</NAME>
</style0>
<style1>
<BACK>
<colour r="" g="" b="" />
</BACK>
<NAME>
<str>
<![CDATA[Default]]>
</str>
</NAME>
</style1>
<style5>
<FORE>
<colour r="" g="" b="" />
</FORE>
<NAME>
<str>
<![CDATA[Comment (normal)]]>
</str>
</NAME>
</style5>
<style6>
<FORE>
<colour r="" g="" b="" />
</FORE>
<NAME>
<str>
<![CDATA[Comment (normal)]]>
</str>
</NAME>
</style6>
<style7>
<FORE>
<colour r="" g="" b="" />
</FORE>
<NAME>
<str>
<![CDATA[Comment (normal)]]>
</str>
</NAME>
</style7>
<style8>
<FORE>
<colour r="" g="" b="" />
</FORE>
<NAME>
<str>
<![CDATA[Comment (normal)]]>
</str>
</NAME>
</style8>
<style9>
<FORE>
<colour r="" g="" b="" />
</FORE>
<NAME>
<str>
<![CDATA[Comment line (normal)]]>
</str>
</NAME>
</style9>
<style10>
<FORE>
<colour r="" g="" b="" />
</FORE>
<NAME>
<str>
<![CDATA[Comment line (normal)]]>
</str>
</NAME>
</style10>
<style11>
<BOLD bool="" />
<NAME>
<str>
<![CDATA[Comment (documentation)]]>
</str>
</NAME>
</style11>
<style12>
<BOLD bool="" />
<NAME>
<str>
<![CDATA[Comment (documentation)]]>
</str>
</NAME>
</style12>
<style21>
<FORE>
<colour r="" g="" b="" />
</FORE>
<BOLD bool="" />
<NAME>
<str>
<![CDATA[Keyword]]>
</str>
</NAME>
</style21>
<style23>
<FORE>
<colour r="" g="" b="" />
</FORE>
<BOLD bool="" />
<NAME>
<str>
<![CDATA[User keyword]]>
</str>
</NAME>
</style23>
<style27>
<FORE>
<colour r="" g="" b="" />
</FORE>
<NAME>
<str>
<![CDATA[String]]>
</str>
</NAME>
</style27>
<style28>
<FORE>
<colour r="" g="" b="" />
</FORE>
<NAME>
<str>
<![CDATA[String]]>
</str>
</NAME>
</style28>
<style34>
<FORE>
<colour r="" g="" b="" />
</FORE>
<NAME>
<str>
<![CDATA[Preprocessor]]>
</str>
</NAME>
</style34>
<style39>
<BACK>
<colour r="" g="" b="" />
</BACK>
<NAME>
<str>
<![CDATA[Active line]]>
</str>
</NAME>
</style39>
<NAME>
<str>
<![CDATA[C/C++]]>
</str>
</NAME>
<editor>
<keywords />
</editor>
</cc>
</idel>
<oblivion>
<NAME>
<str>
<![CDATA[oblivion]]>
</str>
</NAME>
<cc>
<style0>
<FORE>
<colour r="" g="" b="" />
</FORE>
<BACK>
<colour r="" g="" b="" />
</BACK>
<NAME>
<str>
<![CDATA[Default]]>
</str>
</NAME>
</style0>
<style1>
<FORE>
<colour r="" g="" b="" />
</FORE>
<BACK>
<colour r="" g="" b="" />
</BACK>
<NAME>
<str>
<![CDATA[Default]]>
</str>
</NAME>
</style1>
<style5>
<FORE>
<colour r="" g="" b="" />
</FORE>
<NAME>
<str>
<![CDATA[Comment (normal)]]>
</str>
</NAME>
</style5>
<style6>
<FORE>
<colour r="" g="" b="" />
</FORE>
<NAME>
<str>
<![CDATA[Comment (normal)]]>
</str>
</NAME>
</style6>
<style7>
<FORE>
<colour r="" g="" b="" />
</FORE>
<NAME>
<str>
<![CDATA[Comment (normal)]]>
</str>
</NAME>
</style7>
<style8>
<FORE>
<colour r="" g="" b="" />
</FORE>
<NAME>
<str>
<![CDATA[Comment (normal)]]>
</str>
</NAME>
</style8>
<style11>
<FORE>
<colour r="" g="" b="" />
</FORE>
<BOLD bool="" />
<NAME>
<str>
<![CDATA[Comment (documentation)]]>
</str>
</NAME>
</style11>
<style12>
<FORE>
<colour r="" g="" b="" />
</FORE>
<BOLD bool="" />
<NAME>
<str>
<![CDATA[Comment (documentation)]]>
</str>
</NAME>
</style12>
<style17>
<FORE>
<colour r="" g="" b="" />
</FORE>
<NAME>
<str>
<![CDATA[Comment keyword error (documentation)]]>
</str>
</NAME>
</style17>
<style18>
<FORE>
<colour r="" g="" b="" />
</FORE>
<NAME>
<str>
<![CDATA[Comment keyword error (documentation)]]>
</str>
</NAME>
</style18>
<style19>
<FORE>
<colour r="" g="" b="" />
</FORE>
<BACK>
<colour r="" g="" b="" />
</BACK>
<BOLD bool="" />
<NAME>
<str>
<![CDATA[Number]]>
</str>
</NAME>
</style19>
<style21>
<FORE>
<colour r="" g="" b="" />
</FORE>
<BOLD bool="" />
<NAME>
<str>
<![CDATA[Keyword]]>
</str>
</NAME>
</style21>
<style23>
<FORE>
<colour r="" g="" b="" />
</FORE>
<BOLD bool="" />
<NAME>
<str>
<![CDATA[User keyword]]>
</str>
</NAME>
</style23>
<style27>
<FORE>
<colour r="" g="" b="" />
</FORE>
<BACK>
<colour r="" g="" b="" />
</BACK>
<NAME>
<str>
<![CDATA[String]]>
</str>
</NAME>
</style27>
<style28>
<FORE>
<colour r="" g="" b="" />
</FORE>
<BACK>
<colour r="" g="" b="" />
</BACK>
<NAME>
<str>
<![CDATA[String]]>
</str>
</NAME>
</style28>
<style31>
<FORE>
<colour r="" g="" b="" />
</FORE>
<NAME>
<str>
<![CDATA[Character]]>
</str>
</NAME>
</style31>
<style33>
<FORE>
<colour r="" g="" b="" />
</FORE>
<NAME>
<str>
<![CDATA[UUID]]>
</str>
</NAME>
</style33>
<style34>
<FORE>
<colour r="" g="" b="" />
</FORE>
<NAME>
<str>
<![CDATA[Preprocessor]]>
</str>
</NAME>
</style34>
<style36>
<FORE>
<colour r="" g="" b="" />
</FORE>
<NAME>
<str>
<![CDATA[Operator]]>
</str>
</NAME>
</style36>
<style38>
<BACK>
<colour r="" g="" b="" />
</BACK>
<NAME>
<str>
<![CDATA[Selection]]>
</str>
</NAME>
</style38>
<style39>
<BACK>
<colour r="" g="" b="" />
</BACK>
<NAME>
<str>
<![CDATA[Active line]]>
</str>
</NAME>
</style39>
<style40>
<BACK>
<colour r="" g="" b="" />
</BACK>
<BOLD bool="" />
<NAME>
<str>
<![CDATA[Matching brace highlight]]>
</str>
</NAME>
</style40>
<style41>
<FORE>
<colour r="" g="" b="" />
</FORE>
<BACK>
<colour r="" g="" b="" />
</BACK>
<BOLD bool="" />
<NAME>
<str>
<![CDATA[No matching brace highlight]]>
</str>
</NAME>
</style41>
<NAME>
<str>
<![CDATA[C/C++]]>
</str>
</NAME>
<editor>
<keywords />
</editor>
</cc>
</oblivion>
<son_of_obsidian>
<NAME>
<str>
<![CDATA[son of obsidian]]>
</str>
</NAME>
<cc>
<style0>
<FORE>
<colour r="" g="" b="" />
</FORE>
<BACK>
<colour r="" g="" b="" />
</BACK>
<NAME>
<str>
<![CDATA[Default]]>
</str>
</NAME>
</style0>
<style1>
<FORE>
<colour r="" g="" b="" />
</FORE>
<BACK>
<colour r="" g="" b="" />
</BACK>
<NAME>
<str>
<![CDATA[Default]]>
</str>
</NAME>
</style1>
<style5>
<FORE>
<colour r="" g="" b="" />
</FORE>
<NAME>
<str>
<![CDATA[Comment (normal)]]>
</str>
</NAME>
</style5>
<style6>
<FORE>
<colour r="" g="" b="" />
</FORE>
<NAME>
<str>
<![CDATA[Comment (normal)]]>
</str>
</NAME>
</style6>
<style7>
<FORE>
<colour r="" g="" b="" />
</FORE>
<NAME>
<str>
<![CDATA[Comment (normal)]]>
</str>
</NAME>
</style7>
<style8>
<FORE>
<colour r="" g="" b="" />
</FORE>
<NAME>
<str>
<![CDATA[Comment (normal)]]>
</str>
</NAME>
</style8>
<style11>
<FORE>
<colour r="" g="" b="" />
</FORE>
<BOLD bool="" />
<NAME>
<str>
<![CDATA[Comment (documentation)]]>
</str>
</NAME>
</style11>
<style12>
<FORE>
<colour r="" g="" b="" />
</FORE>
<BOLD bool="" />
<NAME>
<str>
<![CDATA[Comment (documentation)]]>
</str>
</NAME>
</style12>
<style17>
<FORE>
<colour r="" g="" b="" />
</FORE>
<NAME>
<str>
<![CDATA[Comment keyword error (documentation)]]>
</str>
</NAME>
</style17>
<style18>
<FORE>
<colour r="" g="" b="" />
</FORE>
<NAME>
<str>
<![CDATA[Comment keyword error (documentation)]]>
</str>
</NAME>
</style18>
<style19>
<FORE>
<colour r="" g="" b="" />
</FORE>
<NAME>
<str>
<![CDATA[Number]]>
</str>
</NAME>
</style19>
<style21>
<FORE>
<colour r="" g="" b="" />
</FORE>
<BOLD bool="" />
<NAME>
<str>
<![CDATA[Keyword]]>
</str>
</NAME>
</style21>
<style23>
<FORE>
<colour r="" g="" b="" />
</FORE>
<BOLD bool="" />
<NAME>
<str>
<![CDATA[User keyword]]>
</str>
</NAME>
</style23>
<style27>
<FORE>
<colour r="" g="" b="" />
</FORE>
<NAME>
<str>
<![CDATA[String]]>
</str>
</NAME>
</style27>
<style28>
<FORE>
<colour r="" g="" b="" />
</FORE>
<NAME>
<str>
<![CDATA[String]]>
</str>
</NAME>
</style28>
<style31>
<FORE>
<colour r="" g="" b="" />
</FORE>
<NAME>
<str>
<![CDATA[Character]]>
</str>
</NAME>
</style31>
<style33>
<FORE>
<colour r="" g="" b="" />
</FORE>
<NAME>
<str>
<![CDATA[UUID]]>
</str>
</NAME>
</style33>
<style34>
<FORE>
<colour r="" g="" b="" />
</FORE>
<NAME>
<str>
<![CDATA[Preprocessor]]>
</str>
</NAME>
</style34>
<style36>
<FORE>
<colour r="" g="" b="" />
</FORE>
<NAME>
<str>
<![CDATA[Operator]]>
</str>
</NAME>
</style36>
<style38>
<FORE>
<colour r="" g="" b="" />
</FORE>
<BACK>
<colour r="" g="" b="" />
</BACK>
<NAME>
<str>
<![CDATA[Selection]]>
</str>
</NAME>
</style38>
<style39>
<FORE>
<colour r="" g="" b="" />
</FORE>
<BACK>
<colour r="" g="" b="" />
</BACK>
<NAME>
<str>
<![CDATA[Active line]]>
</str>
</NAME>
</style39>
<style40>
<BACK>
<colour r="" g="" b="" />
</BACK>
<NAME>
<str>
<![CDATA[Matching brace highlight]]>
</str>
</NAME>
</style40>
<style41>
<FORE>
<colour r="" g="" b="" />
</FORE>
<BACK>
<colour r="" g="" b="" />
</BACK>
<NAME>
<str>
<![CDATA[No matching brace highlight]]>
</str>
</NAME>
</style41>
<NAME>
<str>
<![CDATA[C/C++]]>
</str>
</NAME>
<editor>
<keywords />
</editor>
</cc>
</son_of_obsidian>
<solarized_light>
<NAME>
<str>
<![CDATA[solarized light]]>
</str>
</NAME>
<cc>
<style0>
<FORE>
<colour r="" g="" b="" />
</FORE>
<BACK>
<colour r="" g="" b="" />
</BACK>
<NAME>
<str>
<![CDATA[Default]]>
</str>
</NAME>
</style0>
<style1>
<FORE>
<colour r="" g="" b="" />
</FORE>
<BACK>
<colour r="" g="" b="" />
</BACK>
<NAME>
<str>
<![CDATA[Default]]>
</str>
</NAME>
</style1>
<style5>
<FORE>
<colour r="" g="" b="" />
</FORE>
<NAME>
<str>
<![CDATA[Comment (normal)]]>
</str>
</NAME>
</style5>
<style6>
<FORE>
<colour r="" g="" b="" />
</FORE>
<NAME>
<str>
<![CDATA[Comment (normal)]]>
</str>
</NAME>
</style6>
<style7>
<FORE>
<colour r="" g="" b="" />
</FORE>
<NAME>
<str>
<![CDATA[Comment (normal)]]>
</str>
</NAME>
</style7>
<style8>
<FORE>
<colour r="" g="" b="" />
</FORE>
<NAME>
<str>
<![CDATA[Comment (normal)]]>
</str>
</NAME>
</style8>
<style9>
<FORE>
<colour r="" g="" b="" />
</FORE>
<NAME>
<str>
<![CDATA[Comment line (normal)]]>
</str>
</NAME>
</style9>
<style10>
<FORE>
<colour r="" g="" b="" />
</FORE>
<NAME>
<str>
<![CDATA[Comment line (normal)]]>
</str>
</NAME>
</style10>
<style11>
<FORE>
<colour r="" g="" b="" />
</FORE>
<BOLD bool="" />
<NAME>
<str>
<![CDATA[Comment (documentation)]]>
</str>
</NAME>
</style11>
<style12>
<FORE>
<colour r="" g="" b="" />
</FORE>
<BOLD bool="" />
<NAME>
<str>
<![CDATA[Comment (documentation)]]>
</str>
</NAME>
</style12>
<style13>
<BOLD bool="" />
<NAME>
<str>
<![CDATA[Comment line (documentation)]]>
</str>
</NAME>
</style13>
<style14>
<BOLD bool="" />
<NAME>
<str>
<![CDATA[Comment line (documentation)]]>
</str>
</NAME>
</style14>
<style15>
<FORE>
<colour r="" g="" b="" />
</FORE>
<BOLD bool="" />
<NAME>
<str>
<![CDATA[Comment keyword (documentation)]]>
</str>
</NAME>
</style15>
<style16>
<FORE>
<colour r="" g="" b="" />
</FORE>
<BOLD bool="" />
<NAME>
<str>
<![CDATA[Comment keyword (documentation)]]>
</str>
</NAME>
</style16>
<style17>
<FORE>
<colour r="" g="" b="" />
</FORE>
<BOLD bool="" />
<NAME>
<str>
<![CDATA[Comment keyword error (documentation)]]>
</str>
</NAME>
</style17>
<style18>
<FORE>
<colour r="" g="" b="" />
</FORE>
<BOLD bool="" />
<NAME>
<str>
<![CDATA[Comment keyword error (documentation)]]>
</str>
</NAME>
</style18>
<style19>
<FORE>
<colour r="" g="" b="" />
</FORE>
<NAME>
<str>
<![CDATA[Number]]>
</str>
</NAME>
</style19>
<style21>
<FORE>
<colour r="" g="" b="" />
</FORE>
<NAME>
<str>
<![CDATA[Keyword]]>
</str>
</NAME>
</style21>
<style23>
<FORE>
<colour r="" g="" b="" />
</FORE>
<NAME>
<str>
<![CDATA[User keyword]]>
</str>
</NAME>
</style23>
<style27>
<FORE>
<colour r="" g="" b="" />
</FORE>
<NAME>
<str>
<![CDATA[String]]>
</str>
</NAME>
</style27>
<style28>
<FORE>
<colour r="" g="" b="" />
</FORE>
<NAME>
<str>
<![CDATA[String]]>
</str>
</NAME>
</style28>
<style31>
<FORE>
<colour r="" g="" b="" />
</FORE>
<NAME>
<str>
<![CDATA[Character]]>
</str>
</NAME>
</style31>
<style34>
<FORE>
<colour r="" g="" b="" />
</FORE>
<NAME>
<str>
<![CDATA[Preprocessor]]>
</str>
</NAME>
</style34>
<style36>
<FORE>
<colour r="" g="" b="" />
</FORE>
<NAME>
<str>
<![CDATA[Operator]]>
</str>
</NAME>
</style36>
<NAME>
<str>
<![CDATA[C/C++]]>
</str>
</NAME>
<editor>
<keywords />
</editor>
</cc>
</solarized_light>
<solarized_dark>
<NAME>
<str>
<![CDATA[solarized dark]]>
</str>
</NAME>
<cc>
<style0>
<FORE>
<colour r="" g="" b="" />
</FORE>
<BACK>
<colour r="" g="" b="" />
</BACK>
<NAME>
<str>
<![CDATA[Default]]>
</str>
</NAME>
</style0>
<style1>
<FORE>
<colour r="" g="" b="" />
</FORE>
<BACK>
<colour r="" g="" b="" />
</BACK>
<NAME>
<str>
<![CDATA[Default]]>
</str>
</NAME>
</style1>
<style5>
<FORE>
<colour r="" g="" b="" />
</FORE>
<NAME>
<str>
<![CDATA[Comment (normal)]]>
</str>
</NAME>
</style5>
<style6>
<FORE>
<colour r="" g="" b="" />
</FORE>
<NAME>
<str>
<![CDATA[Comment (normal)]]>
</str>
</NAME>
</style6>
<style7>
<FORE>
<colour r="" g="" b="" />
</FORE>
<NAME>
<str>
<![CDATA[Comment (normal)]]>
</str>
</NAME>
</style7>
<style8>
<FORE>
<colour r="" g="" b="" />
</FORE>
<NAME>
<str>
<![CDATA[Comment (normal)]]>
</str>
</NAME>
</style8>
<style9>
<FORE>
<colour r="" g="" b="" />
</FORE>
<NAME>
<str>
<![CDATA[Comment line (normal)]]>
</str>
</NAME>
</style9>
<style10>
<FORE>
<colour r="" g="" b="" />
</FORE>
<NAME>
<str>
<![CDATA[Comment line (normal)]]>
</str>
</NAME>
</style10>
<style11>
<FORE>
<colour r="" g="" b="" />
</FORE>
<BOLD bool="" />
<NAME>
<str>
<![CDATA[Comment (documentation)]]>
</str>
</NAME>
</style11>
<style12>
<FORE>
<colour r="" g="" b="" />
</FORE>
<BOLD bool="" />
<NAME>
<str>
<![CDATA[Comment (documentation)]]>
</str>
</NAME>
</style12>
<style13>
<BOLD bool="" />
<NAME>
<str>
<![CDATA[Comment line (documentation)]]>
</str>
</NAME>
</style13>
<style14>
<BOLD bool="" />
<NAME>
<str>
<![CDATA[Comment line (documentation)]]>
</str>
</NAME>
</style14>
<style15>
<FORE>
<colour r="" g="" b="" />
</FORE>
<BOLD bool="" />
<NAME>
<str>
<![CDATA[Comment keyword (documentation)]]>
</str>
</NAME>
</style15>
<style16>
<FORE>
<colour r="" g="" b="" />
</FORE>
<BOLD bool="" />
<NAME>
<str>
<![CDATA[Comment keyword (documentation)]]>
</str>
</NAME>
</style16>
<style17>
<FORE>
<colour r="" g="" b="" />
</FORE>
<BOLD bool="" />
<NAME>
<str>
<![CDATA[Comment keyword error (documentation)]]>
</str>
</NAME>
</style17>
<style18>
<FORE>
<colour r="" g="" b="" />
</FORE>
<BOLD bool="" />
<NAME>
<str>
<![CDATA[Comment keyword error (documentation)]]>
</str>
</NAME>
</style18>
<style19>
<FORE>
<colour r="" g="" b="" />
</FORE>
<NAME>
<str>
<![CDATA[Number]]>
</str>
</NAME>
</style19>
<style21>
<FORE>
<colour r="" g="" b="" />
</FORE>
<NAME>
<str>
<![CDATA[Keyword]]>
</str>
</NAME>
</style21>
<style23>
<FORE>
<colour r="" g="" b="" />
</FORE>
<NAME>
<str>
<![CDATA[User keyword]]>
</str>
</NAME>
</style23>
<style27>
<FORE>
<colour r="" g="" b="" />
</FORE>
<NAME>
<str>
<![CDATA[String]]>
</str>
</NAME>
</style27>
<style28>
<FORE>
<colour r="" g="" b="" />
</FORE>
<NAME>
<str>
<![CDATA[String]]>
</str>
</NAME>
</style28>
<style31>
<FORE>
<colour r="" g="" b="" />
</FORE>
<NAME>
<str>
<![CDATA[Character]]>
</str>
</NAME>
</style31>
<style34>
<FORE>
<colour r="" g="" b="" />
</FORE>
<NAME>
<str>
<![CDATA[Preprocessor]]>
</str>
</NAME>
</style34>
<style36>
<FORE>
<colour r="" g="" b="" />
</FORE>
<NAME>
<str>
<![CDATA[Operator]]>
</str>
</NAME>
</style36>
<style39>
<BACK>
<colour r="" g="" b="" />
</BACK>
<NAME>
<str>
<![CDATA[Active line]]>
</str>
</NAME>
</style39>
<NAME bool="">
<str>
<![CDATA[C/C++]]>
</str>
</NAME>
<editor>
<keywords />
</editor>
</cc>
</solarized_dark>
<modnokai_coffee>
<NAME>
<str>
<![CDATA[modnokai coffee]]>
</str>
</NAME>
<cc>
<style0>
<FORE>
<colour r="" g="" b="" />
</FORE>
<BACK>
<colour r="" g="" b="" />
</BACK>
<NAME>
<str>
<![CDATA[Default]]>
</str>
</NAME>
</style0>
<style1>
<FORE>
<colour r="" g="" b="" />
</FORE>
<BACK>
<colour r="" g="" b="" />
</BACK>
<NAME>
<str>
<![CDATA[Default]]>
</str>
</NAME>
</style1>
<style5>
<FORE>
<colour r="" g="" b="" />
</FORE>
<ITALICS bool="" />
<NAME>
<str>
<![CDATA[Comment (normal)]]>
</str>
</NAME>
</style5>
<style6>
<FORE>
<colour r="" g="" b="" />
</FORE>
<ITALICS bool="" />
<NAME>
<str>
<![CDATA[Comment (normal)]]>
</str>
</NAME>
</style6>
<style7>
<FORE>
<colour r="" g="" b="" />
</FORE>
<ITALICS bool="" />
<NAME>
<str>
<![CDATA[Comment (normal)]]>
</str>
</NAME>
</style7>
<style8>
<FORE>
<colour r="" g="" b="" />
</FORE>
<ITALICS bool="" />
<NAME>
<str>
<![CDATA[Comment (normal)]]>
</str>
</NAME>
</style8>
<style9>
<FORE>
<colour r="" g="" b="" />
</FORE>
<ITALICS bool="" />
<NAME>
<str>
<![CDATA[Comment line (normal)]]>
</str>
</NAME>
</style9>
<style10>
<FORE>
<colour r="" g="" b="" />
</FORE>
<ITALICS bool="" />
<NAME>
<str>
<![CDATA[Comment line (normal)]]>
</str>
</NAME>
</style10>
<style11>
<FORE>
<colour r="" g="" b="" />
</FORE>
<ITALICS bool="" />
<NAME>
<str>
<![CDATA[Comment (documentation)]]>
</str>
</NAME>
</style11>
<style12>
<FORE>
<colour r="" g="" b="" />
</FORE>
<ITALICS bool="" />
<NAME>
<str>
<![CDATA[Comment (documentation)]]>
</str>
</NAME>
</style12>
<style13>
<FORE>
<colour r="" g="" b="" />
</FORE>
<ITALICS bool="" />
<NAME>
<str>
<![CDATA[Comment line (documentation)]]>
</str>
</NAME>
</style13>
<style14>
<FORE>
<colour r="" g="" b="" />
</FORE>
<ITALICS bool="" />
<NAME>
<str>
<![CDATA[Comment line (documentation)]]>
</str>
</NAME>
</style14>
<style15>
<FORE>
<colour r="" g="" b="" />
</FORE>
<NAME>
<str>
<![CDATA[Comment keyword (documentation)]]>
</str>
</NAME>
</style15>
<style16>
<FORE>
<colour r="" g="" b="" />
</FORE>
<NAME>
<str>
<![CDATA[Comment keyword (documentation)]]>
</str>
</NAME>
</style16>
<style17>
<FORE>
<colour r="" g="" b="" />
</FORE>
<NAME>
<str>
<![CDATA[Comment keyword error (documentation)]]>
</str>
</NAME>
</style17>
<style18>
<FORE>
<colour r="" g="" b="" />
</FORE>
<NAME>
<str>
<![CDATA[Comment keyword error (documentation)]]>
</str>
</NAME>
</style18>
<style19>
<FORE>
<colour r="" g="" b="" />
</FORE>
<NAME>
<str>
<![CDATA[Number]]>
</str>
</NAME>
</style19>
<style21>
<FORE>
<colour r="" g="" b="" />
</FORE>
<BOLD bool="" />
<ITALICS bool="" />
<NAME>
<str>
<![CDATA[Keyword]]>
</str>
</NAME>
</style21>
<style23>
<FORE>
<colour r="" g="" b="" />
</FORE>
<BOLD bool="" />
<ITALICS bool="" />
<NAME>
<str>
<![CDATA[User keyword]]>
</str>
</NAME>
</style23>
<style27>
<FORE>
<colour r="" g="" b="" />
</FORE>
<NAME>
<str>
<![CDATA[String]]>
</str>
</NAME>
</style27>
<style28>
<FORE>
<colour r="" g="" b="" />
</FORE>
<NAME>
<str>
<![CDATA[String]]>
</str>
</NAME>
</style28>
<style34>
<FORE>
<colour r="" g="" b="" />
</FORE>
<NAME>
<str>
<![CDATA[Preprocessor]]>
</str>
</NAME>
</style34>
<style36>
<FORE>
<colour r="" g="" b="" />
</FORE>
<NAME>
<str>
<![CDATA[Operator]]>
</str>
</NAME>
</style36>
<style38>
<BACK>
<colour r="" g="" b="" />
</BACK>
<NAME>
<str>
<![CDATA[Selection]]>
</str>
</NAME>
</style38>
<style39>
<BACK>
<colour r="" g="" b="" />
</BACK>
<NAME>
<str>
<![CDATA[Active line]]>
</str>
</NAME>
</style39>
<NAME>
<str>
<![CDATA[C/C++]]>
</str>
</NAME>
<editor>
<keywords />
</editor>
</cc>
</modnokai_coffee>
<slush_n_poppies>
<NAME>
<str>
<![CDATA[slush n poppies]]>
</str>
</NAME>
<cc>
<style0>
<BACK>
<colour r="" g="" b="" />
</BACK>
<NAME>
<str>
<![CDATA[Default]]>
</str>
</NAME>
</style0>
<style1>
<BACK>
<colour r="" g="" b="" />
</BACK>
<NAME>
<str>
<![CDATA[Default]]>
</str>
</NAME>
</style1>
<style5>
<FORE>
<colour r="" g="" b="" />
</FORE>
<NAME>
<str>
<![CDATA[Comment (normal)]]>
</str>
</NAME>
</style5>
<style6>
<FORE>
<colour r="" g="" b="" />
</FORE>
<NAME>
<str>
<![CDATA[Comment (normal)]]>
</str>
</NAME>
</style6>
<style7>
<FORE>
<colour r="" g="" b="" />
</FORE>
<NAME>
<str>
<![CDATA[Comment (normal)]]>
</str>
</NAME>
</style7>
<style8>
<FORE>
<colour r="" g="" b="" />
</FORE>
<NAME>
<str>
<![CDATA[Comment (normal)]]>
</str>
</NAME>
</style8>
<style11>
<FORE>
<colour r="" g="" b="" />
</FORE>
<BOLD bool="" />
<NAME>
<str>
<![CDATA[Comment (documentation)]]>
</str>
</NAME>
</style11>
<style12>
<FORE>
<colour r="" g="" b="" />
</FORE>
<BOLD bool="" />
<NAME>
<str>
<![CDATA[Comment (documentation)]]>
</str>
</NAME>
</style12>
<style19>
<FORE>
<colour r="" g="" b="" />
</FORE>
<NAME>
<str>
<![CDATA[Number]]>
</str>
</NAME>
</style19>
<style21>
<FORE>
<colour r="" g="" b="" />
</FORE>
<BOLD bool="" />
<NAME>
<str>
<![CDATA[Keyword]]>
</str>
</NAME>
</style21>
<style23>
<FORE>
<colour r="" g="" b="" />
</FORE>
<BOLD bool="" />
<NAME>
<str>
<![CDATA[User keyword]]>
</str>
</NAME>
</style23>
<style27>
<FORE>
<colour r="" g="" b="" />
</FORE>
<NAME>
<str>
<![CDATA[String]]>
</str>
</NAME>
</style27>
<style28>
<FORE>
<colour r="" g="" b="" />
</FORE>
<NAME>
<str>
<![CDATA[String]]>
</str>
</NAME>
</style28>
<style31>
<FORE>
<colour r="" g="" b="" />
</FORE>
<NAME>
<str>
<![CDATA[Character]]>
</str>
</NAME>
</style31>
<style36>
<FORE>
<colour r="" g="" b="" />
</FORE>
<NAME>
<str>
<![CDATA[Operator]]>
</str>
</NAME>
</style36>
<style38>
<BACK>
<colour r="" g="" b="" />
</BACK>
<NAME>
<str>
<![CDATA[Selection]]>
</str>
</NAME>
</style38>
<style40>
<BACK>
<colour r="" g="" b="" />
</BACK>
<BOLD bool="" />
<UNDERLINED bool="" />
<NAME>
<str>
<![CDATA[Matching brace highlight]]>
</str>
</NAME>
</style40>
<style41>
<BACK>
<colour r="" g="" b="" />
</BACK>
<BOLD bool="" />
<NAME>
<str>
<![CDATA[No matching brace highlight]]>
</str>
</NAME>
</style41>
<NAME>
<str>
<![CDATA[C/C++]]>
</str>
</NAME>
</cc>
</slush_n_poppies>
<espresso_libre>
<NAME>
<str>
<![CDATA[espresso libre]]>
</str>
</NAME>
<cc>
<style0>
<FORE>
<colour r="" g="" b="" />
</FORE>
<BACK>
<colour r="" g="" b="" />
</BACK>
<NAME>
<str>
<![CDATA[Default]]>
</str>
</NAME>
</style0>
<style1>
<FORE>
<colour r="" g="" b="" />
</FORE>
<BACK>
<colour r="" g="" b="" />
</BACK>
<NAME>
<str>
<![CDATA[Default]]>
</str>
</NAME>
</style1>
<style5>
<FORE>
<colour r="" g="" b="" />
</FORE>
<ITALICS bool="" />
<NAME>
<str>
<![CDATA[Comment (normal)]]>
</str>
</NAME>
</style5>
<style6>
<FORE>
<colour r="" g="" b="" />
</FORE>
<ITALICS bool="" />
<NAME>
<str>
<![CDATA[Comment (normal)]]>
</str>
</NAME>
</style6>
<style7>
<FORE>
<colour r="" g="" b="" />
</FORE>
<ITALICS bool="" />
<NAME>
<str>
<![CDATA[Comment (normal)]]>
</str>
</NAME>
</style7>
<style8>
<FORE>
<colour r="" g="" b="" />
</FORE>
<ITALICS bool="" />
<NAME>
<str>
<![CDATA[Comment (normal)]]>
</str>
</NAME>
</style8>
<style19>
<FORE>
<colour r="" g="" b="" />
</FORE>
<NAME>
<str>
<![CDATA[Number]]>
</str>
</NAME>
</style19>
<style21>
<FORE>
<colour r="" g="" b="" />
</FORE>
<BOLD bool="" />
<NAME>
<str>
<![CDATA[Keyword]]>
</str>
</NAME>
</style21>
<style27>
<FORE>
<colour r="" g="" b="" />
</FORE>
<NAME>
<str>
<![CDATA[String]]>
</str>
</NAME>
</style27>
<style28>
<FORE>
<colour r="" g="" b="" />
</FORE>
<NAME>
<str>
<![CDATA[String]]>
</str>
</NAME>
</style28>
<style31>
<FORE>
<colour r="" g="" b="" />
</FORE>
<NAME>
<str>
<![CDATA[Character]]>
</str>
</NAME>
</style31>
<style34>
<FORE>
<colour r="" g="" b="" />
</FORE>
<NAME>
<str>
<![CDATA[Preprocessor]]>
</str>
</NAME>
</style34>
<style36>
<FORE>
<colour r="" g="" b="" />
</FORE>
<NAME>
<str>
<![CDATA[Operator]]>
</str>
</NAME>
</style36>
<style40>
<FORE>
<colour r="" g="" b="" />
</FORE>
<BACK>
<colour r="" g="" b="" />
</BACK>
<BOLD bool="" />
<UNDERLINED bool="" />
<NAME>
<str>
<![CDATA[Matching brace highlight]]>
</str>
</NAME>
</style40>
<NAME>
<str>
<![CDATA[C/C++]]>
</str>
</NAME>
<editor>
<keywords />
</editor>
</cc>
</espresso_libre>
<default>
<NAME>
<str>
<![CDATA[default]]>
</str>
</NAME>
</default>
<modnokai_night_shift>
<NAME>
<str>
<![CDATA[modnokai night shift]]>
</str>
</NAME>
<cc>
<style0>
<FORE>
<colour r="" g="" b="" />
</FORE>
<BACK>
<colour r="" g="" b="" />
</BACK>
<NAME>
<str>
<![CDATA[Default]]>
</str>
</NAME>
</style0>
<style1>
<FORE>
<colour r="" g="" b="" />
</FORE>
<BACK>
<colour r="" g="" b="" />
</BACK>
<NAME>
<str>
<![CDATA[Default]]>
</str>
</NAME>
</style1>
<style5>
<FORE>
<colour r="" g="" b="" />
</FORE>
<ITALICS bool="" />
<NAME>
<str>
<![CDATA[Comment (normal)]]>
</str>
</NAME>
</style5>
<style6>
<FORE>
<colour r="" g="" b="" />
</FORE>
<ITALICS bool="" />
<NAME>
<str>
<![CDATA[Comment (normal)]]>
</str>
</NAME>
</style6>
<style7>
<FORE>
<colour r="" g="" b="" />
</FORE>
<ITALICS bool="" />
<NAME>
<str>
<![CDATA[Comment (normal)]]>
</str>
</NAME>
</style7>
<style8>
<FORE>
<colour r="" g="" b="" />
</FORE>
<ITALICS bool="" />
<NAME>
<str>
<![CDATA[Comment (normal)]]>
</str>
</NAME>
</style8>
<style9>
<FORE>
<colour r="" g="" b="" />
</FORE>
<ITALICS bool="" />
<NAME>
<str>
<![CDATA[Comment line (normal)]]>
</str>
</NAME>
</style9>
<style10>
<FORE>
<colour r="" g="" b="" />
</FORE>
<ITALICS bool="" />
<NAME>
<str>
<![CDATA[Comment line (normal)]]>
</str>
</NAME>
</style10>
<style11>
<FORE>
<colour r="" g="" b="" />
</FORE>
<ITALICS bool="" />
<NAME>
<str>
<![CDATA[Comment (documentation)]]>
</str>
</NAME>
</style11>
<style12>
<FORE>
<colour r="" g="" b="" />
</FORE>
<ITALICS bool="" />
<NAME>
<str>
<![CDATA[Comment (documentation)]]>
</str>
</NAME>
</style12>
<style13>
<FORE>
<colour r="" g="" b="" />
</FORE>
<ITALICS bool="" />
<NAME>
<str>
<![CDATA[Comment line (documentation)]]>
</str>
</NAME>
</style13>
<style14>
<FORE>
<colour r="" g="" b="" />
</FORE>
<ITALICS bool="" />
<NAME>
<str>
<![CDATA[Comment line (documentation)]]>
</str>
</NAME>
</style14>
<style15>
<FORE>
<colour r="" g="" b="" />
</FORE>
<NAME>
<str>
<![CDATA[Comment keyword (documentation)]]>
</str>
</NAME>
</style15>
<style16>
<FORE>
<colour r="" g="" b="" />
</FORE>
<NAME>
<str>
<![CDATA[Comment keyword (documentation)]]>
</str>
</NAME>
</style16>
<style17>
<FORE>
<colour r="" g="" b="" />
</FORE>
<NAME>
<str>
<![CDATA[Comment keyword error (documentation)]]>
</str>
</NAME>
</style17>
<style18>
<FORE>
<colour r="" g="" b="" />
</FORE>
<NAME>
<str>
<![CDATA[Comment keyword error (documentation)]]>
</str>
</NAME>
</style18>
<style19>
<FORE>
<colour r="" g="" b="" />
</FORE>
<NAME>
<str>
<![CDATA[Number]]>
</str>
</NAME>
</style19>
<style21>
<FORE>
<colour r="" g="" b="" />
</FORE>
<BOLD bool="" />
<ITALICS bool="" />
<NAME>
<str>
<![CDATA[Keyword]]>
</str>
</NAME>
</style21>
<style23>
<FORE>
<colour r="" g="" b="" />
</FORE>
<BOLD bool="" />
<ITALICS bool="" />
<NAME>
<str>
<![CDATA[User keyword]]>
</str>
</NAME>
</style23>
<style27>
<FORE>
<colour r="" g="" b="" />
</FORE>
<NAME>
<str>
<![CDATA[String]]>
</str>
</NAME>
</style27>
<style28>
<FORE>
<colour r="" g="" b="" />
</FORE>
<NAME>
<str>
<![CDATA[String]]>
</str>
</NAME>
</style28>
<style34>
<FORE>
<colour r="" g="" b="" />
</FORE>
<NAME>
<str>
<![CDATA[Preprocessor]]>
</str>
</NAME>
</style34>
<style36>
<FORE>
<colour r="" g="" b="" />
</FORE>
<NAME>
<str>
<![CDATA[Operator]]>
</str>
</NAME>
</style36>
<style38>
<BACK>
<colour r="" g="" b="" />
</BACK>
<NAME>
<str>
<![CDATA[Selection]]>
</str>
</NAME>
</style38>
<style39>
<BACK>
<colour r="" g="" b="" />
</BACK>
<NAME>
<str>
<![CDATA[Active line]]>
</str>
</NAME>
</style39>
<NAME>
<str>
<![CDATA[C/C++]]>
</str>
</NAME>
<editor>
<keywords />
</editor>
</cc>
</modnokai_night_shift>
<modnokai_night_shift_v2>
<NAME>
<str>
<![CDATA[modnokai night shift v2]]>
</str>
</NAME>
<cc>
<style0>
<FORE>
<colour r="" g="" b="" />
</FORE>
<BACK>
<colour r="" g="" b="" />
</BACK>
<NAME>
<str>
<![CDATA[Default]]>
</str>
</NAME>
</style0>
<style1>
<FORE>
<colour r="" g="" b="" />
</FORE>
<BACK>
<colour r="" g="" b="" />
</BACK>
<NAME>
<str>
<![CDATA[Default]]>
</str>
</NAME>
</style1>
<style5>
<FORE>
<colour r="" g="" b="" />
</FORE>
<ITALICS bool="" />
<NAME>
<str>
<![CDATA[Comment (normal)]]>
</str>
</NAME>
</style5>
<style6>
<FORE>
<colour r="" g="" b="" />
</FORE>
<ITALICS bool="" />
<NAME>
<str>
<![CDATA[Comment (normal)]]>
</str>
</NAME>
</style6>
<style7>
<FORE>
<colour r="" g="" b="" />
</FORE>
<ITALICS bool="" />
<NAME>
<str>
<![CDATA[Comment (normal)]]>
</str>
</NAME>
</style7>
<style8>
<FORE>
<colour r="" g="" b="" />
</FORE>
<ITALICS bool="" />
<NAME>
<str>
<![CDATA[Comment (normal)]]>
</str>
</NAME>
</style8>
<style9>
<FORE>
<colour r="" g="" b="" />
</FORE>
<ITALICS bool="" />
<NAME>
<str>
<![CDATA[Comment line (normal)]]>
</str>
</NAME>
</style9>
<style10>
<FORE>
<colour r="" g="" b="" />
</FORE>
<ITALICS bool="" />
<NAME>
<str>
<![CDATA[Comment line (normal)]]>
</str>
</NAME>
</style10>
<style11>
<FORE>
<colour r="" g="" b="" />
</FORE>
<ITALICS bool="" />
<NAME>
<str>
<![CDATA[Comment (documentation)]]>
</str>
</NAME>
</style11>
<style12>
<FORE>
<colour r="" g="" b="" />
</FORE>
<ITALICS bool="" />
<NAME>
<str>
<![CDATA[Comment (documentation)]]>
</str>
</NAME>
</style12>
<style13>
<FORE>
<colour r="" g="" b="" />
</FORE>
<ITALICS bool="" />
<NAME>
<str>
<![CDATA[Comment line (documentation)]]>
</str>
</NAME>
</style13>
<style14>
<FORE>
<colour r="" g="" b="" />
</FORE>
<ITALICS bool="" />
<NAME>
<str>
<![CDATA[Comment line (documentation)]]>
</str>
</NAME>
</style14>
<style15>
<FORE>
<colour r="" g="" b="" />
</FORE>
<NAME>
<str>
<![CDATA[Comment keyword (documentation)]]>
</str>
</NAME>
</style15>
<style16>
<FORE>
<colour r="" g="" b="" />
</FORE>
<NAME>
<str>
<![CDATA[Comment keyword (documentation)]]>
</str>
</NAME>
</style16>
<style17>
<FORE>
<colour r="" g="" b="" />
</FORE>
<NAME>
<str>
<![CDATA[Comment keyword error (documentation)]]>
</str>
</NAME>
</style17>
<style18>
<FORE>
<colour r="" g="" b="" />
</FORE>
<NAME>
<str>
<![CDATA[Comment keyword error (documentation)]]>
</str>
</NAME>
</style18>
<style19>
<FORE>
<colour r="" g="" b="" />
</FORE>
<NAME>
<str>
<![CDATA[Number]]>
</str>
</NAME>
</style19>
<style21>
<FORE>
<colour r="" g="" b="" />
</FORE>
<BOLD bool="" />
<ITALICS bool="" />
<NAME>
<str>
<![CDATA[Keyword]]>
</str>
</NAME>
</style21>
<style23>
<FORE>
<colour r="" g="" b="" />
</FORE>
<BOLD bool="" />
<ITALICS bool="" />
<NAME>
<str>
<![CDATA[User keyword]]>
</str>
</NAME>
</style23>
<style27>
<FORE>
<colour r="" g="" b="" />
</FORE>
<NAME>
<str>
<![CDATA[String]]>
</str>
</NAME>
</style27>
<style28>
<FORE>
<colour r="" g="" b="" />
</FORE>
<NAME>
<str>
<![CDATA[String]]>
</str>
</NAME>
</style28>
<style34>
<FORE>
<colour r="" g="" b="" />
</FORE>
<NAME>
<str>
<![CDATA[Preprocessor]]>
</str>
</NAME>
</style34>
<style36>
<FORE>
<colour r="" g="" b="" />
</FORE>
<NAME>
<str>
<![CDATA[Operator]]>
</str>
</NAME>
</style36>
<style38>
<BACK>
<colour r="" g="" b="" />
</BACK>
<NAME>
<str>
<![CDATA[Selection]]>
</str>
</NAME>
</style38>
<style39>
<BACK>
<colour r="" g="" b="" />
</BACK>
<NAME>
<str>
<![CDATA[Active line]]>
</str>
</NAME>
</style39>
<editor>
<keywords>
<SET4>
<str>
<![CDATA[__cplusplus __GNUC__ __GNUG__]]>
</str>
</SET4>
</keywords>
</editor>
<NAME bool="">
<str>
<![CDATA[C/C++]]>
</str>
</NAME>
</cc>
</modnokai_night_shift_v2>
<vim>
<NAME>
<str>
<![CDATA[vim]]>
</str>
</NAME>
<cc>
<style0>
<FORE>
<colour r="" g="" b="" />
</FORE>
<BACK>
<colour r="" g="" b="" />
</BACK>
<NAME>
<str>
<![CDATA[Default]]>
</str>
</NAME>
</style0>
<style1>
<FORE>
<colour r="" g="" b="" />
</FORE>
<BACK>
<colour r="" g="" b="" />
</BACK>
<NAME>
<str>
<![CDATA[Default]]>
</str>
</NAME>
</style1>
<style5>
<FORE>
<colour r="" g="" b="" />
</FORE>
<NAME>
<str>
<![CDATA[Comment (normal)]]>
</str>
</NAME>
</style5>
<style6>
<FORE>
<colour r="" g="" b="" />
</FORE>
<NAME>
<str>
<![CDATA[Comment (normal)]]>
</str>
</NAME>
</style6>
<style7>
<FORE>
<colour r="" g="" b="" />
</FORE>
<NAME>
<str>
<![CDATA[Comment (normal)]]>
</str>
</NAME>
</style7>
<style8>
<FORE>
<colour r="" g="" b="" />
</FORE>
<NAME>
<str>
<![CDATA[Comment (normal)]]>
</str>
</NAME>
</style8>
<style9>
<FORE>
<colour r="" g="" b="" />
</FORE>
<NAME>
<str>
<![CDATA[Comment line (normal)]]>
</str>
</NAME>
</style9>
<style10>
<FORE>
<colour r="" g="" b="" />
</FORE>
<NAME>
<str>
<![CDATA[Comment line (normal)]]>
</str>
</NAME>
</style10>
<style11>
<BOLD bool="" />
<NAME>
<str>
<![CDATA[Comment (documentation)]]>
</str>
</NAME>
</style11>
<style12>
<BOLD bool="" />
<NAME>
<str>
<![CDATA[Comment (documentation)]]>
</str>
</NAME>
</style12>
<style13>
<BOLD bool="" />
<NAME>
<str>
<![CDATA[Comment (documentation)]]>
</str>
</NAME>
</style13>
<style14>
<BOLD bool="" />
<NAME>
<str>
<![CDATA[Comment (documentation)]]>
</str>
</NAME>
</style14>
<style21>
<FORE>
<colour r="" g="" b="" />
</FORE>
<NAME>
<str>
<![CDATA[Number]]>
</str>
</NAME>
</style21>
<style23>
<FORE>
<colour r="" g="" b="" />
</FORE>
<BOLD bool="" />
<NAME>
<str>
<![CDATA[Keyword]]>
</str>
</NAME>
</style23>
<style25>
<FORE>
<colour r="" g="" b="" />
</FORE>
<BOLD bool="" />
<NAME>
<str>
<![CDATA[User keyword]]>
</str>
</NAME>
</style25>
<style29>
<FORE>
<colour r="" g="" b="" />
</FORE>
<NAME>
<str>
<![CDATA[String]]>
</str>
</NAME>
</style29>
<style30>
<FORE>
<colour r="" g="" b="" />
</FORE>
<NAME>
<str>
<![CDATA[String]]>
</str>
</NAME>
</style30>
<style31>
<FORE>
<colour r="" g="" b="" />
</FORE>
<NAME>
<str>
<![CDATA[String]]>
</str>
</NAME>
</style31>
<style34>
<FORE>
<colour r="" g="" b="" />
</FORE>
<NAME>
<str>
<![CDATA[Character]]>
</str>
</NAME>
</style34>
<style37>
<FORE>
<colour r="" g="" b="" />
</FORE>
<NAME>
<str>
<![CDATA[Preprocessor]]>
</str>
</NAME>
</style37>
<style39>
<FORE>
<colour r="" g="" b="" />
</FORE>
<NAME>
<str>
<![CDATA[Operator]]>
</str>
</NAME>
</style39>
<style41>
<BACK>
<colour r="" g="" b="" />
</BACK>
<NAME>
<str>
<![CDATA[Selection]]>
</str>
</NAME>
</style41>
<style42>
<BACK>
<colour r="" g="" b="" />
</BACK>
<NAME>
<str>
<![CDATA[Active line]]>
</str>
</NAME>
</style42>
<NAME>
<str>
<![CDATA[C/C++]]>
</str>
</NAME>
<editor>
<keywords />
</editor>
</cc>
</vim>
<sublime>
<NAME>
<str>
<![CDATA[sublime]]>
</str>
</NAME>
<cc>
<style0>
<FORE>
<colour r="" g="" b="" />
</FORE>
<BACK>
<colour r="" g="" b="" />
</BACK>
<NAME>
<str>
<![CDATA[Default]]>
</str>
</NAME>
</style0>
<style1>
<FORE>
<colour r="" g="" b="" />
</FORE>
<BACK>
<colour r="" g="" b="" />
</BACK>
<NAME>
<str>
<![CDATA[Default]]>
</str>
</NAME>
</style1>
<style5>
<FORE>
<colour r="" g="" b="" />
</FORE>
<NAME>
<str>
<![CDATA[Comment (normal)]]>
</str>
</NAME>
</style5>
<style6>
<FORE>
<colour r="" g="" b="" />
</FORE>
<NAME>
<str>
<![CDATA[Comment (normal)]]>
</str>
</NAME>
</style6>
<style7>
<FORE>
<colour r="" g="" b="" />
</FORE>
<NAME>
<str>
<![CDATA[Comment (normal)]]>
</str>
</NAME>
</style7>
<style8>
<FORE>
<colour r="" g="" b="" />
</FORE>
<NAME>
<str>
<![CDATA[Comment (normal)]]>
</str>
</NAME>
</style8>
<style9>
<FORE>
<colour r="" g="" b="" />
</FORE>
<NAME>
<str>
<![CDATA[Comment line (normal)]]>
</str>
</NAME>
</style9>
<style10>
<FORE>
<colour r="" g="" b="" />
</FORE>
<NAME>
<str>
<![CDATA[Comment line (normal)]]>
</str>
</NAME>
</style10>
<style11>
<FORE>
<colour r="" g="" b="" />
</FORE>
<BOLD bool="" />
<NAME>
<str>
<![CDATA[Comment (documentation)]]>
</str>
</NAME>
</style11>
<style12>
<FORE>
<colour r="" g="" b="" />
</FORE>
<BOLD bool="" />
<NAME>
<str>
<![CDATA[Comment (documentation)]]>
</str>
</NAME>
</style12>
<style13>
<FORE>
<colour r="" g="" b="" />
</FORE>
<BOLD bool="" />
<NAME>
<str>
<![CDATA[Comment (documentation)]]>
</str>
</NAME>
</style13>
<style14>
<FORE>
<colour r="" g="" b="" />
</FORE>
<BOLD bool="" />
<NAME>
<str>
<![CDATA[Comment (documentation)]]>
</str>
</NAME>
</style14>
<style21>
<FORE>
<colour r="" g="" b="" />
</FORE>
<NAME>
<str>
<![CDATA[Number]]>
</str>
</NAME>
</style21>
<style23>
<FORE>
<colour r="" g="" b="" />
</FORE>
<BOLD bool="" />
<NAME>
<str>
<![CDATA[Keyword]]>
</str>
</NAME>
</style23>
<style25>
<FORE>
<colour r="" g="" b="" />
</FORE>
<BOLD bool="" />
<NAME>
<str>
<![CDATA[User keyword]]>
</str>
</NAME>
</style25>
<style29>
<FORE>
<colour r="" g="" b="" />
</FORE>
<NAME>
<str>
<![CDATA[String]]>
</str>
</NAME>
</style29>
<style30>
<FORE>
<colour r="" g="" b="" />
</FORE>
<NAME>
<str>
<![CDATA[String]]>
</str>
</NAME>
</style30>
<style31>
<FORE>
<colour r="" g="" b="" />
</FORE>
<NAME>
<str>
<![CDATA[String]]>
</str>
</NAME>
</style31>
<style39>
<FORE>
<colour r="" g="" b="" />
</FORE>
<NAME>
<str>
<![CDATA[Operator]]>
</str>
</NAME>
</style39>
<style41>
<BACK>
<colour r="" g="" b="" />
</BACK>
<NAME>
<str>
<![CDATA[Selection]]>
</str>
</NAME>
</style41>
<style42>
<BACK>
<colour r="" g="" b="" />
</BACK>
<NAME>
<str>
<![CDATA[Active line]]>
</str>
</NAME>
</style42>
<NAME>
<str>
<![CDATA[C/C++]]>
</str>
</NAME>
<editor>
<keywords />
</editor>
</cc>
</sublime>
</colour_sets>
<spellchecker>
<ENABLEONLINECHECKER bool="" />
<SPELLTOOLTIPS bool="" />
<THESTOOLTIPS bool="" />
<DICTIONARY>
<str>
<![CDATA[en_US]]>
</str>
</DICTIONARY>
<DICTPATH>
<str>
<![CDATA[/usr/share/hunspell]]>
</str>
</DICTPATH>
<THESPATH>
<str>
<![CDATA[/usr/share/myspell/dicts]]>
</str>
</THESPATH>
<BITMPATH>
<str>
<![CDATA[/usr/share/codeblocks/SpellChecker]]>
</str>
</BITMPATH>
</spellchecker>
<reopen_editor />
<incremental_search>
<CENTER_FOUND_TEXT_ON_SCREEN bool="" />
<SELECT_FOUND_TEXT_ON_ESCAPE bool="" />
<SELECT_TEXT_ON_FOCUS bool="" />
<HIGHLIGHT_DEFAULT_STATE int="" />
<SELECTED_DEFAULT_STATE int="" />
<MATCH_CASE_DEFAULT_STATE int="" />
<REGEX_DEFAULT_STATE int="" />
<MAX_ITEMS_IN_HISTORY int="" />
<TEXT_FOUND_COLOUR>
<colour r="" g="" b="" />
</TEXT_FOUND_COLOUR>
<HIGHLIGHT_COLOUR>
<colour r="" g="" b="" />
</HIGHLIGHT_COLOUR>
<TEXT_NOT_FOUND_COLOUR>
<colour r="" g="" b="" />
</TEXT_NOT_FOUND_COLOUR>
<WRAPPED_COLOUR>
<colour r="" g="" b="" />
</WRAPPED_COLOUR>
<LAST_SEARCHED_ITEMS>
<astr />
</LAST_SEARCHED_ITEMS>
</incremental_search>
<folding>
<SHOW_FOLDS bool="" />
<FOLD_ALL_ON_OPEN bool="" />
<FOLD_PREPROCESSOR bool="" />
<FOLD_COMMENTS bool="" />
<FOLD_XML bool="" />
<UNDERLINE_FOLDED_LINE bool="" />
<INDICATOR int="" />
<LIMIT bool="" />
<LIMIT_LEVEL int="" />
</folding>
<eol>
<STRIP_TRAILING_SPACES bool="" />
<ENSURE_FINAL_LINE_END bool="" />
<ENSURE_CONSISTENT_LINE_ENDS bool="" />
<EOLMODE int="" />
</eol>
<caret>
<STYLE int="" />
<WIDTH int="" />
<PERIOD int="" />
</caret>
<gutter>
<MODE int="" />
<COLUMN int="" />
</gutter>
<margin>
<WIDTH_CHARS int="" />
<DYNAMIC_WIDTH bool="" />
<SCROLL_WIDTH_TRACKING bool="" />
<USE_CHANGEBAR bool="" />
</margin>
<selection>
<USE_VSPACE bool="" />
<MULTI_SELECT bool="" />
<MULTI_TYPING bool="" />
<USE_RECT_VSPACE bool="" />
</selection>
<HIGHLIGHT_CARET_LINE_COLOUR>
<colour r="" g="" b="" />
</HIGHLIGHT_CARET_LINE_COLOUR>
<default_encoding>
<USE_OPTION int="" />
<FIND_LATIN2 bool="" />
<USE_SYSTEM bool="" />
</default_encoding>
<highlight_occurrence>
<ENABLED bool="" />
<CASE_SENSITIVE bool="" />
<WHOLE_WORD bool="" />
<MIN_LENGTH int="" />
<CASE_SENSITIVE_PERMANENTLY bool="" />
<WHOLE_WORD_PERMANENTLY bool="" />
</highlight_occurrence>
<doxyblocks />
<default_code>
<SET10>
<str>
<![CDATA[]]>
</str>
</SET10>
<SET11>
<str>
<![CDATA[]]>
</str>
</SET11>
</default_code>
<FONT>
<str>
<![CDATA[Waree ]]>
</str>
</FONT>
<AUTO_INDENT bool="" />
<SMART_INDENT bool="" />
<BRACE_COMPLETION bool="" />
<DETECT_INDENT bool="" />
<USE_TAB bool="" />
<SHOW_INDENT_GUIDES bool="" />
<BRACE_SMART_INDENT bool="" />
<SELECTION_BRACE_COMPLETION bool="" />
<TAB_INDENTS bool="" />
<BACKSPACE_UNINDENTS bool="" />
<WORD_WRAP bool="" />
<WORD_WRAP_STYLE_HOME_END bool="" />
<USE_POSIX_STYLE_REGEXES bool="" />
<USE_ADVANCED_REGEXES bool="" />
<SHOW_LINE_NUMBERS bool="" />
<HIGHLIGHT_CARET_LINE bool="" />
<SIMPLIFIED_HOME bool="" />
<CAMEL_CASE bool="" />
<TRACK_PREPROCESSOR bool="" />
<COLLECT_PRJ_DEFINES bool="" />
<PLATFORM_DEFINES bool="" />
<HIGHLIGHT_WXSMITH bool="" />
<NO_STL_IN_C bool="" />
<RESET_ZOOM bool="" />
<ZOOM_ALL bool="" />
<SYNC_EDITOR_WITH_PROJECT_MANAGER bool="" />
<TAB_SIZE int="" />
<VIEW_WHITESPACE int="" />
<OPEN_CONTAINING_FOLDER>
<str>
<![CDATA[nautilus --new-window]]>
</str>
</OPEN_CONTAINING_FOLDER>
<TAB_TEXT_RELATIVE bool="" />
<SHOW_EOL bool="" />
<MARGIN_1_SENSITIVE bool="" />
<MARGIN_1_IMAGE_BP bool="" />
<DEFAULT_ENCODING>
<str>
<![CDATA[UTF-]]>
</str>
</DEFAULT_ENCODING>
<ZOOM int="" />
<replace_options>
<LAST>
<astr>
<s>
<![CDATA[addTrack]]>
</s>
<s>
<![CDATA[shange]]>
</s>
<s>
<![CDATA[pcl_vs]]>
</s>
<s>
<![CDATA[addObject]]>
</s>
<s>
<![CDATA[Detector]]>
</s>
<s>
<![CDATA[getMapPolygon]]>
</s>
<s>
<![CDATA[map_polygon]]>
</s>
<s>
<![CDATA[zoomMapPolygon]]>
</s>
<s>
<![CDATA[bound_polygon]]>
</s>
<s>
<![CDATA[zoom_out_polygon]]>
</s>
</astr>
</LAST>
<LASTREPLACE>
<astr>
<s>
<![CDATA[]]>
</s>
<s>
<![CDATA[a[]]]>
</s>
<s>
<![CDATA[PointT]]>
</s>
<s>
<![CDATA[gcloud]]>
</s>
<s>
<![CDATA[]]>
</s>
<s>
<![CDATA[]]>
</s>
<s>
<![CDATA[]]>
</s>
<s>
<![CDATA[``````````````````]]>
</s>
<s>
<![CDATA[]]>
</s>
<s>
<![CDATA[]]>
</s>
<s>
<![CDATA[PointXYZIT]]>
</s>
</astr>
</LASTREPLACE>
<LASTMULTILINEFIND>
<str>
<![CDATA[]]>
</str>
</LASTMULTILINEFIND>
<LASTMULTILINEREPLACE>
<str>
<![CDATA[]]>
</str>
</LASTMULTILINEREPLACE>
<FIX_EOLS1 bool="" />
<MATCH_CASE bool="" />
<REGEX bool="" />
<DIRECTION int="" />
<ORIGIN int="" />
<MATCH_WORD bool="" />
<START_WORD bool="" />
<START_FILE bool="" />
<MATCH_WORD2 bool="" />
<START_WORD2 bool="" />
<START_FILE2 bool="" />
<FIX_EOLS2 bool="" />
<MATCH_CASE2 bool="" />
<REGEX2 bool="" />
<SCOPE2 int="" />
<DELETE_OLD_SEARCHES2 bool="" />
<SEARCH_PATH>
<str>
<![CDATA[/home/guan/catkin_ws/src/lidar_perception_exp/src]]>
</str>
</SEARCH_PATH>
<SEARCH_MASKS>
<astr>
<s>
<![CDATA[*.cpp;*.h]]>
</s>
</astr>
</SEARCH_MASKS>
<SEARCH_RECURSIVE bool="" />
<SEARCH_HIDDEN bool="" />
<TARGET_SCOPE_ALL bool="" />
</replace_options>
<find_options>
<AUTO_WRAP_SEARCH bool="" />
</find_options>
<SCANNED_OPEN_FOLDER_MIME bool="" />
<auto_complete>
<entry1>
<LANGUAGE>
<str>
<![CDATA[Fortran]]>
</str>
</LANGUAGE>
<NAME>
<str>
<![CDATA[fun]]>
</str>
</NAME>
<CODE>
<str>
<![CDATA[function ()\n \nend function\n]]>
</str>
</CODE>
</entry1>
<entry2>
<LANGUAGE>
<str>
<![CDATA[Fortran]]>
</str>
</LANGUAGE>
<NAME>
<str>
<![CDATA[sub]]>
</str>
</NAME>
<CODE>
<str>
<![CDATA[subroutine ()\n \nend subroutine\n]]>
</str>
</CODE>
</entry2>
<entry3>
<LANGUAGE>
<str>
<![CDATA[Fortran]]>
</str>
</LANGUAGE>
<NAME>
<str>
<![CDATA[if]]>
</str>
</NAME>
<CODE>
<str>
<![CDATA[if () then\n \nend if\n]]>
</str>
</CODE>
</entry3>
<entry4>
<LANGUAGE>
<str>
<![CDATA[Fortran]]>
</str>
</LANGUAGE>
<NAME>
<str>
<![CDATA[do]]>
</str>
</NAME>
<CODE>
<str>
<![CDATA[do \n \nend do\n]]>
</str>
</CODE>
</entry4>
<entry5>
<LANGUAGE>
<str>
<![CDATA[Fortran]]>
</str>
</LANGUAGE>
<NAME>
<str>
<![CDATA[dw]]>
</str>
</NAME>
<CODE>
<str>
<![CDATA[do while ()\n \nend do\n]]>
</str>
</CODE>
</entry5>
<entry6>
<LANGUAGE>
<str>
<![CDATA[Fortran]]>
</str>
</LANGUAGE>
<NAME>
<str>
<![CDATA[mod]]>
</str>
</NAME>
<CODE>
<str>
<![CDATA[module \n \nend module\n]]>
</str>
</CODE>
</entry6>
<entry7>
<LANGUAGE>
<str>
<![CDATA[Fortran]]>
</str>
</LANGUAGE>
<NAME>
<str>
<![CDATA[sc]]>
</str>
</NAME>
<CODE>
<str>
<![CDATA[select case ()\n case ()\n \n case default\n \nend select\n]]>
</str>
</CODE>
</entry7>
<entry8>
<LANGUAGE>
<str>
<![CDATA[Fortran]]>
</str>
</LANGUAGE>
<NAME>
<str>
<![CDATA[ty]]>
</str>
</NAME>
<CODE>
<str>
<![CDATA[type \n \nend type\n]]>
</str>
</CODE>
</entry8>
<entry9>
<NAME>
<str>
<![CDATA[wdu]]>
</str>
</NAME>
<CODE>
<str>
<![CDATA[$WEEKDAY_UTC]]>
</str>
</CODE>
</entry9>
<entry10>
<NAME>
<str>
<![CDATA[class]]>
</str>
</NAME>
<CODE>
<str>
<![CDATA[class $(Class name)\n{\npublic:\n $(Class name)();\n ~$(Class name)();\nprotected:\nprivate:\n};\n]]>
</str>
</CODE>
</entry10>
<entry11>
<NAME>
<str>
<![CDATA[tdayu]]>
</str>
</NAME>
<CODE>
<str>
<![CDATA[$TDAY_UTC]]>
</str>
</CODE>
</entry11>
<entry12>
<NAME>
<str>
<![CDATA[if]]>
</str>
</NAME>
<CODE>
<str>
<![CDATA[if ()\n ;]]>
</str>
</CODE>
</entry12>
<entry13>
<NAME>
<str>
<![CDATA[todayu]]>
</str>
</NAME>
<CODE>
<str>
<![CDATA[$TODAY_UTC]]>
</str>
</CODE>
</entry13>
<entry14>
<NAME>
<str>
<![CDATA[do]]>
</str>
</NAME>
<CODE>
<str>
<![CDATA[do\n{\n \n} while ();]]>
</str>
</CODE>
</entry14>
<entry15>
<NAME>
<str>
<![CDATA[ife]]>
</str>
</NAME>
<CODE>
<str>
<![CDATA[if ()\n{\n \n}\nelse\n{\n \n}]]>
</str>
</CODE>
</entry15>
<entry16>
<NAME>
<str>
<![CDATA[forb]]>
</str>
</NAME>
<CODE>
<str>
<![CDATA[for (; ; )\n{\n \n}]]>
</str>
</CODE>
</entry16>
<entry17>
<NAME>
<str>
<![CDATA[tday]]>
</str>
</NAME>
<CODE>
<str>
<![CDATA[$TDAY]]>
</str>
</CODE>
</entry17>
<entry18>
<NAME>
<str>
<![CDATA[guard]]>
</str>
</NAME>
<CODE>
<str>
<![CDATA[#ifndef $(Guard token)\n#define $(Guard token)\n\n\n\n#endif // $(Guard token)\n]]>
</str>
</CODE>
</entry18>
<entry19>
<NAME>
<str>
<![CDATA[nowu]]>
</str>
</NAME>
<CODE>
<str>
<![CDATA[$NOW_UTC]]>
</str>
</CODE>
</entry19>
<entry20>
<NAME>
<str>
<![CDATA[ifb]]>
</str>
</NAME>
<CODE>
<str>
<![CDATA[if ()\n{\n \n}]]>
</str>
</CODE>
</entry20>
<entry21>
<NAME>
<str>
<![CDATA[switch]]>
</str>
</NAME>
<CODE>
<str>
<![CDATA[switch ()\n{\ncase :\n break;\n\ndefault:\n break;\n}\n]]>
</str>
</CODE>
</entry21>
<entry22>
<NAME>
<str>
<![CDATA[now]]>
</str>
</NAME>
<CODE>
<str>
<![CDATA[$NOW]]>
</str>
</CODE>
</entry22>
<entry23>
<NAME>
<str>
<![CDATA[ifei]]>
</str>
</NAME>
<CODE>
<str>
<![CDATA[if ()\n{\n \n}\nelse if ()\n{\n \n}\nelse\n{\n \n}]]>
</str>
</CODE>
</entry23>
<entry24>
<NAME>
<str>
<![CDATA[nowl]]>
</str>
</NAME>
<CODE>
<str>
<![CDATA[$NOW_L]]>
</str>
</CODE>
</entry24>
<entry25>
<NAME>
<str>
<![CDATA[while]]>
</str>
</NAME>
<CODE>
<str>
<![CDATA[while ()\n ;]]>
</str>
</CODE>
</entry25>
<entry26>
<NAME>
<str>
<![CDATA[for]]>
</str>
</NAME>
<CODE>
<str>
<![CDATA[for (; ; )\n ;]]>
</str>
</CODE>
</entry26>
<entry27>
<NAME>
<str>
<![CDATA[struct]]>
</str>
</NAME>
<CODE>
<str>
<![CDATA[struct \n{\n \n};\n]]>
</str>
</CODE>
</entry27>
<entry28>
<NAME>
<str>
<![CDATA[nowlu]]>
</str>
</NAME>
<CODE>
<str>
<![CDATA[$NOW_L_UTC]]>
</str>
</CODE>
</entry28>
<entry29>
<NAME>
<str>
<![CDATA[whileb]]>
</str>
</NAME>
<CODE>
<str>
<![CDATA[while ()\n{\n \n}]]>
</str>
</CODE>
</entry29>
<entry30>
<NAME>
<str>
<![CDATA[today]]>
</str>
</NAME>
<CODE>
<str>
<![CDATA[$TODAY]]>
</str>
</CODE>
</entry30>
</auto_complete>
</editor>
<tools />
<colours>
<list>
<EDITOR_CARET>
<colour r="" g="" b="" />
</EDITOR_CARET>
</list>
</colours>
<code_completion>
<PARSER_DEFAULTS_CHANGED bool="" />
<PARSER_FOLLOW_LOCAL_INCLUDES bool="" />
<PARSER_FOLLOW_GLOBAL_INCLUDES bool="" />
<WANT_PREPROCESSOR bool="" />
<PARSE_COMPLEX_MACROS bool="" />
<USE_SMARTSENSE bool="" />
<WHILE_TYPING bool="" />
<CASE_SENSITIVE bool="" />
<BROWSER_SHOW_INHERITANCE bool="" />
<BROWSER_EXPAND_NS bool="" />
<BROWSER_TREE_MEMBERS bool="" />
<BROWSER_DISPLAY_FILTER int="" />
<BROWSER_SORT_TYPE int="" />
<USE_CODE_COMPLETION bool="" />
<SEMANTIC_KEYWORDS bool="" />
<EVAL_TOOLTIP bool="" />
<AUTO_SELECT_ONE bool="" />
<AUTO_ADD_PARENTHESES bool="" />
<DETECT_IMPLEMENTATION bool="" />
<ADD_DOXGEN_COMMENT bool="" />
<ENABLE_HEADERS bool="" />
<AUTO_LAUNCH bool="" />
<AUTO_LAUNCH_CHARS int="" />
<MAX_MATCHES int="" />
<FILLUP_CHARS>
<str>
<![CDATA[]]>
</str>
</FILLUP_CHARS>
<CC_DELAY int="" />
<LEXER_KEYWORDS_SET1 bool="" />
<LEXER_KEYWORDS_SET2 bool="" />
<LEXER_KEYWORDS_SET3 bool="" />
<LEXER_KEYWORDS_SET4 bool="" />
<LEXER_KEYWORDS_SET5 bool="" />
<LEXER_KEYWORDS_SET6 bool="" />
<LEXER_KEYWORDS_SET7 bool="" />
<LEXER_KEYWORDS_SET8 bool="" />
<LEXER_KEYWORDS_SET9 bool="" />
<PRIORITY_HEADERS>
<str>
<![CDATA[<cstddef>, <w32api.h>, <wx/defs.h>, <wx/dlimpexp.h>, <wx/toplevel.h>, <boost/config.hpp>, <boost/filesystem/config.hpp>, "pch.h", "sdk.h", "stdafx.h"]]>
</str>
</PRIORITY_HEADERS>
<MAX_THREADS int="" />
<PARSER_PER_WORKSPACE bool="" />
<MAX_PARSERS int="" />
<HEADER_EXT>
<str>
<![CDATA[h,hpp,tcc,xpm]]>
</str>
</HEADER_EXT>
<EMPTY_EXT bool="" />
<SOURCE_EXT>
<str>
<![CDATA[c,cpp,cxx,cc,c++]]>
</str>
</SOURCE_EXT>
<USE_SYMBOLS_BROWSER bool="" />
<AS_FLOATING_WINDOW bool="" />
<SCOPE_FILTER bool="" />
<USE_DOCUMENTATION_HELPER bool="" />
<ALWAYS_SHOW_DOC bool="" />
<DOCUMENTATION_HELPER_BACKGROUND_COLOR>
<colour r="" g="" b="" />
</DOCUMENTATION_HELPER_BACKGROUND_COLOR>
<DOCUMENTATION_HELPER_TEXT_COLOR>
<colour r="" g="" b="" />
</DOCUMENTATION_HELPER_TEXT_COLOR>
<DOCUMENTATION_HELPER_LINK_COLOR>
<colour r="" g="" b="" />
</DOCUMENTATION_HELPER_LINK_COLOR>
<TOKEN_REPLACEMENTS>
<ssmap>
<BEGIN_EVENT_TABLE>
<![CDATA[-END_EVENT_TABLE]]>
</BEGIN_EVENT_TABLE>
<WXDLLEXPORT>
<![CDATA[]]>
</WXDLLEXPORT>
<WXEXPORT>
<![CDATA[]]>
</WXEXPORT>
<WXIMPORT>
<![CDATA[]]>
</WXIMPORT>
<_GLIBCXX_BEGIN_NAMESPACE>
<![CDATA[+namespace std {]]>
</_GLIBCXX_BEGIN_NAMESPACE>
<_GLIBCXX_BEGIN_NAMESPACE_TR1>
<![CDATA[namespace tr1 {]]>
</_GLIBCXX_BEGIN_NAMESPACE_TR1>
<_GLIBCXX_BEGIN_NAMESPACE_VERSION>
<![CDATA[]]>
</_GLIBCXX_BEGIN_NAMESPACE_VERSION>
<_GLIBCXX_BEGIN_NESTED_NAMESPACE>
<![CDATA[+namespace std {]]>
</_GLIBCXX_BEGIN_NESTED_NAMESPACE>
<_GLIBCXX_END_NAMESPACE>
<![CDATA[}]]>
</_GLIBCXX_END_NAMESPACE>
<_GLIBCXX_END_NAMESPACE_TR1>
<![CDATA[}]]>
</_GLIBCXX_END_NAMESPACE_TR1>
<_GLIBCXX_END_NAMESPACE_VERSION>
<![CDATA[]]>
</_GLIBCXX_END_NAMESPACE_VERSION>
<_GLIBCXX_END_NESTED_NAMESPACE>
<![CDATA[}]]>
</_GLIBCXX_END_NESTED_NAMESPACE>
<_GLIBCXX_STD>
<![CDATA[std]]>
</_GLIBCXX_STD>
<_GLIBCXX_STD_D>
<![CDATA[std]]>
</_GLIBCXX_STD_D>
<_GLIBCXX_STD_P>
<![CDATA[std]]>
</_GLIBCXX_STD_P>
<_GLIBCXX_VISIBILITY>
<![CDATA[+]]>
</_GLIBCXX_VISIBILITY>
<_STDEXT_BEGIN>
<![CDATA[namespace std {]]>
</_STDEXT_BEGIN>
<_STDEXT_END>
<![CDATA[}]]>
</_STDEXT_END>
<_STD_BEGIN>
<![CDATA[namespace std {]]>
</_STD_BEGIN>
<_STD_END>
<![CDATA[}]]>
</_STD_END>
</ssmap>
</TOKEN_REPLACEMENTS>
<SPLITTER_POS int="" />
<PLATFORM_CHECK bool="" />
</code_completion>
<ShellExtensions>
<fileexplorer />
<shellcmds />
</ShellExtensions>
<plugins>
<TRY_TO_ACTIVATE>
<str>
<![CDATA[]]>
</str>
</TRY_TO_ACTIVATE>
</plugins>
<gcv>
<sets>
<default />
</sets>
<ACTIVE>
<str>
<![CDATA[default]]>
</str>
</ACTIVE>
</gcv>
<an_dlg>
<DISABLED_RET>
<sset />
</DISABLED_RET>
</an_dlg>
<ThreadSearch>
<MATCHWORD bool="" />
<STARTWORD bool="" />
<MATCHCASE bool="" />
<REGEX bool="" />
<HIDDENSEARCH bool="" />
<RECURSIVESEARCH bool="" />
<CTXMENUINTEGRATION bool="" />
<USEDEFAULTVALUES bool="" />
<SHOWSEARCHCONTROLS bool="" />
<SHOWDIRCONTROLS bool="" />
<SHOWCODEPREVIEW bool="" />
<DELETEPREVIOUSRESULTS bool="" />
<DISPLAYLOGHEADERS bool="" />
<DRAWLOGLINES bool="" />
<SHOWPANEL bool="" />
<SCOPE int="" />
<DIRPATH>
<str>
<![CDATA[]]>
</str>
</DIRPATH>
<MASK>
<str>
<![CDATA[*.cpp;*.c;*.h]]>
</str>
</MASK>
<SPLITTERPOSN int="" />
<SPLITTERMODE int="" />
<VIEWMANAGERTYPE int="" />
<LOGGERTYPE int="" />
<FILESORTING int="" />
<SEARCHPATTERNS>
<astr />
</SEARCHPATTERNS>
<SEARCHDIRS>
<astr />
</SEARCHDIRS>
<SEARCHMASKS>
<astr>
<s>
<![CDATA[*.cpp;*.c;*.h]]>
</s>
</astr>
</SEARCHMASKS>
</ThreadSearch>
<envvars>
<sets>
<default />
</sets>
</envvars>
<autosave />
<todo_list>
<USERS>
<astr>
<s>
<![CDATA[xmx]]>
</s>
</astr>
</USERS>
<TYPES>
<astr>
<s>
<![CDATA[TODO]]>
</s>
<s>
<![CDATA[@todo]]>
</s>
<s>
<![CDATA[\todo]]>
</s>
<s>
<![CDATA[FIXME]]>
</s>
<s>
<![CDATA[@fixme]]>
</s>
<s>
<![CDATA[\fixme]]>
</s>
<s>
<![CDATA[NOTE]]>
</s>
<s>
<![CDATA[@note]]>
</s>
<s>
<![CDATA[\note]]>
</s>
</astr>
</TYPES>
</todo_list>
<wxsmith>
<RES_PANEL_SPLIT int="-1" />
<defsizer>
<PROPORTION int="" />
<FLAGS int="" />
<BORDER int="" />
<BORDERDU bool="" />
</defsizer>
<UNIQUEIDS bool="" />
<BROWSERPLACEMENTS int="" />
<DRAGTARGETCOL int="" />
<DRAGPARENTCOL int="" />
<DRAGASSISTTYPE int="" />
<PALETTEICONSIZE int="" />
<TOOLICONSIZE int="" />
<GRIDSIZE int="" />
<CONTINOUSINSERT bool="" />
<REMOVEPREFIX bool="" />
</wxsmith>
<byogames />
<lib_finder>
<stored_results />
</lib_finder>
<mime_types>
<MIMETYPE0>
<str>
<![CDATA[true;false;false;lidar_perception_exp; ]]>
</str>
</MIMETYPE0>
</mime_types>
<FileManager>
<fileexplorer>
<favrootlist>
<LEN int="" />
</favrootlist>
<rootlist>
<LEN int="" />
<I0>
<str>
<![CDATA[/]]>
</str>
</I0>
</rootlist>
<wildmask>
<LEN int="" />
<I0>
<str>
<![CDATA[]]>
</str>
</I0>
</wildmask>
<PARSECVS bool="" />
<PARSESVN bool="" />
<PARSEHG bool="" />
<PARSEBZR bool="" />
<SHOWHIDDENFILES bool="" />
</fileexplorer>
</FileManager>
<compiler>
<build_progress />
<SETTINGS_VERSION>
<str>
<![CDATA[0.0.]]>
</str>
</SETTINGS_VERSION>
<DEFAULT_COMPILER>
<str>
<![CDATA[gcc]]>
</str>
</DEFAULT_COMPILER>
<save_html_build_log />
<sets>
<gcc>
<NAME>
<str>
<![CDATA[GNU GCC Compiler]]>
</str>
</NAME>
<MASTER_PATH>
<str>
<![CDATA[/usr]]>
</str>
</MASTER_PATH>
</gcc>
<icc>
<NAME>
<str>
<![CDATA[Intel C/C++ Compiler]]>
</str>
</NAME>
<MASTER_PATH>
<str>
<![CDATA[/opt/intel/cc/9.0]]>
</str>
</MASTER_PATH>
</icc>
<sdcc>
<NAME>
<str>
<![CDATA[Small Device C Compiler]]>
</str>
</NAME>
<INCLUDE_DIRS>
<str>
<![CDATA[/usr/local/include;]]>
</str>
</INCLUDE_DIRS>
<LIBRARY_DIRS>
<str>
<![CDATA[/usr/local/lib;]]>
</str>
</LIBRARY_DIRS>
<MASTER_PATH>
<str>
<![CDATA[/usr/local]]>
</str>
</MASTER_PATH>
</sdcc>
<tcc>
<NAME>
<str>
<![CDATA[Tiny C Compiler]]>
</str>
</NAME>
<INCLUDE_DIRS>
<str>
<![CDATA[/usr/include;]]>
</str>
</INCLUDE_DIRS>
<LIBRARY_DIRS>
<str>
<![CDATA[/usr/lib;]]>
</str>
</LIBRARY_DIRS>
<MASTER_PATH>
<str>
<![CDATA[/usr]]>
</str>
</MASTER_PATH>
</tcc>
<clang>
<NAME>
<str>
<![CDATA[LLVM Clang Compiler]]>
</str>
</NAME>
<MASTER_PATH>
<str>
<![CDATA[/usr]]>
</str>
</MASTER_PATH>
</clang>
<arm_elf_gcc>
<NAME>
<str>
<![CDATA[GNU GCC Compiler for ARM]]>
</str>
</NAME>
<MASTER_PATH>
<str>
<![CDATA[/usr]]>
</str>
</MASTER_PATH>
</arm_elf_gcc>
<bfin_elf_gcc>
<NAME>
<str>
<![CDATA[GNU GCC Compiler for Blackfin]]>
</str>
</NAME>
<MASTER_PATH>
<str>
<![CDATA[/usr]]>
</str>
</MASTER_PATH>
</bfin_elf_gcc>
<lm32_gcc>
<NAME>
<str>
<![CDATA[GNU GCC Compiler for LM32]]>
</str>
</NAME>
<INCLUDE_DIRS>
<str>
<![CDATA[/usr/include;]]>
</str>
</INCLUDE_DIRS>
<LIBRARY_DIRS>
<str>
<![CDATA[/usr/lib;]]>
</str>
</LIBRARY_DIRS>
<MASTER_PATH>
<str>
<![CDATA[/usr]]>
</str>
</MASTER_PATH>
</lm32_gcc>
<zpu_gcc>
<NAME>
<str>
<![CDATA[GNU GCC Compiler for ZPU]]>
</str>
</NAME>
<INCLUDE_DIRS>
<str>
<![CDATA[/usr/include;]]>
</str>
</INCLUDE_DIRS>
<LIBRARY_DIRS>
<str>
<![CDATA[/usr/lib;]]>
</str>
</LIBRARY_DIRS>
<MASTER_PATH>
<str>
<![CDATA[/usr]]>
</str>
</MASTER_PATH>
</zpu_gcc>
<lm8_gcc>
<NAME>
<str>
<![CDATA[GNU GCC Compiler for LM8]]>
</str>
</NAME>
<INCLUDE_DIRS>
<str>
<![CDATA[/usr/include;]]>
</str>
</INCLUDE_DIRS>
<LIBRARY_DIRS>
<str>
<![CDATA[/usr/lib;]]>
</str>
</LIBRARY_DIRS>
<MASTER_PATH>
<str>
<![CDATA[/usr]]>
</str>
</MASTER_PATH>
</lm8_gcc>
<avr_gcc>
<NAME>
<str>
<![CDATA[GNU GCC Compiler for AVR]]>
</str>
</NAME>
<INCLUDE_DIRS>
<str>
<![CDATA[/usr/include;]]>
</str>
</INCLUDE_DIRS>
<LIBRARY_DIRS>
<str>
<![CDATA[/usr/lib;]]>
</str>
</LIBRARY_DIRS>
<MASTER_PATH>
<str>
<![CDATA[/usr]]>
</str>
</MASTER_PATH>
</avr_gcc>
<msp430_gcc>
<NAME>
<str>
<![CDATA[GNU GCC Compiler for MSP430]]>
</str>
</NAME>
<INCLUDE_DIRS>
<str>
<![CDATA[/usr/local/msp430/msp430/include;]]>
</str>
</INCLUDE_DIRS>
<MASTER_PATH>
<str>
<![CDATA[/usr/local/msp430]]>
</str>
</MASTER_PATH>
</msp430_gcc>
<tricore_gcc>
<NAME>
<str>
<![CDATA[GNU GCC Compiler for TriCore]]>
</str>
</NAME>
<INCLUDE_DIRS>
<str>
<![CDATA[/usr/local/tricore/tricore/include;]]>
</str>
</INCLUDE_DIRS>
<MASTER_PATH>
<str>
<![CDATA[/usr/local/tricore]]>
</str>
</MASTER_PATH>
</tricore_gcc>
<ppc_gcc>
<NAME>
<str>
<![CDATA[GNU GCC Compiler for PowerPC]]>
</str>
</NAME>
<MASTER_PATH>
<str>
<![CDATA[/usr/local/ppc]]>
</str>
</MASTER_PATH>
</ppc_gcc>
<gdc>
<NAME>
<str>
<![CDATA[GDC D Compiler]]>
</str>
</NAME>
<MASTER_PATH>
<str>
<![CDATA[/usr]]>
</str>
</MASTER_PATH>
</gdc>
<ldc>
<NAME>
<str>
<![CDATA[LLVM D Compiler]]>
</str>
</NAME>
<INCLUDE_DIRS>
<str>
<![CDATA[/usr/import;]]>
</str>
</INCLUDE_DIRS>
<LIBRARY_DIRS>
<str>
<![CDATA[/usr/lib;]]>
</str>
</LIBRARY_DIRS>
<MASTER_PATH>
<str>
<![CDATA[/usr]]>
</str>
</MASTER_PATH>
</ldc>
<dmd>
<NAME>
<str>
<![CDATA[Digital Mars D Compiler]]>
</str>
</NAME>
<INCLUDE_DIRS>
<str>
<![CDATA[/usr/lib/phobos;]]>
</str>
</INCLUDE_DIRS>
<LIBRARY_DIRS>
<str>
<![CDATA[/usr/lib;]]>
</str>
</LIBRARY_DIRS>
<LIBRARIES>
<str>
<![CDATA[pthread;m;phobos2;]]>
</str>
</LIBRARIES>
<MASTER_PATH>
<str>
<![CDATA[/usr]]>
</str>
</MASTER_PATH>
</dmd>
<gfortran>
<NAME>
<str>
<![CDATA[GNU Fortran Compiler]]>
</str>
</NAME>
<MASTER_PATH>
<str>
<![CDATA[/usr]]>
</str>
</MASTER_PATH>
</gfortran>
<g95>
<NAME>
<str>
<![CDATA[G95 Fortran Compiler]]>
</str>
</NAME>
<MASTER_PATH>
<str>
<![CDATA[/usr]]>
</str>
</MASTER_PATH>
</g95>
<pgifortran>
<NAME>
<str>
<![CDATA[PGI Fortran Compiler]]>
</str>
</NAME>
<MASTER_PATH>
<str>
<![CDATA[/opt/pgi/linux86]]>
</str>
</MASTER_PATH>
</pgifortran>
<null>
<NAME>
<str>
<![CDATA[*No Compiler*]]>
</str>
</NAME>
<MASTER_PATH>
<str>
<![CDATA[-- No Compiler --]]>
</str>
</MASTER_PATH>
</null>
</sets>
</compiler>
<EditorTweaks>
<aligner>
<FIRST_NAME_0>
<str>
<![CDATA[Equality Operator]]>
</str>
</FIRST_NAME_0>
<FIRST_ARGUMENT_STRING_0>
<str>
<![CDATA[=]]>
</str>
</FIRST_ARGUMENT_STRING_0>
<FIRST_NAME_1>
<str>
<![CDATA[C/C++ line Comment ]]>
</str>
</FIRST_NAME_1>
<FIRST_ARGUMENT_STRING_1>
<str>
<![CDATA[//]]>
</str>
</FIRST_ARGUMENT_STRING_1>
<FIRST_NAME_2>
<str>
<![CDATA[VHDL Signal Assignment]]>
</str>
</FIRST_NAME_2>
<FIRST_ARGUMENT_STRING_2>
<str>
<![CDATA[<=]]>
</str>
</FIRST_ARGUMENT_STRING_2>
<FIRST_NAME_3>
<str>
<![CDATA[VHDL named association]]>
</str>
</FIRST_NAME_3>
<FIRST_ARGUMENT_STRING_3>
<str>
<![CDATA[=>]]>
</str>
</FIRST_ARGUMENT_STRING_3>
<SAVED_ENTRIES int="" />
</aligner>
<SUPPRESS_INSERT_KEY bool="" />
<CONVERT_BRACES bool="" />
</EditorTweaks>
<help_plugin>
<BASE_FONT_SIZE int="" />
</help_plugin>
<InterpretedLangs>
<interpprops />
</InterpretedLangs>
<scripting>
<startup_scripts />
</scripting>
<astyle>
<STYLE int="" />
<INDENTATION int="" />
<USE_TABS bool="" />
<FORCE_TABS bool="" />
<INDENT_CLASSES bool="" />
<INDENT_SWITCHES bool="" />
<INDENT_CASE bool="" />
<INDENT_BRACKETS bool="" />
<INDENT_BLOCKS bool="" />
<INDENT_NAMESPACES bool="" />
<INDENT_LABELS bool="" />
<INDENT_PREPROCESSOR bool="" />
<INDENT_COL1_COMMENTS bool="" />
<POINTER_ALIGN>
<str>
<![CDATA[None]]>
</str>
</POINTER_ALIGN>
<BREAK_CLOSING bool="" />
<BREAK_BLOCKS bool="" />
<BREAK_ELSEIFS bool="" />
<PAD_OPERATORS bool="" />
<PAD_PARENTHESES_IN bool="" />
<PAD_PARENTHESES_OUT bool="" />
<PAD_HEADER bool="" />
<UNPAD_PARENTHESES bool="" />
<DELETE_EMPTY_LINES bool="" />
<KEEP_COMPLEX bool="" />
<KEEP_BLOCKS bool="" />
<CONVERT_TABS bool="" />
<FILL_EMPTY_LINES bool="" />
<ADD_BRACKETS bool="" />
<BREAK_LINES bool="" />
<MAX_LINE_LENGTH>
<str>
<![CDATA[]]>
</str>
</MAX_LINE_LENGTH>
<ATTACH_CLASSES bool="" />
<ATTACH_EXTERN_C bool="" />
<ATTACH_NAMESPACES bool="" />
<ATTACH_INLINES bool="" />
<INDENT_MODIFIERS bool="" />
<INDENT_PREPROC_BLOCK bool="" />
<INDENT_PREPROC_DEFINE bool="" />
<INDENT_PREPROCESSOR_COND bool="" />
<MIN_CONDITIONAL_INDENT int="" />
<MAX_INSTATEMENT_INDENT>
<str>
<![CDATA[]]>
</str>
</MAX_INSTATEMENT_INDENT>
<ADD_ONE_LINE_BRACKETS bool="" />
<REMOVE_BRACKETS bool="" />
<CLOSE_TEMPLATES bool="" />
<REMOVE_COMMENT_PREFIX bool="" />
<BREAK_AFTER_MODE bool="" />
<BREAK_BLOCKS_ALL bool="" />
<REFERENCE_ALIGN>
<str>
<![CDATA[None]]>
</str>
</REFERENCE_ALIGN>
</astyle>
<HeaderFixup>
<groups />
</HeaderFixup>
<cppcheck />
<codestat>
<NB_LANGUAGES int="" />
<l0>
<NAME>
<str>
<![CDATA[C/C++]]>
</str>
</NAME>
<EXT>
<str>
<![CDATA[c cpp h hpp ]]>
</str>
</EXT>
<SINGLE_LINE_COMMENT>
<str>
<![CDATA[//]]>
</str>
</SINGLE_LINE_COMMENT>
<MULTIPLE_LINE_COMMENT_BEGIN>
<str>
<![CDATA[/*]]>
</str>
</MULTIPLE_LINE_COMMENT_BEGIN>
<MULTIPLE_LINE_COMMENT_END>
<str>
<![CDATA[*/]]>
</str>
</MULTIPLE_LINE_COMMENT_END>
</l0>
<l1>
<NAME>
<str>
<![CDATA[Java]]>
</str>
</NAME>
<EXT>
<str>
<![CDATA[java ]]>
</str>
</EXT>
<SINGLE_LINE_COMMENT>
<str>
<![CDATA[//]]>
</str>
</SINGLE_LINE_COMMENT>
<MULTIPLE_LINE_COMMENT_BEGIN>
<str>
<![CDATA[/*]]>
</str>
</MULTIPLE_LINE_COMMENT_BEGIN>
<MULTIPLE_LINE_COMMENT_END>
<str>
<![CDATA[*/]]>
</str>
</MULTIPLE_LINE_COMMENT_END>
</l1>
<l2>
<NAME>
<str>
<![CDATA[Python]]>
</str>
</NAME>
<EXT>
<str>
<![CDATA[py ]]>
</str>
</EXT>
<SINGLE_LINE_COMMENT>
<str>
<![CDATA[#]]>
</str>
</SINGLE_LINE_COMMENT>
<MULTIPLE_LINE_COMMENT_BEGIN>
<str>
<![CDATA[]]>
</str>
</MULTIPLE_LINE_COMMENT_BEGIN>
<MULTIPLE_LINE_COMMENT_END>
<str>
<![CDATA[]]>
</str>
</MULTIPLE_LINE_COMMENT_END>
</l2>
<l3>
<NAME>
<str>
<![CDATA[Perl]]>
</str>
</NAME>
<EXT>
<str>
<![CDATA[pl ]]>
</str>
</EXT>
<SINGLE_LINE_COMMENT>
<str>
<![CDATA[#]]>
</str>
</SINGLE_LINE_COMMENT>
<MULTIPLE_LINE_COMMENT_BEGIN>
<str>
<![CDATA[]]>
</str>
</MULTIPLE_LINE_COMMENT_BEGIN>
<MULTIPLE_LINE_COMMENT_END>
<str>
<![CDATA[]]>
</str>
</MULTIPLE_LINE_COMMENT_END>
</l3>
<l4>
<NAME>
<str>
<![CDATA[ASM]]>
</str>
</NAME>
<EXT>
<str>
<![CDATA[asm ]]>
</str>
</EXT>
<SINGLE_LINE_COMMENT>
<str>
<![CDATA[;]]>
</str>
</SINGLE_LINE_COMMENT>
<MULTIPLE_LINE_COMMENT_BEGIN>
<str>
<![CDATA[]]>
</str>
</MULTIPLE_LINE_COMMENT_BEGIN>
<MULTIPLE_LINE_COMMENT_END>
<str>
<![CDATA[]]>
</str>
</MULTIPLE_LINE_COMMENT_END>
</l4>
<l5>
<NAME>
<str>
<![CDATA[Pascal]]>
</str>
</NAME>
<EXT>
<str>
<![CDATA[pas ]]>
</str>
</EXT>
<SINGLE_LINE_COMMENT>
<str>
<![CDATA[]]>
</str>
</SINGLE_LINE_COMMENT>
<MULTIPLE_LINE_COMMENT_BEGIN>
<str>
<![CDATA[{]]>
</str>
</MULTIPLE_LINE_COMMENT_BEGIN>
<MULTIPLE_LINE_COMMENT_END>
<str>
<![CDATA[}]]>
</str>
</MULTIPLE_LINE_COMMENT_END>
</l5>
<l6>
<NAME>
<str>
<![CDATA[Matlab]]>
</str>
</NAME>
<EXT>
<str>
<![CDATA[m ]]>
</str>
</EXT>
<SINGLE_LINE_COMMENT>
<str>
<![CDATA[%]]>
</str>
</SINGLE_LINE_COMMENT>
<MULTIPLE_LINE_COMMENT_BEGIN>
<str>
<![CDATA[]]>
</str>
</MULTIPLE_LINE_COMMENT_BEGIN>
<MULTIPLE_LINE_COMMENT_END>
<str>
<![CDATA[]]>
</str>
</MULTIPLE_LINE_COMMENT_END>
</l6>
</codestat>
<ccmanager>
<CODE_COMPLETION bool="" />
<CASE_SENSITIVE bool="" />
<AUTO_SELECT_SINGLE bool="" />
<AUTO_LAUNCH_COUNT int="" />
<DOCUMENTATION_POPUP bool="" />
<TOOLTIP_MODE int="" />
</ccmanager>
</CodeBlocksConfig>
Ubuntu 16.04 安装CodeBlocks的更多相关文章
- Ubuntu 16.04 安装 Kodi v17 “Krypton” Alpha 2
Ubuntu 16.04 安装 Kodi v17 “Krypton” Alpha 2:sudo add-apt-repository ppa:team-xbmc/xbmc-nightlysudo ap ...
- Ubuntu 16.04安装QQ国际版图文详细教程
因工作需要,我安装了Ubuntu 16.04,但是工作上的很多事情需要QQ联系,然而在Ubuntu上的WebQQ很是不好用,于是在网上搜索了好多个Linux版本的QQ,然而不是功能不全 ...
- Ubuntu 16.04 安装Mysql 5.7 踩坑小记
title:Ubuntu 16.04 安装Mysql 5.7 踩坑小记 date: 2018.02.03 安装mysql sudo apt-get install mysql-server mysql ...
- Ubuntu 16.04安装Matlab 2016b教程
由于代码需要依赖Linux环境,只好尝试着装MATLAB,然而各种问题接踵而至,开始了由MATLAB引发的三天Linux探寻之旅-- 下载Matlab 2016b for Linux https:// ...
- ubuntu 16.04 安装 tensorflow-gpu 包括 CUDA ,CUDNN,CONDA
ubuntu 16.04 安装 tensorflow-gpu 包括 CUDA ,CUDNN,CONDA 显卡驱动装好了,如图: 英文原文链接: https://github.com/williamFa ...
- ROS_Kinetic_01 在ubuntu 16.04安装ROS Kinetic 2017.01更新
ROS_Kinetic系列学习(一),在ubuntu 16.04安装ROS Kinetic. Celebrating 9 Years of ROS! ubuntu16.04已经发布半年多了,ROS的K ...
- Ubuntu 16.04 安装 VMware Tools(解决windows和Ubuntu之间不能互相复制粘贴文件的问题)
Ubuntu 16.04安装虚拟工具VMware Tools,指的是在虚拟机VMWare安装Ubuntu 16.04后再安装VMware Tools的过程.很多人接触Linux都是从虚拟机开始,而安装 ...
- Ubuntu 16.04安装JDK(转载)
1.简单的安装方法 安装JDK的最简单方法应该就是使用apt-get来安装了,但是源一般是OpenJDK,如果需要安装Oracle的JDK这种方法就不合适了,直接跳过看下面的章节. 1.使用ctrl+ ...
- Ubuntu 16.04 安装Mysql数据库
系统环境 Ubuntu 16.04; 安装步骤 1.通过以下环境安装mysql服务端与客户端软件 sudo apt-get install mysql-server apt-get isntall m ...
随机推荐
- Java_数组1_16.5.12
声明整型数组a: int[] a; 这时,只声明了变量a,还应该使用new运算符创建数组: int[] a=new int [100];(数组长度不要求是一个常量:new int[n]会创建一个长度为 ...
- UI布局术语
horizontal, vertical top, left, bottom, right UIEdgeInsets margin与padding Interpreting Values Values ...
- 新安装数据库sqlserver2008r2,使用javaweb连接不上问题处理
鼠标右键[计算机]-->[管理],打开界面如下: 选择自己数据库的实例名: 选择TCP/IP:右键[属性],将所有TCP动态端口的[0]删掉,TCP端口设为1433:重启服务,即可连接. PS: ...
- 09Oracle Database 数据表数据插入,更新,删除
Oracle Database 数据表数据插入,更新,删除 插入数据 Insert into table_name(column) values(values); insert into studen ...
- 【原】SMTP发送邮件
1.下载class.phpmailer.php和class.smtp.php至公共库 2.编写发邮件的公共函数 function sendMail($param) { $config = C('THI ...
- mysql 转载
一.MySQL概述 1.什么是数据库 ? 答:数据的仓库,如:在ATM的示例中我们创建了一个 db 目录,称其为数据库 2.什么是 MySQL.Oracle.SQLite.Access.MS SQL ...
- S-HR之代码创建临时表并插入数据
... private String tempTab1 = null; //临时表EcirrWithPPTempTable public String getTempTable() { String ...
- 洛谷——P2846 [USACO08NOV]光开关Light Switching
P2846 [USACO08NOV]光开关Light Switching 题目大意: 灯是由高科技——外星人鼠标操控的.你只要左击两个灯所连的鼠标, 这两个灯,以及之间的灯都会由暗变亮,或由亮变暗.右 ...
- Luogu P2176 [USACO14FEB]路障Roadblock
解题思路 这是一道最短路题目,不知道大家有没有做过玛丽卡这道题目,如果没做,在做完这道题之后可以去拿个双倍经验哦 先求出一张图中的最短路径,并将其记录下来,我们首先思考:要有增量的前提是新的最短路径比 ...
- Window下的———JDK环境的配置
1.先把JDK文件解压在一个文件夹里 2.去到 3.具体配置3个 具体按照这样文件路径配置.(CLASSPATH 需要添加一个 . ;加路径 ) 4.最后检验 显示出JDK版本号就表示配置成 ...