Cocos Creator 3.4.1. Shadows - cocos2d-x

I'm new at this. I'm reading "Quick Start" and ran into a problem. Character shadows are not displayed ( Lights and shadows). I downloaded the example from github, unpacked it, opened it in the editor (3.4.1), and just ran it (screenshot). All the same. What am I doing wrong?
Thanks!

Related

What is the green dot on the snippet icon in Chrome devtools

Sometimes when I create a new snippet in Chrome devtools its icon has a green dot at the lower right. Sometimes the same thing happens when I edit a snippet. I haven't used snippets in a few months, and I remember there was something I did that made the dot go away, but I can't remember what it was.
What is the significance of the dot? What am I supposed to do when I see one? I looked at lot of web pages describing the use of snippets and even a few videos, and I found no mention of this dot in any of them. Furthermore, the new snippets the videos showed being created did not get a green dot on their icon.
The green dot means that file is linked to the source file within a workspace. It allows you to edit the file in the Dev Tools editor and the source file will be updated with those changes.
Chrome dev tools. Edit and save with Workspaces

Chrome debugger looses blue highlight while code walkthrough

i faced this issue recently. Actually i have to debug a JS file with 40K - 50K lines of code, while stepping through the codes the blue highlight ( which denotes that the current control is at that line) disappear whereas the control is still stopped at that line. Have anyone faced this issue? What is the solution for the above issue?

PhpStorm autocompletion / dialogs disappear in Awesome WM / Xmonad

When trying to autocomplete code or open up the dropdown menu's the window / dialogs will appear for a short time and then get hidden behind the main editor window.
The problem is related to java window handling in tiling window managers such as AwesomeWM.
To solve this see the answer below.
You need to edit the VM options so window hinting can be done correctly.
I installed PHPStorm under /opt/phpstorm (linux)
Edit:
bin/phpstorm.vmoptions
bin/phpstorm64.vmoptions
Append the following line:
-Dide.expansion.hints.enabled=false
Restart phpstorm and the problem should be fixed.
ref: http://code.google.com/p/xmonad/issues/detail?id=560

intellij-idea under awesome wm

When using Awesome WM, Intellij main menu is broken.
It's either immediately closing after opening. Holding the mouse button keeps the menu open, but I can't select anything.
Sometimes the menu opening works, but the mouse cursor position is off. The selected item is approxmately one line below my mouse cursor.
I tried the recommended wmname LG3D fix, but it doesn't work.
wmname mutter helps sometimes. If the menu is working, the mouse cursor position is correct.
After some time the menu bugs out still and immediatly closes after clicking.
I think it's weird that I got these problem, as awesome is supposed to be a re-parenting wm now. FWIW, in i3-wm I didn't notice this bug.
Here is a statement from awesome wm and a potential bugfix: http://awesome.naquadah.org/wiki/Problems_with_Java
My development environment is debian wheezy + awesome 3.4 + IntelliJ.
After I ran ./idea.sh and created a new project, IntelliJ showed me a blank page. No menu, no explorers.
I don't know what happened anyway, but I followed THIS and it worked.
SUMMARY
git clone http://git.suckless.org/wmname
sudo apt-get install -y libx11-dev
cd wmname
sudo make clean install
# The next two commands must be run within the same session.
wmname LG3D
./idea.sh
Good luck.
I think I solved my problem with installing JDK6
I'll leave the question for reference

Eclipse Juno navigation of opened tabs with arrows

I've recently upgraded to Juno from Indigo. All it's ok but I can't find how to navigate trough opened tabs with arrows (example image http://imageshack.us/photo/my-images/542/img2ri.jpg/) instead of the list (example image http://imageshack.us/photo/my-images/155/img1nh.jpg/).
Anyone knows how to restore this functionality?
This in reality was a mistake, the arrows to navigate between tabs are provided by the plugin Extended VS Presentation which unfortunately isn't available in Eclipse Juno. I've tried to install it, but the modification does not take effect because the new Eclipse uses a different render engine. :(