Commit graph

21 commits

Author SHA1 Message Date
ad1a0e7f47 configuration should return editor_opts() -> String 2016-01-02 20:06:21 +01:00
77d2b189fb Configuration does not store verbose/debugging flag information 2016-01-02 15:39:57 +01:00
6272bfd3a9 Refactor configuration: Simplify codebase
- fetch_config() exits if the config parsing fails
- Simplified the build process of the Configuration object
2016-01-02 15:37:06 +01:00
Homu
25045b7345 Auto merge of #34 - matthiasbeyer:doc, r=matthiasbeyer
Add some documentation

Still does not produce the documentation I want, though it basically works now.
2015-12-30 17:54:41 +09:00
7248eef3be configuration fixup editor 2015-12-30 03:02:19 +01:00
70fbd3914e configuration.rs: Add function to fetch editor options 2015-12-30 02:53:41 +01:00
89878f7024 configuration.rs: Add possibility to fetch editor 2015-12-30 02:53:41 +01:00
bbc6218391 configuration.rs: Add documentation 2015-12-29 18:20:56 +01:00
230d00f35a Remove unused imports 2015-12-05 01:23:06 +01:00
f7a92b6e79 Resort "use"
First comes std stuff
Second is external crates
Then we have own modules

All in alphabetical order and as few lines as possible if readability is
preserved.
2015-12-05 01:14:13 +01:00
da85c3ffe7 Rename function: store_path_str() -> store_path() 2015-12-01 18:36:04 +01:00
5f4718a2e5 Add debug output for Configuration::new() 2015-12-01 18:32:00 +01:00
56cd6dc4ae Configuration::new() should use default values
if the configuration can not be loaded.
2015-12-01 18:25:29 +01:00
beccb7ab3d Implement Debug for Configuration 2015-11-27 19:22:21 +01:00
82e346e89b Fix: unused import 2015-11-27 16:58:38 +01:00
5bd40d208a Fix: unused import 2015-11-27 16:58:19 +01:00
e8af265c0c Fix: unused import 2015-11-27 16:57:52 +01:00
e1faad7a28 Add runtime rtp getter (and in cli and configuration types) 2015-11-23 19:48:37 +01:00
b98dea3946 Rename "Config" to "CliConfig" 2015-10-27 00:02:42 +01:00
754ad0c6cb Add store path configuration 2015-10-26 23:56:54 +01:00
099d63f13a Implement simple configuration module 2015-10-26 23:52:01 +01:00