Scenebuilder in Intellij Pathway Setup - intellij-idea

IT student here.
Scenebuilder was working fine, until I tried to open a different .fxml from the one I was working on. Then Scenebuilder stopped working. Tried going back and opening the file I was working on fine previously, and that suddenly wouldn't open.
Looked on here and reddit for other solutions. People recommended going through IntelliJ "File> Settings> Languages & Frameworks> JavaFX" and fixing the Path to Scenebuilder. When I would do what I would think would fix it, it would spit a mirror image with different slashes. I took a picture of one of the results I got. I've tried flipping the slashes for the path, I've tried using the path that's the same as the file I'm trying to access, I've tried finding the scenebuilder file, but all I have can find is the installer, which makes no sense because I was just editing a different .fxml a few minutes ago.
Can anybody help me? I would like to be able to do my homework, but I'd also love to understand what's going on. I feel like a hot mess and a big dummy at the same time right now lol.
Example from my desktop
TIA!

Related

Editing XSD or XML Files in IntelliJ IDEA is Really Slow

I'm trying to edit an XSD file in IntelliJ IDEA but it's extremely slow to the point that it freezes for a couple of seconds after typing a character. The file is about 500 lines long so size shouldn't be the issue.
What is causing this and how can I fix it?
Note: I'm using IntelliJ IDEA Community Edition 2016.1.
This is a known issue in IntelliJ: https://youtrack.jetbrains.com/issue/IDEA-24715
It occurs when editing an XSD/XML/properties file having the Structure View open. When editing the file, IntelliJ attempts to regenerate the structure on the fly, causing the freezes.
Solutions:
Update to the latest version of IntelliJ as the bug seems to be
fixed in newer versions.
Failing solution 1, closing the Structure View will fix the issue:
Locate the Structure tab on the left hand side. It should look like the below.
Right click it -> Remove from Sidebar

Unable to change some files in RubyMine project

Currently I'm having an issue where I cannot make any changes to some files in my project. When hitting the return or space bar key it will only select text and not create new lines or spaces respectively.
I'm fairly certain it has something to do with the VCS features but cannot seem to find any settings to correct the Read-Only issue I'm running into.
This issue did raise it head after installing the Dash plugin. Not sure if this is coincidental or related.
Thanks!
update: After further test it looks like some files go into a sort of preview mode. Return and Space bar keys will let you scan the file and hitting any other keys will wake up the edit function. Strange?
IdealVim caused this for me. Definitely plugin related.

Can't paste fontawesome icons into photoshop

Not sure why, but some of the icons on the fontawesome cheatsheet can't be pasted into photoshop for use in mock-ups. I've installed the otf font.
cheatsheet is here
http://fortawesome.github.io/Font-Awesome/cheatsheet/
I can't paste this icon fa-plus-square-o #xf196;
I have a screenshot of what it looks like in photoshop but I can't post it because I don't have enough reputation on this site...
It won't let me change the font from Myriad to fontawesome, very strange because it works for other icons and I've been using it for a while and never had this problem...
I don't know why it's not working for you... I tried to copy and it works perfectly. Maybe you have an old version of the font. Try to reinstall it, and then copy the icon.
I'm a German user and had the same problem from one day to the other. In the past everything worked fine.
After a long searching in the web I went to settings => text. Here I unchecked "Show names in English language". Now it works. Maybe an installation of a Photoshop Elements action could have caused the problem. I dont'n know.
Before I found this solution I installed the most recent icon font file and started windows again. This did not help.
My suggestion: Play with the settings.
Bit late... but just in case it helps anyone else who runs into the same issues.
I ran into the issue earlier and couldn't figure out why it wasn't working as expected. Similar to one of the other answers, I think it was due to me having an older version that didn't include the icons I was trying to use. I downloaded the latest file, updated it, rebooted Photoshop and that's done the trick for me.

Crunch Less Editor won't open files?

for some reason the Less editor CRUNCH is not opening any files anymore. I don't know why this is happening. I did a reboot, I did an uninstall/reinstall of both AIR and CRUNCH. When I fire Crunch back up to start I instead get the GUI with no functionality and no opening of any files from the menu?
Any ideas how to fix this?
UPDATE here's the fix:
Found the answer on the Facebook page (of all the places) "Zac Evans: ok, so i managed to fix the problem by removing the crunch.app folder under C:\Users###\AppData\Roaming\Adobe\AIR\ELS" The mac fix is to search your main library for the ELS folder and delete the crunch data within that.
UPDATE: Found the answer on the Facebook page (of all the places) "Zac Evans: ok, so i managed to fix the problem by removing the crunch.app folder under C:\Users###\AppData\Roaming\Adobe\AIR\ELS"
After both rebooting and re-installing Crunch and Air -The MAC fix is to search your main library for the ELS folder and delete the crunch data within that.

I need help about deploying a windows application

I have visited http://msdn.microsoft.com/en-us/libr...(v=VS.71).aspx. I have learned many things. But it didnt make clear about those files what I have used there in my program. I know I can add additional files. Does it mean that I have to add those files there in additional file dialog box what I have used there in my program like images. Even I have created pic forlder there in debug folder to save pic how should I add it there in my setup file? I am totally confused. I have searched there in gogole but it doesnt say anything about source files like images & anyother thinkgs like text to speack .dll grid .dll. I thought it will combine them together automatically. Please tell me step by step how should I do it. Once I thought I have to add all files present there in debug folder. I am totally confused please help me.
Have you added a setup project to your solution? You start there. Then you can add images or whatever else you need to the setup project.
Anything referenced in your project (like grid .dll files or any other .dlls you're using) should get included automatically.