or tag

453 questions


2 answers
106 views
0
What is the difference between include and declaration?

For example, in the sentence below, #include<iostream># include <cmath>float Myabs (float x);int main() { float a = 2.5; std::cout<<Myabs(a)<<std::abs(a); a = -5.25; std::cout&...

2 years ago

1 answers
141 views
0
Failed to install shell commands ENOTDIR I want to resolve this error

I want to start Atom from terminal, but it doesn't work.I checked and found that Atom's Install Shell Commands will be able to do it, but the following message came out and it didn't work.Failed to in...


1 answers
80 views
0
What are the advantages of using an editor instead of an Xcode?

Xcode is very difficult to use, and I sometimes see articles like writing Swift in an editor, but is the development progressing that much with an editor (for example, VS Code)?What are the advantages...

2 years ago

1 answers
123 views
0
"Text" wraparound settings are not retained

If you change the text file's foldback settings on the Basic tab of Settings Definition → Text → Properties, the foldback settings will be reflected at that time, but if you restart the editor, it wil...

2 years ago

1 answers
110 views
0
to resolve ul is null error indication

We are creating a todolist using ATOM (a super introductory course [for beginners] where you can understand the basics of JavaScript in an hour - everyone follows engineer/Kyotoshi Yamaura).When I lis...


1 answers
94 views
0
About Differential Extraction

There are two files A and BFile A1,1234,4567,8902、2345、5678、8913、3456、6789、891File B1,1234,4567,8903、3456、6789、891In this case located in file A 2, 2345, 5678, 891Is it possible to extract only and w...

2 years ago

1 answers
101 views
0
Error when attempting to deploy dnvm to use Omnisharp-atom in atom-editor

I would like to know how to successfully plug OmniSharp-atom into atom.We followed the instructions on the site below.https://note.nkmk.me/c-sharp-mac-atom-omnisharp/MONO installation completed succes...

2 years ago

1 answers
115 views
0
If you set the search color of the string to 2 or more, the search result and marker color will be strange (Ver.21.6.0)

After updating to Version 21.6.0, the search results and markers are out of color.I only checked it on Windows 10, but it was reproduced on multiple devices, so I don't think it depends on the environ...

2 years ago

1 answers
94 views
0
Displaying the Number of Characters in the Status Bar

Previously, the number of characters was displayed on the status bar, but It is now a character code for the cursor position.I'd like to return it to the number of characters as before, but What shoul...

2 years ago

1 answers
104 views
0
How do I prevent the tree view from being displayed when I open a file in Atom, a text editor?

How do I prevent the tree view from appearing when I open a file in Atom, a text editor?Also, is it possible to boot while maintaining the state of the previously opened file at startup?

2 years ago
« - 9 - »

© 2024 OneMinuteCode. All rights reserved.