logic: source groups for project settings
* project can not have multiple source groups with different types * language of a project is now inferred from source groups * setting global NameHierarchy delimiter of first sourceGroup in project * added project settings migrations for source groups * Add Settings Migration classes (MoveKey, DeleteKey, Lambda) * Update sample projects with migrations * added method to config to retrieve sublevel key names * implemented recursive removing of keys in settings * moved project files out of top level * removed solution parsing code as it is not used anymore fortune cookie message = The secret of getting ahead is getting started.
This commit is contained in:
@@ -1,34 +1,32 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<config>
|
||||
<info>
|
||||
<description>
|
||||
WHAT IS THIS?\n
|
||||
\tJavaParser is an open-source Java project for parsing Java code and\n
|
||||
\tgenerating an Abstract Syntax Tree (AST). Additionally it supports a\n
|
||||
\tvisitor pattern to traverse the generated AST. For more information on\n
|
||||
\tthis project please visit javaparser.org\n
|
||||
\n
|
||||
LET'S GET STARTED!\n
|
||||
\tHave you ever wondered what a parser for a real programming language\n
|
||||
\tmay look like? Go ahead and find out!\n
|
||||
\n
|
||||
\tIf you ask yourself where to start, click the symbol linked below.\n
|
||||
\n
|
||||
[com\ts\tp\tngithub\ts\tp\tnjavaparser\ts\tp\tnast\ts\tp\tnbody\ts\tp\tnClassOrInterfaceDeclaration\ts\tp] // <- start here!\n\n
|
||||
</description>
|
||||
</info>
|
||||
<language_settings>
|
||||
<language>Java</language>
|
||||
<standard>8</standard>
|
||||
</language_settings>
|
||||
<source>
|
||||
<extensions>
|
||||
<source_extensions>.java</source_extensions>
|
||||
</extensions>
|
||||
<source_paths>
|
||||
<source_path>./src/main/java</source_path>
|
||||
<source_path>./target/generated-sources/javacc</source_path>
|
||||
</source_paths>
|
||||
</source>
|
||||
<version>1</version>
|
||||
<description>
|
||||
WHAT IS THIS?\n
|
||||
\tJavaParser is an open-source Java project for parsing Java code and\n
|
||||
\tgenerating an Abstract Syntax Tree (AST). Additionally it supports a\n
|
||||
\tvisitor pattern to traverse the generated AST. For more information on\n
|
||||
\tthis project please visit javaparser.org\n
|
||||
\n
|
||||
LET'S GET STARTED!\n
|
||||
\tHave you ever wondered what a parser for a real programming language\n
|
||||
\tmay look like? Go ahead and find out!\n
|
||||
\n
|
||||
\tIf you ask yourself where to start, click the symbol linked below.\n
|
||||
\n
|
||||
[com\ts\tp\tngithub\ts\tp\tnjavaparser\ts\tp\tnast\ts\tp\tnbody\ts\tp\tnClassOrInterfaceDeclaration\ts\tp] // <- start here!\n\n
|
||||
</description>
|
||||
<source_groups>
|
||||
<source_group_7a9e75fc-2cad-42d5-8c5b-c86d02f7b4e4>
|
||||
<type>Java Source Group</type>
|
||||
<source_extensions>
|
||||
<source_extension>.java</source_extension>
|
||||
</source_extensions>
|
||||
<source_paths>
|
||||
<source_path>./src/main/java</source_path>
|
||||
<source_path>./target/generated-sources/javacc</source_path>
|
||||
</source_paths>
|
||||
<standard>8</standard>
|
||||
</source_group_7a9e75fc-2cad-42d5-8c5b-c86d02f7b4e4>
|
||||
</source_groups>
|
||||
<version>4</version>
|
||||
</config>
|
||||
|
||||
@@ -1,22 +1,20 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<config>
|
||||
<language_settings>
|
||||
<language>C++</language>
|
||||
<standard>c++1z</standard>
|
||||
</language_settings>
|
||||
<source>
|
||||
<extensions>
|
||||
<header_extensions>.h</header_extensions>
|
||||
<header_extensions>.hpp</header_extensions>
|
||||
<source_extensions>.cpp</source_extensions>
|
||||
<source_extensions>.cxx</source_extensions>
|
||||
<source_extensions>.cc</source_extensions>
|
||||
<source_extensions>.c</source_extensions>
|
||||
</extensions>
|
||||
<source_paths>
|
||||
<source_path>./src</source_path>
|
||||
</source_paths>
|
||||
<use_source_paths_for_header_search>0</use_source_paths_for_header_search>
|
||||
</source>
|
||||
<version>1</version>
|
||||
<source_groups>
|
||||
<source_group_afdfade2-4b42-49a6-961a-d4a563f2cf84>
|
||||
<source_extensions>
|
||||
<source_extension>.cpp</source_extension>
|
||||
<source_extension>.cxx</source_extension>
|
||||
<source_extension>.cc</source_extension>
|
||||
<source_extension>.c</source_extension>
|
||||
</source_extensions>
|
||||
<source_paths>
|
||||
<source_path>./src</source_path>
|
||||
</source_paths>
|
||||
<standard>c++1z</standard>
|
||||
<type>C++ Source Group</type>
|
||||
<use_source_paths_for_header_search>0</use_source_paths_for_header_search>
|
||||
</source_group_afdfade2-4b42-49a6-961a-d4a563f2cf84>
|
||||
</source_groups>
|
||||
<version>4</version>
|
||||
</config>
|
||||
|
||||
@@ -1,34 +1,31 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<config>
|
||||
<info>
|
||||
<description>
|
||||
WHAT IS THIS?\n
|
||||
\tThis is a tutorial and it is one of the fastest ways to get to know Coati.\n
|
||||
\n
|
||||
WHERE AM I?\n
|
||||
\tYou're looking at Coati's Code View which usually displays source code,\n
|
||||
\tbut every time a new project is loaded it gives a quick summary to\n
|
||||
\testimate the project's size. This is a fairly small project. It only\n
|
||||
\tcontains a few hundred lines of code as you can see by the numbers below.\n
|
||||
\n
|
||||
LET'S GET STARTED!\n
|
||||
\tTo keep things simple just click the "main" symbol below to start the tour.\n
|
||||
\n
|
||||
[main\tsint\tp()](); // <- start here\n\n
|
||||
</description>
|
||||
</info>
|
||||
<language_settings>
|
||||
<language>C++</language>
|
||||
<standard>c++1z</standard>
|
||||
</language_settings>
|
||||
<source>
|
||||
<extensions>
|
||||
<header_extensions>.h</header_extensions>
|
||||
<source_extensions>.cpp</source_extensions>
|
||||
</extensions>
|
||||
<source_paths>
|
||||
<source_path>./src</source_path>
|
||||
</source_paths>
|
||||
</source>
|
||||
<version>1</version>
|
||||
<description>
|
||||
WHAT IS THIS?\n
|
||||
\tThis is a tutorial and it is one of the fastest ways to get to know Coati.\n
|
||||
\n
|
||||
WHERE AM I?\n
|
||||
\tYou're looking at Coati's Code View which usually displays source code,\n
|
||||
\tbut every time a new project is loaded it gives a quick summary to\n
|
||||
\testimate the project's size. This is a fairly small project. It only\n
|
||||
\tcontains a few hundred lines of code as you can see by the numbers below.\n
|
||||
\n
|
||||
LET'S GET STARTED!\n
|
||||
\tTo keep things simple just click the "main" symbol below to start the tour.\n
|
||||
\n
|
||||
[main\tsint\tp()](); // <- start here\n\n
|
||||
</description>
|
||||
<source_groups>
|
||||
<source_group_75041cb3-37c8-45c6-bb8a-1b8b79040f59>
|
||||
<type>C++ Source Group</type>
|
||||
<source_extensions>
|
||||
<source_extension>.cpp</source_extension>
|
||||
</source_extensions>
|
||||
<source_paths>
|
||||
<source_path>./src</source_path>
|
||||
</source_paths>
|
||||
<standard>c++1z</standard>
|
||||
</source_group_75041cb3-37c8-45c6-bb8a-1b8b79040f59>
|
||||
</source_groups>
|
||||
<version>4</version>
|
||||
</config>
|
||||
|
||||
Reference in New Issue
Block a user