Discussion:
[Gambas-user] [Gambas Bug Tracker] Bug #1126: idea to add code snippets
b***@gambaswiki.org
2017-07-07 14:04:46 UTC
Permalink
http://gambaswiki.org/bugtracker/edit?object=BUG.1126&from=L21haW4-

VĂ­ctor PEREZ reported a new bug.

Summary
-------

idea to add code snippets

Type : Request
Priority : Low
Gambas version : 3.9
Product : Development Environment


Description
-----------

It would be a good idea to add code snippets
something like this:
Public Const _Properties As String = "*"
'Public Const _DefaultEvent As String = ""
'Public Const _DefaultSize As String = ""
'Public Const _Group As String = ""
'Public Const _DrawWith As String = ""
'Public Const _Similar As String = ""

Pcdg

Public const default group


System information
------------------

Gambas=3.9.2
OperatingSystem=Linux
Kernel=3.19.0-32-generic
Architecture=x86
Distribution=Linux Mint 17.3 Rosa
Desktop=MATE
Theme=Gtk
Language=es_UY.UTF-8
Memory=1950M

[Libraries]
Cairo=libcairo.so.2.11301.0
Curl=libcurl.so.4.3.0
DBus=libdbus-1.so.3.7.6
GStreamer=libgstreamer-0.10.so.0.30.0
GStreamer=libgstreamer-1.0.so.0.204.0
GTK+2=libgtk-x11-2.0.so.0.2400.23
GTK+3=libgtk-3.so.0.1000.8
OpenGL=libGL.so.1.2.0
Poppler=libpoppler.so.44.0.0
QT4=libQtCore.so.4.8.6
QT5=libQt5Core.so.5.2.1
SDL=libSDL-1.2.so.0.11.4
SQLite=libsqlite3.so.0.8.6
Charlie
2017-07-10 11:11:42 UTC
Permalink
Post by b***@gambaswiki.org
It would be a good idea to add code snippets
Public Const _Properties As String = "*"
'Public Const _DefaultEvent As String = ""
'Public Const _DefaultSize As String = ""
'Public Const _Group As String = ""
'Public Const _DrawWith As String = ""
'Public Const _Similar As String = ""
Pcdg
Public const default group
You can add these yourself. Press [Ctrl]+[Alt]+P, select 'Code snippets'

<Loading Image...>




-----
Check out www.gambas.one
--
View this message in context: http://gambas.8142.n7.nabble.com/Gambas-Bug-Tracker-Bug-1126-idea-to-add-code-snippets-tp59705p59708.html
Sent from the gambas-user mailing list archive at Nabble.com.
b***@gambaswiki.org
2017-07-10 14:44:30 UTC
Permalink
http://gambaswiki.org/bugtracker/edit?object=BUG.1126&from=L21haW4-

PICCORO LENZ MCKAY changed the state of the bug to: Invalid.
b***@gambaswiki.org
2017-07-10 14:44:42 UTC
Permalink
http://gambaswiki.org/bugtracker/edit?object=BUG.1126&from=L21haW4-
Post by b***@gambaswiki.org
It would be a good idea to add code snippets
Public Const _Properties As String = "*"
'Public Const _DefaultEvent As String = ""
'Public Const _DefaultSize As String = ""
'Public Const _Group As String = ""
'Public Const _DrawWith As String = ""
'Public Const _Similar As String = ""
Pcdg
Public const default group
You can add these yourself. Press [Ctrl]+[Alt]+P, select 'Code snippets'

<http://gambas.8142.n7.nabble.com/file/n59708/snippet.png>

Loading...