How can I change the font size in Smartface editor? - smartface.io

I don't see any settings panel/section for the IDE.
How can I change the font size in the code editor?
P.S. I'm using a HiDpi display so the default size is very small

For existing release , there is no option for changing the font sizes.
Smartface App Studio 4.4 will be released soon, than you can change it by editing the theme files which are ;
C:\Program Files (x86)\Smartface\Smartface App Studio 4.4\Data\ScriptEditorTheme.ini
C:\Program Files (x86)\Smartface\Smartface App Studio 4.4\Data\ScriptEditorThemeDark.ini
C:\Program Files (x86)\Smartface\Smartface App Studio 4.4\Data\ScriptEditorThemeYellow.ini

Related

VS Code Terminal Font Changed after installing firacode extension. Why?

My Visual Studio Code terminal font has changed for mysterious reasons yesterday from the default font into courier. I checked the settings.json file but nothing changed. Why did this happen?
It happened when I added the firacode fnt into my vscode using the marketplace.
I tried to edit the settings.json file but no result ... it still the ugly font till now

How to move flutter bin file

I was working with flutter and for some reason the bat file was removed. Now flutter as been moved into another directory. How do I move it back, as my android studio project wont run and delete the unused files. Tried to earlier but it wont delete the bin file.
Pic 1 - Old flutter path
Pic 2 - Where bat file used to be
Pic 3 - New bat file location
Pic 4 - Flutter doc error
You can relocate the flutter SDK path in Android studio.
For Windows
Go to File-> Settings -> Under languages & framework section choose flutter
For MAC
Click on Android Studio-> Preferences -> Under languages & framework section choose flutter
You will now see an option for flutter SDK path. From here you can relocate your SDK path.
Try restarting Android studio if that doesn't solve your problem immediately.

Visual code studio editor.tabSize after file save

I've overridden my default visual code setting to change tab size and it seems to work when hit tab but after when i save it changes to the default tab size which is 4. Does anyone know what the issue could be?
Visual Code User Settings
{
"editor.tabSize": 2
}
Visual Code Studio Version: 1.17.1
OS Version: Ubuntu 14.04

Visual Studio Code on Mac

I installed Visual Studio Code on Mac/OSX (drop app in Applications)
- uninstalled (moved the App to the Trash)
- installed again
Since the second time I installed I didn't get the same start screen as during my first install I suppose somewhere in my file system Visual Studio Code writes something?
I would like to know where (besides in the Application folder) Visual Studio Code writes files?
VSCode uses another folder to store settings, including a flag to indicate if welcome should show or not. The folder is:
Windows: %APPDATA%\Code
Mac: $HOME/Library/Application Support/Code
Linux: $HOME/.config/Code
I've looked on my wife's mac and can't find a trace of these settings, they're not in any standard folder ($HOME, /Libraries/Preferences, /System/Libraries/Preferences nor /Libraries/Containers).
But to open the original start screen, you can use Help -> Show Welcome.
The settings are stored though, if you run "defaults read" you will see a number of settings related to vscode mentioned, including the files you had open last time you closed. Since Visual Studio Code uses the GitHub Atom Shell under the hood, you need to read the settings for atom using
defaults find atom
which will show you some data stored for the app.

Layout preview not working in Android Studio

I ported an android project from Eclipse to Android Studio. The project builds just fine. However I am not able to see any layout preview. When I go to the Design tab of a layout I get a
Loading Configuration...
message that never goes away (see image).
I have set correctly the Android SDK in the project structure.
This happens with all the xml files and I am not able to open the "Preview" window from
View -> Tool Windows -> Preview
I tried creating a new project and everything was showing fine. Am I missing something? Anyone faced a similar issue? Is there a chance that this is happening because the folder structure is not the default one? (The layouts are not under project/src/main/res/layout but under project/res/layout)
Try this
Build> Clean Project
Build> Rebuild Project
It worked for me
Just do a right click on the layout preview and click on
Show Included in contentmain.xml
you can see it in the following image
I had the same problem and I solved as follow
Update all build.gradle files with:
classpath 'com.android.tools.build:gradle:0.5.+'
Now android studio 0.2.+ uses gradle 0.5
Closes de IDE and via Terminal/Console
Do a clean: $gradle clean
Do a build: $gradle build
Assemble it: $gradle assembleDebug
Open the Android Studio and be happy ;)
Close android studio and go to path as follow:
C:\Users\user\ .AndroidStudio1.2\restart
There is a file named restarter,double click on it and open android studio again,create a new project and enjoy it
Maybe it is better to use the 0.3.6 version (latest), with this version of gradle : com.android.tools.build:gradle:0.6.+
Bear in mind that Android Studio will be expecting the Android SDK already installed (as I suppose you have), and also the environment variables ANDROID_HOME and GRADLE_HOME.
Try updating your API to the latest version in the SDK manager ---- worked for me
I had the same problem Follow this step :
First uninstall old android studio and delete .androidstudio file from C:\Users\yourpcname
update api to latest version in SDK manager.
Install Latest Android Studio Canary Build: 2.0 Preview 9
Done
In Android Studio
File>Invalidate Caches/Restart
that's how i fixed
You can try :
Select Preview window(Focus on it)
Unselect Floating mode and Pinned mode
goto Window -> Active Tool Window ->
Unselect Floating mode and Pinned mode
Now you can see Docked window option here(Window -> Active Tool Window ->)
Select Docked Window