标签: geany

如何突出geany中的多行代码块

在komodo中,您可以使用垂直虚线突出显示代码块,如下图所示 这里.

在geany中有类似的东西吗?

highlight geany

2
推荐指数
1
解决办法
1049
查看次数

Geany作为CommonLisp IDE

有没有人将Geany设置为commonlisp的IDE?我安装了sbcl,这是输出whereis sbcl:

sbcl: /usr/bin/sbcl /usr/lib/sbcl /etc/sbcl.rc /usr/share/man/man1/sbcl.1.gz
Run Code Online (Sandbox Code Playgroud)

然而,当我在Geany中使用F5运行程序时,我会在终端中看到它搜索clisp:

/tmp/geany_run_script_9ZR2LY.sh: 7: /tmp/geany_run_script_9ZR2LY.sh: clisp: not found
Run Code Online (Sandbox Code Playgroud)

在lisp模式下,缩进的更多内容也会被停用.有人可以帮忙吗?

我正在使用Ubuntu-studio.

lisp common-lisp indentation geany

2
推荐指数
1
解决办法
931
查看次数

以root身份运行Geany

我有ubuntu 16.04,我使用Ubuntu软件中心安装了Geany。我需要编辑一些恰好在根目录中的php和js文件。因此,当我尝试在Geany中保存更改时,它会产生以下错误:

Error opening file '/var/www/html/project1/team/team.php': Permission denied

The file on disk may now be truncated!
Run Code Online (Sandbox Code Playgroud)

如何让Geany编辑和保存这些文件?

javascript php sudo root geany

2
推荐指数
1
解决办法
3201
查看次数

Regexp在Geany中搜索和替换HTML

我有很多像这样的国家:

<option value="Afghanistan" >Afghanistan</option>
<option value="Afrique du Sud" >Afrique du Sud</option>
<option value="Albanie" >Albanie</option>
Run Code Online (Sandbox Code Playgroud)

我想删除所有HTML代码,以便我留下:

Afghanistan
Afrique du sud
Albanie
Run Code Online (Sandbox Code Playgroud)

我正在使用Geany,它允许我在搜索中使用Regexp表达式并替换术语.我可以使用哪些表达式?

html regex search replace geany

1
推荐指数
1
解决办法
4602
查看次数

Geany:如何查找和计数?

我知道 Notepad++ 中有一个相当强大的功能,您可以在整个文档中搜索特定字符串并计算其出现次数。这就是查找功能 (Ctrl+F) 中的全部内容。

例如数据:错误读取文件错误读取文件第 3 行错误错误读取文件第 5 行错误

查找和计数*:“行”= 2

I could not seem to find this* function in Geany. If there is already a plugin for this, please share it. Otherwise, please share on how would one do the same -- without switching to another editor.

linux text-editor geany

1
推荐指数
1
解决办法
1721
查看次数

如何在turbo C中逐行执行我的C程序

我已经从Windows 7切换到Linux Mint,现在我正在使用Geany在其中编写C程序.

正如我在问题中提到的,我想在Geany中逐行执行我的程序.在执行期间有一种方法可以在Geany中看到变量的值吗?

我正在使用Geany,因为它重量轻,它有一个集成的终端,编译器,涂鸦等,使用起来非常简单......

c ide debugging geany linux-mint

1
推荐指数
1
解决办法
4004
查看次数

为什么 g++ 显示“gets()”未声明,即使在包含 &lt;cstdio&gt; 之后

#include <cstdio>
#include <cstring>
#include <iostream>

using namespace std;

int main()
{
    char str[30];
    gets(str);
}
Run Code Online (Sandbox Code Playgroud)

当我使用gets()函数编译器给我以下错误

error: 'gets' was not declared in this scope
Run Code Online (Sandbox Code Playgroud)

我在 geany ide 中使用 G++

请使解决方案简单,因为我是初学者。

c++ string gcc g++ geany

0
推荐指数
1
解决办法
887
查看次数

标签 统计

geany ×7

c ×1

c++ ×1

common-lisp ×1

debugging ×1

g++ ×1

gcc ×1

highlight ×1

html ×1

ide ×1

indentation ×1

javascript ×1

linux ×1

linux-mint ×1

lisp ×1

php ×1

regex ×1

replace ×1

root ×1

search ×1

string ×1

sudo ×1

text-editor ×1