O
O
Oleg Petrov2018-10-25 13:54:36
PyCharm
Oleg Petrov, 2018-10-25 13:54:36

How to run IDEA Mind Map?

Downloaded the IDEA Mind Map plugin
https://plugins.jetbrains.com/plugin/8045-idea-mind-map
Can't figure out how to use it?
Upd: figured it out, you can't run it under Pycharm, you need to download the application under WIn.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
Dimonchik, 2018-10-25
@dimonchik2013

new - file- empty mind map
is if the plugin was installed

P
Pavel Volintsev, 2015-08-25
@copist

We need to see what else cUrl reports after the request is completed.

$result = curl_exec($curl);
$info = curl_getinfo($curl);
$error = curl_error($curl);
echo "result: "; var_dump($result);
echo "info: "; var_dump($info);
echo "error: "; var_dump($error);

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question