Codelite menu bar has been hidden - codelite

Hi I'm currently using CodeLite for my IDE, and I cannot seem to find a way to bring back my menu bar. Originally I was just trying to add other bars back by clicking through, but I ended up un-checking the menu bar, and now it's completely hidden. Hidden menu bar image

The default keyboard for that is Ctrl-F11 (minimal view)
This includes:
Hide the menu bar
Hide the toolbar
Hide the docking windows captions
You can re-enable them all or separately:
Hit Ctrl-F11 again
From the Goto Anything (Ctrl-Shift-P), type menu bar and select it
From the menu bar (once it visible again) Menu -> View -> Show Tool Bar, Menu -> View -> Show Menu Bar etc
HTH,
Eran

You can reset CodeLite by deleting the following folder. Be sure to run the Setup Wizard again after doing this
Close CodeLite
Delete the following directory:
C:\Users\your_username\AppData\Roaming\codelite
Then restart CodeLite and rerun the Setup wizard. You will need to re-configure and re-make any templates you had saved, but you won't lose your work.
I know this is an extremely late answer haha, but I ran into the same issue a few days ago and just got it fixed. I hope anyone in the future who runs into the same issue sees this and save them the headache of waiting ages for help.

Related

What can i actually do if my wordpress dashboard is acting up? other admins of my site dont have these problems

-In the past i could hover over any item in the dashboard i.e. settings and its inner elements would show such as general, reading, writing.
Now i need to click on settings > page navigates to settings > now i can see the elements
-In plugins i cant navigate to other tabs, whenever i click on the tabs nothing happens. Feels broken.
-when i go to appearance > editor all my php and css files and such are expanded and there is no way to collapse as clicking on the arrows does nothing. I have to scroll the whole time to find a file.
-whenever i check page revisions it shows a blank page.
Other admins of my website dont have any of these problems i listed!
Has anyone had this before? Thanks in advance!
You mentioned others aren't having the same problem. That would indicate it has to do with something on your side of things.
Try another web browser.
Try another computer.
What is your network speed? You can do a speed test.

Can't re-open project files sidebar anymore in Atom Editor

Sorry if this is the wrong place to answer but I found no other community which could help me with this. I accidentally closed the left-sidebar that shows the currently open project and it's files. Not sure what it's called, maybe navigation, folder view, either way, I tried pressing nearly every key combination to no results. I tried searching in the command palette for something that looked like "open project sidebar" but nothing. Now I'm stuck having no idea how to restore my primary navigation means when working with Atom. I tried opening multiple projects but I just get a black screen without the project sidebar, like it was hidden.
Any ideas?
I'm talking about this sidebar:
It is called "Tree-View".
You should be able to enable it via command pallete or ctrl + ,
It depends on your OS. On Mac OS X, it's CMD-\ (Command-Backslash) to toggle it. The option located on the View menu, called Toggle Tree View (the last menu option).

WatchKit Menu Items Not Displaying

I'm in Xcode 6.2 Beta 3 (Build 6C101), I've added a menu and two menu items to my Interface Controller, and created IBActions for both. I've given them titles and images, but when I run the app nothing displays.
I've read
https://developer.apple.com/library/prerelease/ios/documentation/General/Conceptual/WatchKitProgrammingGuide/Menus.html
and can't see anything about need to show menu items programatically - what am I missing?
You do not need to present the menu programmatically. The only thing you need to do is wire each button to IBActions in your Watch app extension.
The most likely issue is caching of the previous Watch app storyboard. Do a clean build and try again.
Finally, as you likely know WatchKit menus only display on a "force press". They cannot be used for the main interface of the Watch app. In the Simulator, a click and hold with the mouse will simulate a force press, and the animation will make it clear when you have done one, even in contexts where it doesn't do anything.
This was solution for me- Go to Hardware->Touch Pressure->Deep Press then try tap on watch simulator.
I have recently encountered this issue on a real device, although the menu was working as expected on the watch simulator. In my case, the problem was in SF Symbol that I've used as an image.
Everything was fixed after replacing it with an image from the assets catalogue.

Drupal 6 - Menu disappearing issue

I am using Drupal6.
I have defined a menu in Site Building -> Menus called "sidebar link". Then I my code, I build that menu like "menu_tree('menu-sidebar-links');".
If I am on main page or sub page then I want that menu to expand. It WORKS.
HOWEVER, often it diappears. Menu stops expanding. And to fix that, I have to clear cache in Drupal and then it starts working again.
I found a potential fix at Drupal 6 fails to build menu router and links
But in this solution, that variable is only set when I run update. I tried it and it works. But on next load, it doesn't rebuild. So, somehow that variable is getting set to FALSE again. But I want it to rebuild every time, maybe just for one menu and not all (I have 3 menus and those are working fine as those just links and not child menus).
Can someone please suggest a fix?
PS: I am unable to provide a link because this code is being used in site redesign and its only accessible in internal network until it goes live.
THanks

progress bar freezes drupal quicktabs

i using quicktabs in my site and active Ajax load for any tabs
now when click on tabs progress bar loaded and show content tabs but progress bar freezes and appear
usually progress bar should be hidden
thank you
Check out the Quicktabs issue queue, specifically the "Progress bar doesn't go away when view selected" issue. Unfortunately, there doesn't appear to be a fix yet, but I'm sure they'd appreciate a patch. :)
UPDATE: After reading all the comments, it sounds like the issue may or may not be fixed in the latest dev release. There seem to be conflicting reports.

Resources